You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a synthesis error while building the OpenNIC shell for the Alveo U45N board. The error message is as follows:
ERROR: [Vivado 12-13638] Failed runs(s) : 'synth_1'
'synth_1' run failed with below errors.
ERROR: [Synth 8-524] part-select [23:0] out of range of prefix 'qdma_pcie_rxp' [F:/open-nic-shell-main/src/open_nic_shell.sv:489]
ERROR: [Synth 8-6156] failed synthesizing module 'open_nic_shell' [F:/open-nic-shell-main/src/open_nic_shell.sv:20]
I used the vivado 2024.1 version and this command: F:\xilinx\Vivado\2024.1\bin\vivado.bat -mode batch -source build.tcl -tclargs -board au45n -impl 1 -user_plugin ../plugin/p2p
The text was updated successfully, but these errors were encountered:
(If it matches Issue #57 above, please read all of the messages in that thread because I had forgotten to include one of the parameters in my initial reply to that post, which is further discussed in the later messages in that thread.)
I encountered a synthesis error while building the OpenNIC shell for the Alveo U45N board. The error message is as follows:
ERROR: [Vivado 12-13638] Failed runs(s) : 'synth_1'
'synth_1' run failed with below errors.
ERROR: [Synth 8-524] part-select [23:0] out of range of prefix 'qdma_pcie_rxp' [F:/open-nic-shell-main/src/open_nic_shell.sv:489]
ERROR: [Synth 8-6156] failed synthesizing module 'open_nic_shell' [F:/open-nic-shell-main/src/open_nic_shell.sv:20]
I used the vivado 2024.1 version and this command: F:\xilinx\Vivado\2024.1\bin\vivado.bat -mode batch -source build.tcl -tclargs -board au45n -impl 1 -user_plugin ../plugin/p2p
The text was updated successfully, but these errors were encountered: