mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 19:51:23 +00:00
gatemate: Use memory_libmap
pass.
This commit is contained in:
parent
2dcb0797f0
commit
2a2dc12eb6
3 changed files with 931 additions and 785 deletions
|
@ -237,12 +237,7 @@ struct SynthGateMatePass : public ScriptPass
|
|||
|
||||
if (check_label("map_bram", "(skip if '-nobram')") && !nobram)
|
||||
{
|
||||
run("memory_bram -rules +/gatemate/brams.txt");
|
||||
run("setundef -zero -params "
|
||||
"t:$__CC_BRAM_CASCADE "
|
||||
"t:$__CC_BRAM_40K_SDP t:$__CC_BRAM_20K_SDP "
|
||||
"t:$__CC_BRAM_20K_TDP t:$__CC_BRAM_40K_TDP "
|
||||
);
|
||||
run("memory_libmap -lib +/gatemate/brams.txt");
|
||||
run("techmap -map +/gatemate/brams_map.v");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue