diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-15 16:28:30 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-15 16:28:30 -0600 |
| commit | 1d08cc6aff97a24bffa5ba5b578c52bb545fc393 (patch) | |
| tree | 84884ab3452692afe143e113d658b313235d4bb1 /conspiracion.qsf | |
| parent | 044558e53d50ebd053abc76930723c9d7f606569 (diff) | |
Rename existing MMU components to MMU arbiter
Diffstat (limited to 'conspiracion.qsf')
| -rw-r--r-- | conspiracion.qsf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conspiracion.qsf b/conspiracion.qsf index 1c4a47b..243cb0a 100644 --- a/conspiracion.qsf +++ b/conspiracion.qsf @@ -230,6 +230,7 @@ set_global_assignment -name SYSTEMVERILOG_FILE rtl/core/decode/ldst/single.sv set_global_assignment -name SYSTEMVERILOG_FILE rtl/core/decode/snd.sv set_global_assignment -name SYSTEMVERILOG_FILE rtl/core/fetch/fetch.sv set_global_assignment -name SYSTEMVERILOG_FILE rtl/core/fetch/prefetch.sv +set_global_assignment -name SYSTEMVERILOG_FILE rtl/core/mmu/arbiter.sv set_global_assignment -name SYSTEMVERILOG_FILE rtl/core/mmu/mmu.sv set_global_assignment -name SYSTEMVERILOG_FILE rtl/core/mul.sv set_global_assignment -name SYSTEMVERILOG_FILE rtl/core/porch/conds.sv @@ -351,4 +352,4 @@ set_global_assignment -name USE_SIGNALTAP_FILE bus_test.stp set_global_assignment -name SIGNALTAP_FILE bus_test.stp -set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
\ No newline at end of file +set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top |
