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
This fails in Quartus 13.1 with the following errors for the last three assign lines:
Error (10219): Verilog HDL Continuous Assignment error at top.v(387): object "b_on" on left-hand side of assignment must have a net type File: /home/verhaegs/eda/code/amaranth-boards/build/top.v Line: 387Error (10219): Verilog HDL Continuous Assignment error at top.v(388): object "g_on" on left-hand side of assignment must have a net type File: /home/verhaegs/eda/code/amaranth-boards/build/top.v Line: 388Error (10219): Verilog HDL Continuous Assignment error at top.v(389): object "r_on" on left-hand side of assignment must have a net type File: /home/verhaegs/eda/code/amaranth-boards/build/top.v Line: 389
Also Vivado errors on these lines so generated Verilog seems to be wrong, I believe assign is not valid for a reg.
This happens with both with Amaranth 0.4.4 and current main branch. amaranth-yosys is version 0.39.0.149.post89
The text was updated successfully, but these errors were encountered:
I have the following component:
It generates to following verilog output:
This fails in Quartus 13.1 with the following errors for the last three
assign
lines:Also Vivado errors on these lines so generated Verilog seems to be wrong, I believe assign is not valid for a
reg
.This happens with both with Amaranth 0.4.4 and current
main
branch.amaranth-yosys
is version 0.39.0.149.post89The text was updated successfully, but these errors were encountered: