multiplier unit optimization - using fifo for metadata, shift register optimization

This commit is contained in:
Blaise Tine
2020-12-26 11:23:21 -08:00
parent b459192dec
commit 33c431ed44
13 changed files with 171 additions and 76 deletions

View File

@@ -246,12 +246,12 @@
// Size of MUL Request Queue
`ifndef MULQ_SIZE
`define MULQ_SIZE 4
`define MULQ_SIZE 8
`endif
// Size of FPU Request Queue
`ifndef FPUQ_SIZE
`define FPUQ_SIZE 4
`define FPUQ_SIZE 8
`endif
// Icache Configurable Knobs //////////////////////////////////////////////////