Limit NUM_SFU_LANES to 4

Simulation seems to not like SFU_LANES=8; dial back for now
This commit is contained in:
Hansung Kim
2024-04-15 21:47:54 -07:00
parent 978b1fe2d0
commit 4752b86858

View File

@@ -264,7 +264,7 @@
// Number of SFU units
`ifndef NUM_SFU_LANES
`define NUM_SFU_LANES `NUM_THREADS
`define NUM_SFU_LANES `MIN(`NUM_THREADS, 4)
`endif
// Size of Instruction Buffer