Unterlagen aus Teams kopiert.

This commit is contained in:
2024-02-21 16:08:00 +01:00
parent 0f467d50be
commit e00966d546
42 changed files with 1178 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
#JZ 2020
#remove working directory
file delete -force work
#Creating the work lib
vlib work
vmap ampel "designlib/ampel"
vmap work work
#Top level testbench
vlog tb_ampel.v
#vlog ../src/ampel.v +define+SIMULATION
#Simulate
vsim -c -t ps -L ampel tb_ampel
#vsim -c -t ps tb_ampel
#get wave
do wave.do
run 1500 us