Re: Regarding JOP
Hello Martin,
I deleted all the memory mappping signals from the code "Extension".(Because I am IO mapping the JOp to SC2WB.) I saw the RTL view of the changed code and noticed that only three blocks are connected (CORE,EXTENSION and SCIO),so now the output from the SCIO block is through UART which is serial data(ser_rxd),but to interface that with SC2WB I need parallel data as SC2WB is having a pin "wd_in"(31 downto 0).
But when I try to connect SC2WB to SIPO(code which I wrote) its shows error,saying that it is incompatible..
And what should I do with the address pin?Where should I connect the pin to?
There are many pins which remain unconnected..Should I leave them as they are or are they internally connected automatically when two blocks(JOP and sc2wb )are connected.And where are the io_t,io_b,io_l,io_r connected to?
Thanks a lot for all your help.