mirror of https://github.com/YosysHQ/yosys.git
ice40: Run ice40_braminit pass by default
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
parent
e71055cfe8
commit
5b6f591033
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue