Replies: 1 comment
-
Hey Andreas!
I know those messages/warnings are annoying, but they do not really hurt. Unconnected signals are reported, but they won't be synthesized in any way. So there is no drawback for the final hardware when having such "dead" signals.
That is the reason I am not sure about this. I like to be consequent here - if one unused signal is explicitly terminated then this should be done for all unused signals. However, I am not sure about this and I'm open for a discussion. 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Stephan,
at the moment i do some synthesis and checking logs. There i found following messages:
My related core config is:
#DMI
DMI could the soultuion to remove this assignments:
neorv32/rtl/core/neorv32_top.vhd
Lines 1725 to 1728 in 278ab39
#rstn_ext
For rstn_ext could the assignement done in a conditional assignment:
neorv32/rtl/core/neorv32_top.vhd
Line 476 in 278ab39
neorv32/rtl/core/neorv32_top.vhd
Line 488 in 278ab39
For cpu_s it's more complicated because the signal is assigned inside neorv32_cpu, there i have no idea now.
What do you think could this be a change in the NEORV32. If yes, i could create a PR.
BR,
Andreas
Beta Was this translation helpful? Give feedback.
All reactions