mirror of
https://github.com/WangXuan95/USTC-RVSoC.git
synced 2024-12-24 22:58:56 +08:00
13 lines
183 B
Tcl
13 lines
183 B
Tcl
quit -sim
|
|
|
|
vlog -sv -incr tb_soc.sv ../RTL/*.sv ../RTL/cpu/*.sv ../RTL/uart/*.sv
|
|
|
|
vsim -t ps -voptargs="+acc" work.tb_soc
|
|
|
|
log -r /*
|
|
radix 16
|
|
|
|
do wave.do
|
|
|
|
run 1000us
|