Replies: 1 comment 4 replies
-
This looks like a library problem. You need to set the VHDL library to "neorv32" for every single (core) file. Btw, if you are planning to use a block design you can also import the processor as IP block: https://stnolting.github.io/neorv32/ug/#_packaging_the_processor_as_vivado_ip_block |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
as part of a training course, I would like to use the NEORV32.
I'm trying to follow the steps in the user guide (2. General Hardware Setup) in order to integrate it into Vivado (2023.2) but I'm running into problems.
I'm new to Vivado, so I'm looking for help.
I have the impression that my error is potentially simple, but I can't get rid of it.
When I add the files rtl/core and rtl/core/mem (*.default), vivado warns me that some files are missing and I get quite a few errors in the files.
Can anyone help me?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions