build/xilinx: Update Yosys write_edif parameters

This commit is contained in:
David Shah 2019-03-22 16:06:52 +00:00
parent 317dba8314
commit 57e1ccd5f8
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ setattr -set keep 1 a:async_reg=true
synth_xilinx -top top
write_edif -attrprop {build_name}.edif
write_edif -pvector bra -attrprop {build_name}.edif
""".format(build_name=build_name)
ys_name = build_name + ".ys"