3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-01 20:17:55 +00:00

QLF_TDP36K: test bram_tdp post synth

This commit is contained in:
Krystine Sherwin 2023-12-01 09:47:46 +13:00 committed by Martin Povišer
parent f9c8978128
commit ba3be3fd1c
2 changed files with 7 additions and 4 deletions

View file

@ -63,10 +63,10 @@ wire wce_b = wce_b_testvector[i];
wire [ADDR_WIDTH-1:0] wa_b = wa_b_testvector[i];
wire [DATA_WIDTH-1:0] wd_b = wd_b_testvector[i];
uut #(
BRAM_TDP #(
.AWIDTH(ADDR_WIDTH),
.DWIDTH(DATA_WIDTH)
) BRAM_TDP (
) uut (
.clk_a(clk),
.rce_a(rce_a),
.ra_a(ra_a),