diff options
| author | Julian Blake Kongslie | 2022-05-08 15:51:35 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-05-08 15:51:35 -0700 |
| commit | 38c5ae5b60eae9562b97da42f47af3861847f8e5 (patch) | |
| tree | 556fd9e5c38fb2feea56ce5741ca02a5e110ad63 /hdl/core.sv | |
| parent | Make the script for setting up the TTY actually connect. (diff) | |
| download | multipdp8-38c5ae5b60eae9562b97da42f47af3861847f8e5.tar.xz | |
*Proper* serial port for memory downloads. 115200 8O2 RS232 with CRTRTS.
Diffstat (limited to '')
| -rw-r--r-- | hdl/core.sv | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hdl/core.sv b/hdl/core.sv index 6827b8e..587ffeb 100644 --- a/hdl/core.sv +++ b/hdl/core.sv | |||
| @@ -3,8 +3,6 @@ | |||
| 3 | `define DATA_BITS 12 | 3 | `define DATA_BITS 12 |
| 4 | 4 | ||
| 5 | module core | 5 | module core |
| 6 | #( JTAG_INSTANCE = 1 | ||
| 7 | ) | ||
| 8 | ( input bit clk | 6 | ( input bit clk |
| 9 | , input bit reset | 7 | , input bit reset |
| 10 | 8 | ||
