mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-11 08:32:04 +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
b3f0d13c26
commit
3f90865a28
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