stnolting / neorv32

:desktop_computer: A small, customizable and extensible MCU-class 32-bit RISC-V soft-core CPU and microcontroller-like SoC written in platform-independent VHDL.

Home Page:https://neorv32.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation problem in XILINX ISE

mahdi259 opened this issue · comments

Hi,
first I express my gratitude for this project and all who have contributed to it.

I have an FPGA board with Spartan 6 on it and I want to implement this SoC on my board. I followed the steps of user guide and created neorv32 library and then added all VHDL files to it.

Now ISE gives me two errors depicted in the image attached to my message.
Is there any suggestion?
Capture

I retried by checking added files to neorv32 library. To do this, one should click on libraries icon on the lower left side of ISE software window. The problem was about some files that were not added to neorv32 library.

By adding them, now it's compiled.
Thanks

Thank you very much for your comment! :)

I retried by checking added files to neorv32 library. To do this, one should click on libraries icon on the lower left side of ISE software window. The problem was about some files that were not added to neorv32 library.

This is a common pitfall. Happens to me all the time... 😅 Anyway, good to hear that your setup works now!