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'm trying to add a new CPU to litex, to generate a SOC for my processor, however when trying, the error appears:
%Error: Internal Error: /home/xmen/build/sim/gateware/sim.v:381: ../V3LinkDot.cpp:397: Module/etc never assigned a symbol entry?
reg timer_enable_re = 1'd0;.
None of the processors have this register, it is something internal to Litex? What does this error mean? I can't find any documentation.
The text was updated successfully, but these errors were encountered:
I'm trying to add a new CPU to litex, to generate a SOC for my processor, however when trying, the error appears:
None of the processors have this register, it is something internal to Litex? What does this error mean? I can't find any documentation.
The text was updated successfully, but these errors were encountered: