mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-22 21:51:28 +00:00
analogdevices: (some) Native BRAM
Specifically, the SDP configurations for RBRAM (ignoring 2048x09 because it makes the memlib format unhappy). Drop the unused defines from the synth pass. Remove comments from the lutram files referencing xilinx.
This commit is contained in:
parent
3cf01c399a
commit
9d887dbc81
4 changed files with 116 additions and 868 deletions
|
|
@ -343,10 +343,6 @@ struct SynthAnalogDevicesPass : public ScriptPass
|
|||
params += " -lib +/analogdevices/lutrams.txt";
|
||||
lutrams_map = "+/analogdevices/lutrams_map.v";
|
||||
params += " -lib +/analogdevices/brams.txt";
|
||||
params += " -D HAS_SIZE_36";
|
||||
params += " -D HAS_CASCADE";
|
||||
params += " -D HAS_CONFLICT_BUG";
|
||||
params += " -D HAS_MIXWIDTH_SDP";
|
||||
brams_map = "+/analogdevices/brams_map.v";
|
||||
if (nolutram)
|
||||
params += " -no-auto-distributed";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue