
The project is a simple Digital Oscillator that outputs a waveform of 500 Hz via UART(115200 bps 8n1). The system has an asyncronous reset (assert) but synchronous assert. The internal comms between the osci and the tx115 is done via AXI4-Lite.
Just clock the circuit after a reset and look at what you get at the output, is it a sinusoid with T = 2 ms?
No external hardware, only possibility to send data to pc via uart.
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | TX_232 | AXIS_TDATA[0] | |
| 1 | AXIS_TDATA[1] | ||
| 2 | AXIS_TDATA[2] | ||
| 3 | AXIS_TDATA[3] | ||
| 4 | AXIS_TDATA[4] | ||
| 5 | AXIS_TDATA[5] | ||
| 6 | AXIS_TDATA[6] | ||
| 7 | AXIS_TDATA[7] |