Limit NUM_SFU_LANES to 4
Simulation seems to not like SFU_LANES=8; dial back for now
This commit is contained in:
@@ -264,7 +264,7 @@
|
|||||||
|
|
||||||
// Number of SFU units
|
// Number of SFU units
|
||||||
`ifndef NUM_SFU_LANES
|
`ifndef NUM_SFU_LANES
|
||||||
`define NUM_SFU_LANES `NUM_THREADS
|
`define NUM_SFU_LANES `MIN(`NUM_THREADS, 4)
|
||||||
`endif
|
`endif
|
||||||
|
|
||||||
// Size of Instruction Buffer
|
// Size of Instruction Buffer
|
||||||
|
|||||||
Reference in New Issue
Block a user