Verwendeter Programmcode in Studienarbeit für ESY1B zum Thema "Verifikation mit SystemVerilog und Python"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

commands.txt 136B

1234
  1. # Ausführen des Simulators
  2. vasim -c -cmd <Name_CMD>.cmd -do run.do <Name_Testbench>
  3. # Kompilieren der Testbench
  4. valog <quellcode-name>