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.

simulation.tcl 1.1KB

123456789101112131415161718192021222324252627282930
  1. ##------------------------------------------------------
  2. ##
  3. ## File : simulation.tcl
  4. ## Related Files :
  5. ## Author(s) : Mueller
  6. ## Email : muelleral82290@th-nuernberg.de
  7. ## Organization : Georg-Simon-Ohm-Hochschule Nuernberg
  8. ## Notes : Counter Modul
  9. ##
  10. ##------------------------------------------------------
  11. ## History
  12. ##------------------------------------------------------
  13. ## Version| Author | Mod. Date | Changes Made:
  14. ## v1.00 | Mueller | 27/04/2023 | first code
  15. ##------------------------------------------------------
  16. quit -sim
  17. # Aufruf der Simulation
  18. # vsim -novopt -coverage -cvg63 -voptargs=+acc work.ShiftRegister_tb --Original
  19. # vsim -cvg63 -voptargs=+acc work.top
  20. vsim -cvg63 -voptargs="+acc" top_tb
  21. do ./simulationsscripts/wave.do
  22. # Objects im Trace-Window
  23. # add wave sim:/top/*
  24. # Starten des Simulators
  25. run 210000 ns