mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Merge pull request #755 from Icenowy/anlogic-dram-init
anlogic: implement DRAM initialization
This commit is contained in:
commit
56ca1e6afc
6 changed files with 96 additions and 2 deletions
|
@ -154,6 +154,7 @@ struct SynthAnlogicPass : public ScriptPass
|
|||
{
|
||||
run("memory_bram -rules +/anlogic/drams.txt");
|
||||
run("techmap -map +/anlogic/drams_map.v");
|
||||
run("anlogic_determine_init");
|
||||
}
|
||||
|
||||
if (check_label("fine"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue