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/top.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 '')
| -rw-r--r-- | hdl/top.sv | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -62,8 +62,8 @@ module top | |||
| 62 | 62 | ||
| 63 | alt_jtag_atlantic | 63 | alt_jtag_atlantic |
| 64 | #( .INSTANCE_ID(0) | 64 | #( .INSTANCE_ID(0) |
| 65 | , .LOG2_RXFIFO_DEPTH(6) | 65 | , .LOG2_RXFIFO_DEPTH(10) |
| 66 | , .LOG2_TXFIFO_DEPTH(6) | 66 | , .LOG2_TXFIFO_DEPTH(10) |
| 67 | , .SLD_AUTO_INSTANCE_INDEX("NO") | 67 | , .SLD_AUTO_INSTANCE_INDEX("NO") |
| 68 | ) ram_jtag | 68 | ) ram_jtag |
| 69 | ( .clk(internal_clock) | 69 | ( .clk(internal_clock) |
