summaryrefslogtreecommitdiff
path: root/hdl/core.sv
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hdl/core.sv4
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
176alt_jtag_atlantic 176alt_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)