mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 20:21:25 +00:00
RAM
This commit is contained in:
parent
b202126c76
commit
8023f921e3
4 changed files with 203 additions and 61 deletions
|
@ -207,6 +207,7 @@ struct SynthNanoXplorePass : public ScriptPass
|
|||
if (check_label("begin"))
|
||||
{
|
||||
run("read_verilog -lib -specify +/nanoxplore/cells_sim.v +/nanoxplore/cells_bb.v +/nanoxplore/cells_bb" + postfix + ".v");
|
||||
run("techmap -map +/nanoxplore/cells_wrap.v");
|
||||
run("techmap -map +/nanoxplore/cells_wrap" + postfix + ".v");
|
||||
run(stringf("hierarchy -check %s", help_mode ? "-top <top>" : top_opt.c_str()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue