diff options
| author | Clifford Wolf <clifford@clifford.at> | 2019-02-14 02:45:25 +0100 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2019-02-14 02:45:25 +0100 |
| commit | faf21ffd9fa419621581202c1dd309d2ed21bfbd (patch) | |
| tree | d5b1717d963aa7af7737dc3c636d0004c92cc510 /examples/icestick/rs232demo_tb.v | |
| parent | c0cbae88ab47a3879aacf80d53b6a85710682a6b (diff) | |
Improve icestick rs232demo example
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'examples/icestick/rs232demo_tb.v')
| -rw-r--r-- | examples/icestick/rs232demo_tb.v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/icestick/rs232demo_tb.v b/examples/icestick/rs232demo_tb.v index 5b9aee1..fd3a0cf 100644 --- a/examples/icestick/rs232demo_tb.v +++ b/examples/icestick/rs232demo_tb.v @@ -53,6 +53,11 @@ module testbench; repeat (10 * PERIOD) @(posedge clk); + // turn all LEDs off + send_byte("1"); + send_byte("3"); + send_byte("5"); + // turn all LEDs on send_byte("1"); send_byte("2"); |
