3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 21:08:47 +00:00

Rename "fine:" label to "map:" in "synth_ice40"

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-12-16 16:36:19 +01:00
parent 4c5173045b
commit 5fa5dbbdda

View file

@ -235,7 +235,7 @@ struct SynthIce40Pass : public ScriptPass
run("techmap -map +/ice40/brams_map.v");
}
if (check_label("fine"))
if (check_label("map"))
{
run("opt -fast -mux_undef -undriven -fine");
run("memory_map");