Replies: 1 comment 3 replies
-
Hey @pluseqs!
That is this line, right? neorv32/rtl/core/neorv32_debug_dm.vhd Line 133 in 1bf8c82 Hmm, I have no idea why this signal is there - it is not used at all... 🤔 Maybe it is just an artifact... However, we should remove that. Thanks for finding this!
Completely fine. Btw, maybe we should enable more modules in https://github.com/stnolting/neorv32-verilog/blob/main/src/neorv32_verilog_wrapper.vhd to check for issues like this. |
Beta Was this translation helpful? Give feedback.
-
Hello. Thank you very much for your work. Your processor suited me best.
But my development environment does not support vhdl and therefore I have to translate it into verilog using your neorv32-verilog project.
Until version 1.10.5 I had no problems with compiling the resulting .v file. And already since 1.10.6 the resulting .v file causes an error in my environment. And unfortunately the environment does not say what exactly is wrong.
When converting the project to a .v file, a warning was noticed "no assignment for offset 2 of signal "auth" in the neorv32_debug_dm.vhd file (line 137).
In this structure, I commented out the "reset : std_ulogic; -- reset authentication (sync, high-active)" line, since it is probably not used. The warning disappeared and the .v file began to compile successfully.
The question is, is it correct to do this? Thank you!!!
Beta Was this translation helpful? Give feedback.
All reactions