mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
12 lines
424 B
Plaintext
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
|