projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c51730
)
Rename "fine:" label to "map:" in "synth_ice40"
author
Clifford Wolf
<clifford@clifford.at>
Sun, 16 Dec 2018 15:36:19 +0000
(16:36 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Sun, 16 Dec 2018 15:36:19 +0000
(16:36 +0100)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
techlibs/ice40/synth_ice40.cc
patch
|
blob
|
history
diff --git
a/techlibs/ice40/synth_ice40.cc
b/techlibs/ice40/synth_ice40.cc
index 37b924dfd39c71497b06a9dbf60e65ab4353231f..c2aed873bbb11fc1c5761fc967853c73ad7ccdb3 100644
(file)
--- 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");