summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hdl/core.sv4
-rw-r--r--hdl/top.sv4
2 files changed, 4 insertions, 4 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)
diff --git a/hdl/top.sv b/hdl/top.sv
index 7ec57b7..5c8b531 100644
--- a/hdl/top.sv
+++ b/hdl/top.sv
@@ -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)