Skip to content

Commit

Permalink
Added --disable-init flag to fud xclbin stage
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielnrn committed Jul 7, 2022
1 parent ce7fce0 commit 133d9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fud/fud/stages/xilinx/xclbin.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def compile_xclbin(client: SourceType.UnTyped, tmpdir: SourceType.String):
xilinx_stage = FutilStage("xilinx-verilog", "-b xilinx", "")
xml_futil = FutilStage("xilinx-verilog", "-b xilinx-xml", "")
kernel_futil = FutilStage(
"xilinx-verilog", "-b verilog --synthesis -p external", ""
"xilinx-verilog", "-b verilog --synthesis -p external --disable-init", ""
)

if remote_exec.use_ssh:
Expand Down

0 comments on commit 133d9b3

Please sign in to comment.