Increase BTB to 1024 entries.
(On FPGA we can make this as large as we like, but returns diminish. This one has a chance of being reasonable for ASIC I guess?)
This commit is contained in:
@@ -57,7 +57,7 @@ endinterface
|
||||
|
||||
// Local BTB Typedefs
|
||||
typedef 1 PcLsbsIgnore;
|
||||
typedef 256 BtbEntries; // 4KB BTB
|
||||
typedef 1024 BtbEntries;
|
||||
typedef Bit#(TLog#(SupSizeX2)) BtbBank;
|
||||
typedef TDiv#(BtbEntries,SupSizeX2) BtbIndices;
|
||||
typedef Bit#(TLog#(BtbIndices)) BtbIndex;
|
||||
|
||||
Reference in New Issue
Block a user