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've been trying to run my VexRiscV project on my DE0-Nano FPGA board and encountered two issues. I aimed to configure the project for a Cyclone IV FPGA following the guide on VexRiscV GitHub. However, when compiling my design in Quartus, I received the following errors:
Error (171000): Can't fit design in device - indicating that my design does not fit into the FPGA device I'm attempting to use.
Error (169282): There are 145 IO output pads in the design, but only 139 IO output pad locations available on the device. - indicating that my design has more IO output pads than what's available on the device.
For generating the Verilog code, I used the specific command sbt "runMain vexriscv.demo.GenFull". Is there a particular configuration or step required to adapt the design for the Cyclone IV? Do you have any suggestions or experiences in overcoming these errors?
Any help or guidance would be greatly appreciated. Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hello VexRiscV Community,
I've been trying to run my VexRiscV project on my DE0-Nano FPGA board and encountered two issues. I aimed to configure the project for a Cyclone IV FPGA following the guide on VexRiscV GitHub. However, when compiling my design in Quartus, I received the following errors:
Error (171000): Can't fit design in device - indicating that my design does not fit into the FPGA device I'm attempting to use.
Error (169282): There are 145 IO output pads in the design, but only 139 IO output pad locations available on the device. - indicating that my design has more IO output pads than what's available on the device.
For generating the Verilog code, I used the specific command sbt "runMain vexriscv.demo.GenFull". Is there a particular configuration or step required to adapt the design for the Cyclone IV? Do you have any suggestions or experiences in overcoming these errors?
Any help or guidance would be greatly appreciated. Thank you in advance!
The text was updated successfully, but these errors were encountered: