openrisc / orpsoc-cores

Core description files for FuseSoC
123 stars 78 forks source link

systems: add Altera NEEK board #50

Closed fjullien closed 10 years ago

fjullien commented 10 years ago

This patch adds supports for the Altera NEEK board. For now, the systems only contains a gpio and an uart.

Signed-off-by: Franck Jullien franck.jullien@gmail.com

olofk commented 10 years ago

Nice. More ports are always welcome! A few comments below:

fjullien commented 10 years ago

Well, I could move the ddr model into cores. That was my first intention but I didn't do it. Need to remember why.

I have wb_bfm inside my wb_altera_ddr_ctrl because I have a test bench there and it uses wb_bfm. Because this bench is not run by fusesoc I need a local copy. I could of course move the wb_altera_ddr_ctrl to orpsoc-cores with a *.core file.

I have the Neek's LCD working now so I'll update this patch one more time.