mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-12 17:06:15 +00:00
Properly map ff ram
This commit is contained in:
parent
1591d258a9
commit
4cb8e62626
1 changed files with 2 additions and 3 deletions
|
@ -269,10 +269,9 @@ struct SynthNanoXplorePass : public ScriptPass
|
||||||
|
|
||||||
if (check_label("map_ffram"))
|
if (check_label("map_ffram"))
|
||||||
{
|
{
|
||||||
//run("opt -fast -mux_undef -undriven -fine");
|
run("opt -fast -mux_undef -undriven -fine");
|
||||||
run("memory_map");
|
run("memory_map");
|
||||||
run("opt -full");
|
run("opt -undriven -fine -mux_undef");
|
||||||
//run("opt -undriven -fine -mux_undef");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (check_label("map_gates"))
|
if (check_label("map_gates"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue