summaryrefslogtreecommitdiff
path: root/smp_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-01-21 06:23:46 -0600
committerAlejandro Soto <alejandro@34project.org>2024-02-20 11:11:17 -0600
commitf3b18ead59ae02f95dabbf0a1dea40873a816975 (patch)
tree8979e50f2a37f66a4cd27e937b480efe60d72cf7 /smp_hw.tcl
parenta8bc5a353ea997f73209b39377ee15a73e471237 (diff)
rtl: refactor filenames and directory hierarchy
Diffstat (limited to 'smp_hw.tcl')
-rw-r--r--smp_hw.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/smp_hw.tcl b/smp_hw.tcl
index a853287..6093f87 100644
--- a/smp_hw.tcl
+++ b/smp_hw.tcl
@@ -40,7 +40,7 @@ set_fileset_property QUARTUS_SYNTH TOP_LEVEL smp_ctrl
set_fileset_property QUARTUS_SYNTH ENABLE_RELATIVE_INCLUDE_PATHS false
set_fileset_property QUARTUS_SYNTH ENABLE_FILE_OVERWRITE_MODE false
add_fileset_file smp_ctrl.sv SYSTEM_VERILOG PATH rtl/smp/smp_ctrl.sv TOP_LEVEL_FILE
-add_fileset_file pe.sv SYSTEM_VERILOG PATH rtl/smp/pe.sv
+add_fileset_file smp_pe.sv SYSTEM_VERILOG PATH rtl/smp/smp_pe.sv
#