master.zip
Control the activity and status of your FPGA by targeting a memory mapped space inside it.
Based on:
-- HLeFevre UART project (LeFevre_uart)
Simple three steps access procedure:
-- Read words of 2 bytes address and 4 bytes data.
The code comes plug and play:
* up to 2^16 32 bit wide registers for user logic control and monitor
Declare the registers you want to read and write in the top level entity:
+ the top entity is self-explanatory.
Remotely control the logic from a PC:
~ TCP/IP to UART bridging is just around the corner using inexpensive external devices.
crossplatform compatible (tested on Xilinx Virtex-5 and Altera Stratix-4 devices).
Tested up to 1 Mbps with a 29.4912 MHz oscillator.
## Feeback:
>> Give comments and feedback using the official core thread on the OpenCores forum:
forum_thread
>> Tell us what you do with our core posting an answer in the bug tracker ticket below
bug_tracker