3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 13:18:56 +00:00

fix BRAM width and init

This commit is contained in:
Pepijn de Vos 2019-09-06 10:55:04 +02:00
parent 1b9f7f49b5
commit 96efa63f16
2 changed files with 28 additions and 12 deletions

View file

@ -211,7 +211,7 @@ struct SynthGowinPass : public ScriptPass
if (check_label("map_cells"))
{
run("techmap -map +/gowin/cells_map.v");
run("setundef -undriven -zero");
run("setundef -undriven -params -zero");
run("hilomap -singleton -hicell VCC V -locell GND G");
run("iopadmap -bits -inpad IBUF O:I -outpad OBUF I:O", "(unless -noiopads)");
run("dffinit -ff DFF Q INIT");