URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [readme.rc200] - Rev 1765
Compare with Previous | Blame | View Log
Notes on running this design on an RC200:Building the hardware---------------------* Synthesise using Synplicity and the script: syn/synplicity/rc200.tcl.* Place-and-route the resulting edif (rc200soc.edf) along withthe constraint file: backend/xilinx/rc200soc.ucf* Note: I found that with ISE 7.1.04i, and Synplify Pro 8.0 I was unable meetthe timing for a 50 MHz clock (as selected in the UCF). In practice thoughthe error margin is narrow enough for the design to probably work anyway.Building the software---------------------* In the jtag server source, comment out the dbg_test() procedure call inmain(). This prevents initialisation of devices not present in thisdesign.* If the or1200_defines.v file is not changed to enable the trace buffer(OR1200_DU_TB_IMPLEMENTED), change the gdb source by commenting out thecall to or1k_read_trace() in remote-or1k.c:or1k_wait().* Modify the board.h file for orpmon or hello-uart programs to reflectthe 50MHz clock-speed.
