force nochange mode instead of default read_first

This commit is contained in:
Eric Matthews 2019-09-02 10:57:37 -07:00
parent 1bfdbd9d26
commit daaf28f9e3

View file

@ -37,8 +37,7 @@ module branch_predictor_ram
input logic [C_DATA_WIDTH-1:0] write_data,
output logic [C_DATA_WIDTH-1:0] read_data
);
(* ram_style = "block" *)logic [C_DATA_WIDTH-1:0] branch_ram [C_DEPTH-1:0];
(* ram_style = "block", rw_addr_collision = "no" *)logic [C_DATA_WIDTH-1:0] branch_ram [C_DEPTH-1:0];
//implementation
////////////////////////////////////////////////////