-
Notifications
You must be signed in to change notification settings - Fork 78
Description
Hi,
I am really new to the FPGA stuff and tried to setup a project using OR1200.
I like to start with my board from XESS:
http://www.xess.com/shop/product/xula2-lx25/
https://github.com/xesscorp/XuLA2
To get rid of the crippled down soft cores from xilinx, I thought to try OR1200.
My goal is to get a minimal system syntesized and one pin wired to the outside
to get a LED blinking using a C/C++ application. (Probably by integrating it into
the boot loader signaling read operations)
I probably need to get started with a small LED blinker sample using some plain logic.
Using the download orpsoc-cores-master as of 27.10.2013, I get the following problems:
Struggling with the wb_uart16550_model file (include), I tried to change this include to an absolute path: `include "C:\OR1200\cores\wb_bfm\wb_bfm_params.v"
This solved the error, but I am not sure if that is the correct way. How to setup include paths?
Then I got the wollowing errors:
ERROR:HDLCompiler:267 - "C:\OR1200\systems\generic\rtl\verilog\orpsoc_top.v" Line 192: Cannot find port wb_clk on this module
ERROR:HDLCompiler:267 - "C:\OR1200\systems\generic\rtl\verilog\orpsoc_top.v" Line 193: Cannot find port wb_rst on this module
ERROR:HDLCompiler:267 - "C:\OR1200\systems\generic\rtl\verilog\orpsoc_top.v" Line 194: Cannot find port slave_sel_i on this module
ERROR:HDLCompiler:267 - "C:\OR1200\systems\generic\rtl\verilog\orpsoc_top.v" Line 204: Cannot find port wbm_sdt_o on this module
ERROR:HDLCompiler:267 - "C:\OR1200\systems\generic\rtl\verilog\orpsoc_top.v" Line 217: Cannot find port wbs_sdt_i on this module
Is it wise to get the last version of the files (I have seen the generic folder is gone)?
And my last question: Does anyone work on the board to become supported?
It would probably be more easy :-)
Thanks, Lothar