Skip to content

Instantly share code, notes, and snippets.

@beanspower
beanspower / run_tb.do
Created May 13, 2025 01:47 — forked from esynr3z/run_tb.do
Tcl script to run Modelsim simulation. Use "vsim -do run_tb.do" to start.
# Simply change the project settings in this section
# for each new project. There should be no need to
# modify the rest of the script.
set tb_name tb_top
set library_file_list [list \
work [list \
../../src/rtl/top.v \
../../src/tb/$tb_name.v] \