mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
7b01cebff6
commit
2b8ba7382a
1 changed files with 2 additions and 2 deletions
|
@ -394,7 +394,7 @@
|
|||
|
||||
// Number of FPU units
|
||||
`ifndef NUM_FPU_UNITS
|
||||
`define NUM_FPU_UNITS `UP(`NUM_CORES / 8)
|
||||
`define NUM_FPU_UNITS `UP(`NUM_CORES / 4)
|
||||
`endif
|
||||
|
||||
// Size of FPU Request Queue
|
||||
|
@ -460,7 +460,7 @@
|
|||
|
||||
// Number of rop units
|
||||
`ifndef NUM_ROP_UNITS
|
||||
`define NUM_ROP_UNITS `UP(`NUM_CORES / 16)
|
||||
`define NUM_ROP_UNITS `UP(`NUM_CORES / 8)
|
||||
`endif
|
||||
|
||||
// ROP memory pending size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue