Closed trabucayre closed 1 year ago
As mentionned in this issue building petitbateau with Vivado >= 2019.1 fails with:
ERROR: [Synth 8-2715] syntax error near + [/xxx/litex-boards/litex_boards/targets/petitbateau.v:250] ERROR: [Synth 8-2715] syntax error near + [/xxx/litex-boards/litex_boards/targets/petitbateau.v:313]
This PR replace iter++ by iter=iter+1 for loop to have an happy Vivado
iter++
iter=iter+1
As mentionned in this issue building petitbateau with Vivado >= 2019.1 fails with:
This PR replace
iter++
byiter=iter+1
for loop to have an happy Vivado