aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-12-16 16:36:19 +0100
committerClifford Wolf <clifford@clifford.at>2018-12-16 16:36:19 +0100
commit5fa5dbbddab03af89e00426e21df9f30d020a94e (patch)
treef4cb1188bd7c574ea0623f74a8268f56e81f8f46 /techlibs/ice40
parent4c5173045bb4e8d6f00d9ba5269bf30e6c10d6f6 (diff)
downloadyosys-5fa5dbbddab03af89e00426e21df9f30d020a94e.tar.gz
yosys-5fa5dbbddab03af89e00426e21df9f30d020a94e.tar.bz2
yosys-5fa5dbbddab03af89e00426e21df9f30d020a94e.zip
Rename "fine:" label to "map:" in "synth_ice40"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'techlibs/ice40')
-rw-r--r--techlibs/ice40/synth_ice40.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc
index 37b924dfd..c2aed873b 100644
--- a/techlibs/ice40/synth_ice40.cc
+++ b/techlibs/ice40/synth_ice40.cc
@@ -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");