We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d2074 commit a454b07Copy full SHA for a454b07
EDA-1772/raptor_tcl.tcl
@@ -3,15 +3,21 @@ target_device GEMINI_COMPACT_104x68
3
add_include_path ./rtl
4
add_library_path ./rtl
5
add_library_ext .v .sv
6
-add_design_file ./rtl/uart_defines.vh
7
-add_design_file ./rtl/vex_soc.v
+add_design_file ./rtl/uart_defines.vh ./rtl/vex_soc.v
8
set_top_module vex_soc
9
analyze
10
synthesize delay
+
11
+setup_lec_sim
12
13
+simulate icarus gate
14
15
packing
-global_placement
16
place
17
route
18
19
+simulate icarus pnr
20
21
sta
22
power
23
bitstream
0 commit comments