diff options
| author | Julian Blake Kongslie | 2021-03-24 08:35:07 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2021-03-24 08:50:57 -0700 |
| commit | 5c1df6d27f5dac143efc9ce84689b863dbee45bd (patch) | |
| tree | 9bb9c9bcab00e7d5a5d1b40467d8e5a810f0b706 /jtag_uart.sv | |
| parent | Clean before building. (diff) | |
| download | toycpu-5c1df6d27f5dac143efc9ce84689b863dbee45bd.tar.xz | |
Reorganize repo layout to make it a little easier to work within.
Diffstat (limited to '')
| -rw-r--r-- | hdl/jtag_uart.sv (renamed from jtag_uart.sv) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jtag_uart.sv b/hdl/jtag_uart.sv index 5c4857d..eb0bc11 100644 --- a/jtag_uart.sv +++ b/hdl/jtag_uart.sv | |||
| @@ -39,7 +39,7 @@ alt_jtag_atlantic | |||
| 39 | `else | 39 | `else |
| 40 | 40 | ||
| 41 | bit [7:0] sim_rx_rom [0:(1<<16)-1]; | 41 | bit [7:0] sim_rx_rom [0:(1<<16)-1]; |
| 42 | initial $readmemh("jtag_uart.hex", sim_rx_rom); | 42 | initial $readmemh("mem/jtag_uart.hex", sim_rx_rom); |
| 43 | 43 | ||
| 44 | bit [15:0] sim_rx_addr; | 44 | bit [15:0] sim_rx_addr; |
| 45 | 45 | ||
