Skip to content

Commit

Permalink
Disabled BUFG inference by Vivado when synthesizing netlist from fasm…
Browse files Browse the repository at this point in the history
…2bels

Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
  • Loading branch information
mkurc-ant authored and acomodi committed Aug 17, 2021
1 parent 32f6019 commit a23ef14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xc/common/utils/vivado_create_runme.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def create_runme(f_out, args):
create_project -force -part {part} design design
read_verilog {bit_v}
synth_design -top {top}
synth_design -top {top} -bufg 0
write_checkpoint -force design_{name}_pre_source.dcp
Expand Down

0 comments on commit a23ef14

Please sign in to comment.