3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-14 13:41:27 +00:00

gowin: replace determine_init with setundef

This commit is contained in:
Dan Ravensloft 2020-07-04 19:39:40 +01:00 committed by Marcelina Kościelnicka
parent 3ca2de0f77
commit 01772dec8c
3 changed files with 1 additions and 74 deletions

View file

@ -198,7 +198,7 @@ struct SynthGowinPass : public ScriptPass
{
run("memory_bram -rules +/gowin/lutrams.txt");
run("techmap -map +/gowin/lutrams_map.v");
run("determine_init");
run("setundef -params -zero t:RAM16S4");
}
if (check_label("map_ffram"))