1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/aes/dv/simulation.do
2016-01-17 21:26:34 -05:00

12 lines
424 B
Plaintext

vlib work
vlog ../rtl/*.v
vlog *.v
vsim -novopt test_aes_128
add wave -noupdate -format Logic -radix unsigned /test_aes_128/clk
add wave -noupdate -divider input
add wave -noupdate -format Literal -radix hexadecimal /test_aes_128/state
add wave -noupdate -format Literal -radix hexadecimal /test_aes_128/key
add wave -noupdate -divider output
add wave -noupdate -format Literal -radix hexadecimal /test_aes_128/out
run -all