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
So, the initial part is ignored by synthesis tools such as DC. This didn't cause an issue with yosys but I don't think it is correct.
A simple fix would be converting the reg to a wire so it's an assign statement which is synthesizable.
I did that for the mgmtsoc_vexriscv to get the GL from DC to work. But still, this error is in the HDL in around 1800 different lines.
The text was updated successfully, but these errors were encountered:
The declaration of regs as
such as in
caravel_mgmt_soc_litex/verilog/rtl/mgmt_core.v
Line 150 in 3222bd5
isn't supported in ASIC synthesis. This is equivalent to
So, the initial part is ignored by synthesis tools such as DC. This didn't cause an issue with yosys but I don't think it is correct.
A simple fix would be converting the reg to a wire so it's an assign statement which is synthesizable.
I did that for the
mgmtsoc_vexriscv
to get the GL from DC to work. But still, this error is in the HDL in around 1800 different lines.The text was updated successfully, but these errors were encountered: