mirror of
https://github.com/fpganinja/taxi.git
synced 2026-04-07 04:38:42 -07:00
prim: Fix single-clock TDP RAM inference
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -74,7 +74,9 @@ always_ff @(posedge clk) begin
|
||||
a_rd_data_reg <= mem[a_addr];
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
always_ff @(posedge clk) begin
|
||||
if (b_en) begin
|
||||
if (b_wr_en) begin
|
||||
if (STRB_EN) begin
|
||||
|
||||
Reference in New Issue
Block a user