diff options
| author | Julian Blake Kongslie | 2022-03-13 16:49:38 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-03-13 16:49:38 -0700 |
| commit | b1c127c984338ce44561c74df891597c30070811 (patch) | |
| tree | 86c3c66a42bbc881fbca9a0f1c9a70e5aead8042 /hdl/core.sv | |
| parent | Print a newline after memory read result prints. (diff) | |
| download | multipdp8-b1c127c984338ce44561c74df891597c30070811.tar.xz | |
Change FIFO size for UARTs to 1024 bytes in each direction.
Diffstat (limited to 'hdl/core.sv')
| -rw-r--r-- | hdl/core.sv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hdl/core.sv b/hdl/core.sv index b8b3e2b..a71e318 100644 --- a/hdl/core.sv +++ b/hdl/core.sv | |||
| @@ -175,8 +175,8 @@ bit [7:0] tx_data; | |||
| 175 | 175 | ||
| 176 | alt_jtag_atlantic | 176 | alt_jtag_atlantic |
| 177 | #( .INSTANCE_ID(1) | 177 | #( .INSTANCE_ID(1) |
| 178 | , .LOG2_RXFIFO_DEPTH(6) | 178 | , .LOG2_RXFIFO_DEPTH(10) |
| 179 | , .LOG2_TXFIFO_DEPTH(6) | 179 | , .LOG2_TXFIFO_DEPTH(10) |
| 180 | , .SLD_AUTO_INSTANCE_INDEX("NO") | 180 | , .SLD_AUTO_INSTANCE_INDEX("NO") |
| 181 | ) uart | 181 | ) uart |
| 182 | ( .clk(clk) | 182 | ( .clk(clk) |
