diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-01-21 06:23:46 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-02-20 11:11:17 -0600 |
| commit | f3b18ead59ae02f95dabbf0a1dea40873a816975 (patch) | |
| tree | 8979e50f2a37f66a4cd27e937b480efe60d72cf7 /smp_hw.tcl | |
| parent | a8bc5a353ea997f73209b39377ee15a73e471237 (diff) | |
rtl: refactor filenames and directory hierarchy
Diffstat (limited to 'smp_hw.tcl')
| -rw-r--r-- | smp_hw.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 # |
