projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e71055c
)
ice40: Run ice40_braminit pass by default
author
Sylvain Munaut
<tnt@246tNt.com>
Thu, 7 Mar 2019 23:11:17 +0000
(
00:11
+0100)
committer
Sylvain Munaut
<tnt@246tNt.com>
Thu, 7 Mar 2019 23:15:46 +0000
(
00:15
+0100)
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
techlibs/ice40/synth_ice40.cc
patch
|
blob
|
history
diff --git
a/techlibs/ice40/synth_ice40.cc
b/techlibs/ice40/synth_ice40.cc
index 34501b335154a90e02210d06c78a866e4185434e..8899bfcc4aafdbaa168fb0a20efa2d3ad07fb884 100644
(file)
--- a/
techlibs/ice40/synth_ice40.cc
+++ b/
techlibs/ice40/synth_ice40.cc
@@
-257,6
+257,7
@@
struct SynthIce40Pass : public ScriptPass
{
run("memory_bram -rules +/ice40/brams.txt");
run("techmap -map +/ice40/brams_map.v");
+ run("ice40_braminit");
}
if (check_label("map"))