build/xilinx: Update Yosys write_edif parameters
This commit is contained in:
parent
317dba8314
commit
57e1ccd5f8
|
@ -265,7 +265,7 @@ setattr -set keep 1 a:async_reg=true
|
||||||
|
|
||||||
synth_xilinx -top top
|
synth_xilinx -top top
|
||||||
|
|
||||||
write_edif -attrprop {build_name}.edif
|
write_edif -pvector bra -attrprop {build_name}.edif
|
||||||
""".format(build_name=build_name)
|
""".format(build_name=build_name)
|
||||||
|
|
||||||
ys_name = build_name + ".ys"
|
ys_name = build_name + ".ys"
|
||||||
|
|
Loading…
Reference in New Issue