mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 19:21:23 +00:00
ecp5: First BRAM type maps successfully
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
2ef1af8b58
commit
983fb7ff88
8 changed files with 76 additions and 10 deletions
|
@ -222,11 +222,8 @@ struct SynthEcp5Pass : public ScriptPass
|
|||
|
||||
if (!nobram && check_label("bram", "(skip if -nobram)"))
|
||||
{
|
||||
//TODO
|
||||
#if 0
|
||||
run("memory_bram -rules +/ecp5/brams.txt");
|
||||
run("memory_bram -rules +/ecp5/bram.txt");
|
||||
run("techmap -map +/ecp5/brams_map.v");
|
||||
#endif
|
||||
}
|
||||
|
||||
if (!nodram && check_label("dram", "(skip if -nodram)"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue