quasar/testbench/input.tcl

5 lines
103 B
Tcl
Raw Normal View History

2021-03-03 14:35:11 +08:00
database -open waves -into waves.shm -default
2021-03-31 21:32:05 +08:00
probe -create tb_top -depth all -database waves
2021-03-03 14:35:11 +08:00
run
exit