Properly map ff ram
This commit is contained in:
@@ -269,10 +269,9 @@ struct SynthNanoXplorePass : public ScriptPass
|
||||
|
||||
if (check_label("map_ffram"))
|
||||
{
|
||||
//run("opt -fast -mux_undef -undriven -fine");
|
||||
run("opt -fast -mux_undef -undriven -fine");
|
||||
run("memory_map");
|
||||
run("opt -full");
|
||||
//run("opt -undriven -fine -mux_undef");
|
||||
run("opt -undriven -fine -mux_undef");
|
||||
}
|
||||
|
||||
if (check_label("map_gates"))
|
||||
|
||||
Reference in New Issue
Block a user