mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-26 23:39:51 +00:00
synth_analogdevices: update timing model and tests
This commit is contained in:
parent
1ceb5b2930
commit
b136a3c417
27 changed files with 213 additions and 617 deletions
|
|
@ -46,6 +46,7 @@ module asym_ram_sdp_read_wider (clkA, clkB, enaA, weA, enaB, addrA, addrB, diA,
|
|||
localparam RATIO = maxWIDTH / minWIDTH;
|
||||
localparam log2RATIO = log2(RATIO);
|
||||
|
||||
(* ram_style="block" *)
|
||||
reg [minWIDTH-1:0] RAM [0:maxSIZE-1];
|
||||
reg [WIDTHB-1:0] readB;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue