refactoring all arbiters with buffering for request count > 2, optimized the cache core response module in critical path when running as L2

This commit is contained in:
Blaise Tine
2020-11-08 01:31:46 -08:00
parent b14007f930
commit 10505caae1
19 changed files with 602 additions and 534 deletions

View File

@@ -19,7 +19,7 @@ ase-2c: gen_sources setup-ase-2c
ase-4c: gen_sources setup-ase-4c
make -C $(ASE_BUILD_DIR)_4c
cp ../rtl/fp_cores/altera/*.hex $(ASE_BUILD_DIR)_3c/work
cp ../rtl/fp_cores/altera/*.hex $(ASE_BUILD_DIR)_4c/work
setup-ase-1c: $(ASE_BUILD_DIR)_1c/Makefile

View File

@@ -1,5 +1,5 @@
+define+NUM_CORES=4
+define+L2_ENABLE=0
+define+L2_ENABLE=1
+define+SYNTHESIS
+define+QUARTUS
+define+FPU_FAST