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:
parent
f9c8978128
commit
ba3be3fd1c
2 changed files with 7 additions and 4 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue