Java Optimised Processor
Hi,
I am doing a project which includes interfacing JOP with I2s via Wishbone.input and output of wishbone is parallel(32 bits).
In JOP the output comes in two ways
1.via UART.(serial output)
2.via external memory.(parallel output)
so i am opting the second one to connect it to wishbone.
now the problem is i downloaded whole code of JOP from opencoes.org,and checked on xilinx kit.(VHDL code).
I wrote an interface code to interface wishbone and jop.I am unable to instantiate the component from JOP which produce the parallel output to the interface code. Its showing errors.can anyone who have knowledge on JOP please explain me what to do.
i could'nt figure out what rama_ncs,rama_nlb,rama_nub,ramb_ncs,ramb_nlb,ramb_nub.ram_noe,ram_nwe..and how to connect this to the interface..
eagerly waiting for solution.
Tan