orpsoc-cores icon indicating copy to clipboard operation
orpsoc-cores copied to clipboard

Support for Altera DE2 board added

Open tmd-set opened this issue 11 years ago • 5 comments

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.

tmd-set avatar Mar 05 '14 11:03 tmd-set

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?

olofk avatar Mar 05 '14 21:03 olofk

@olofk The man who wrote this DE2 port tested it on his DE2-70 Board. I saw it worked with timerled (from orconf2013) and HelloWorld program (https://code.google.com/p/vak-opensource/source/browse/trunk/hardware/s3esk-openrisc/hello-uart/hello.c) . Did it work to you?

@fjullien Newly generated wb_intercon.v and wb_intercon.vh still doesn't include wb8_xxx signals as in my most recent commit. https://github.com/tmd-set/orpsoc-cores/commit/52940b79d8c169938c9e91a37b6550d1b0291c53#commitcomment-5581892 https://github.com/tmd-set/orpsoc-cores/commit/52940b79d8c169938c9e91a37b6550d1b0291c53#commitcomment-5581894

tmd-set avatar Mar 06 '14 04:03 tmd-set

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.

fjullien avatar Mar 06 '14 08:03 fjullien

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.

tmd-set avatar Mar 06 '14 11:03 tmd-set

@tmd-set I haven't got a de2 board myself, but I trust you if you say it works. Great job! The pull request has become a bit messy however, so when you have fixed the things that @fjullien commented on, it might be best to just do a new pull request

olofk avatar Mar 06 '14 21:03 olofk