summaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-06-05 15:34:23 -0700
committerJulian Blake Kongslie2022-06-05 15:42:26 -0700
commit9ce65b7d3573d92e1d98a13b58a5d5763ba073c5 (patch)
tree7486552ff9428dcb76e22593f445a657b121f443 /tcl
parentSMC micro. (diff)
downloadmultipdp8-9ce65b7d3573d92e1d98a13b58a5d5763ba073c5.tar.xz
Working L1 cache.
Diffstat (limited to '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 9c94592..4e4660d 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"
8#set_global_assignment -name VERILOG_MACRO "NO_L1_CACHE=1"
8set_global_assignment -name NUM_PARALLEL_PROCESSORS 1 9set_global_assignment -name NUM_PARALLEL_PROCESSORS 1
9set_global_assignment -name ENABLE_SIGNALTAP OFF 10set_global_assignment -name ENABLE_SIGNALTAP OFF
10 11