Set NUM_ALU_BLOCKS=2, NUM_FPU_BLOCKS=1

This commit is contained in:
Hansung Kim
2024-06-22 16:33:42 -07:00
parent a9b75dd492
commit d4f6f8a257

View File

@@ -250,7 +250,7 @@
`define NUM_ALU_LANES `NUM_THREADS
`endif
`ifndef NUM_ALU_BLOCKS
`define NUM_ALU_BLOCKS 4
`define NUM_ALU_BLOCKS 2
`endif
// Number of FPU units
@@ -258,7 +258,7 @@
`define NUM_FPU_LANES `NUM_THREADS
`endif
`ifndef NUM_FPU_BLOCKS
`define NUM_FPU_BLOCKS 2
`define NUM_FPU_BLOCKS 1
`endif
// Number of LSU units