Skip to content

Commit a454b07

Browse files
committed
Adding sim to test
1 parent 33d2074 commit a454b07

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

EDA-1772/raptor_tcl.tcl

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,21 @@ target_device GEMINI_COMPACT_104x68
33
add_include_path ./rtl
44
add_library_path ./rtl
55
add_library_ext .v .sv
6-
add_design_file ./rtl/uart_defines.vh
7-
add_design_file ./rtl/vex_soc.v
6+
add_design_file ./rtl/uart_defines.vh ./rtl/vex_soc.v
87
set_top_module vex_soc
98
analyze
109
synthesize delay
10+
11+
setup_lec_sim
12+
13+
simulate icarus gate
14+
1115
packing
12-
global_placement
1316
place
1417
route
18+
19+
simulate icarus pnr
20+
1521
sta
1622
power
1723
bitstream

0 commit comments

Comments
 (0)