summaryrefslogtreecommitdiff
path: root/tcl/init.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/init.tcl')
-rw-r--r--tcl/init.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcl/init.tcl b/tcl/init.tcl
index 82a1697..103a31a 100644
--- a/tcl/init.tcl
+++ b/tcl/init.tcl
@@ -5,6 +5,7 @@ set_global_assignment -name DEVICE 10CL025YU256I7G
5set_global_assignment -name TOP_LEVEL_ENTITY top 5set_global_assignment -name TOP_LEVEL_ENTITY top
6set_global_assignment -name VERILOG_INPUT_VERSION SYSTEMVERILOG_2005 6set_global_assignment -name VERILOG_INPUT_VERSION SYSTEMVERILOG_2005
7set_global_assignment -name VERILOG_MACRO "SYNTHESIS=1" 7set_global_assignment -name VERILOG_MACRO "SYNTHESIS=1"
8set_global_assignment -name NUM_PARALLEL_PROCESSORS 4
8 9
9proc pin {net loc} { 10proc pin {net loc} {
10 set_location_assignment -to $net "PIN_$loc" 11 set_location_assignment -to $net "PIN_$loc"