cvw/config/shared
2023-05-26 16:00:14 -05:00
..
BranchPredictorType.vh Got the branch predictor parameterized using Lim's method. Also had to add a global enum included in both cvw.sv and the configs which defines the branch predictor types. This should be synthesizable, but I'll need to double check. 2023-05-26 16:00:14 -05:00
parameter-defs.vh Got the branch predictor parameterized using Lim's method. Also had to add a global enum included in both cvw.sv and the configs which defines the branch predictor types. This should be synthesizable, but I'll need to double check. 2023-05-26 16:00:14 -05:00
README Removed pipelined level of hierarchy 2023-02-02 14:14:11 -08:00
test-shared.vh Trying to figure out why the parameterization slowed down modelsim so much. 2023-05-24 12:44:42 -05:00
wally-shared.vh Changed DIVN comparison from NF to NF+2. Shouldn't make a difference on our word sizes of XLEN=32/64, NF = 10/23/52) but is more proper in the general case. 2023-05-15 03:51:59 -07:00

# Put include files here that should be shared across all versions of WALLY