Support for Altera DE2 board added - #38
Conversation
…nally written by Tran Cong Nam
The generic system has been broken for a long time and only adds confusion. It has been more or less replaced with or1200-generic
|
Thanks for this. Just wondering when you say that it works for simple programs. Have you tried it on a real DE2 board, or only in simulation? |
No error while using Icarus but Modelsim complains. Add missing stdlib.h and ctype.h required for NULL, free() and isspace(). Signed-off-by: Franck Jullien <franck.jullien@gmail.com>
|
@olofk @fjullien |
…nally written by Tran Cong Nam
Conflicts: systems/de2/scripts/build_summary
|
Yeah I'm sorry I did a mistake. wb8_xx signals are not created. However, the wb_resize is now included in the generated interconnection. |
|
Anyway, may be I pull this request too soon, there are a lot of problems in my orpsoc-cores repo now as it have some error after updated from the parent repo. May be I should put another one when I finished fix them. |
We have just created a DE2 port of ORPSoC. It is based on DE1 port, pin mapping and pll was altered. It works now as some simple programs such as HelloWorld can be run, but it may be not be completed and need more testing and updates.