Set NUM_ALU_BLOCKS=2, NUM_FPU_BLOCKS=1
This commit is contained in:
@@ -250,7 +250,7 @@
|
|||||||
`define NUM_ALU_LANES `NUM_THREADS
|
`define NUM_ALU_LANES `NUM_THREADS
|
||||||
`endif
|
`endif
|
||||||
`ifndef NUM_ALU_BLOCKS
|
`ifndef NUM_ALU_BLOCKS
|
||||||
`define NUM_ALU_BLOCKS 4
|
`define NUM_ALU_BLOCKS 2
|
||||||
`endif
|
`endif
|
||||||
|
|
||||||
// Number of FPU units
|
// Number of FPU units
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
`define NUM_FPU_LANES `NUM_THREADS
|
`define NUM_FPU_LANES `NUM_THREADS
|
||||||
`endif
|
`endif
|
||||||
`ifndef NUM_FPU_BLOCKS
|
`ifndef NUM_FPU_BLOCKS
|
||||||
`define NUM_FPU_BLOCKS 2
|
`define NUM_FPU_BLOCKS 1
|
||||||
`endif
|
`endif
|
||||||
|
|
||||||
// Number of LSU units
|
// Number of LSU units
|
||||||
|
|||||||
Reference in New Issue
Block a user