migrated 100% to modelsim
This commit is contained in:
@@ -7,7 +7,9 @@ module Vortex
|
||||
parameter CACHE_SIZE = 4096, // Bytes
|
||||
parameter CACHE_WAYS = 1,
|
||||
parameter CACHE_BLOCK = 128, // Bytes
|
||||
parameter CACHE_BANKS = 8
|
||||
parameter CACHE_BANKS = 8,
|
||||
localparam NUMBER_BANKS = 8,
|
||||
localparam NUM_WORDS_PER_BLOCK = 4
|
||||
)
|
||||
(
|
||||
input wire clk,
|
||||
@@ -30,9 +32,6 @@ module Vortex
|
||||
output wire out_ebreak
|
||||
);
|
||||
|
||||
localparam NUMBER_BANKS = 8;
|
||||
localparam NUM_WORDS_PER_BLOCK = 4;
|
||||
|
||||
wire memory_delay;
|
||||
wire gpr_stage_delay;
|
||||
wire schedule_delay;
|
||||
|
||||
Reference in New Issue
Block a user