From 8991e1073310098bc14f5ad47e4b586cc22c470e Mon Sep 17 00:00:00 2001 From: dam1n19 <dam1n19@soton.ac.uk> Date: Tue, 2 May 2023 11:42:21 +0100 Subject: [PATCH] SOC1-167: ATTEMPT 3 --- system/fpga_imp/scripts/build_mcu_fpga_ip.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/fpga_imp/scripts/build_mcu_fpga_ip.tcl b/system/fpga_imp/scripts/build_mcu_fpga_ip.tcl index d07429e..595e676 100644 --- a/system/fpga_imp/scripts/build_mcu_fpga_ip.tcl +++ b/system/fpga_imp/scripts/build_mcu_fpga_ip.tcl @@ -57,7 +57,7 @@ source scripts/rtl_source_soclabs_ip.tcl #source scripts/rtl_source_fpga_ip.tcl # soclabs modified mcu system -set_property verilog_define {NANSOC_EXPANSION_REGION=1} [current_fileset] +set_property verilog_define {NANOSOC_EXPANSION_REGION=1} [current_fileset] set soc_vlog ../src read_verilog $soc_vlog/nanosoc_ahb_busmatrix/verilog/nanosoc_ahb32_4x7_busmatrix/nanosoc_ahb32_4x7_busmatrix_default_slave.v -- GitLab