Skip to content

Commit

Permalink
Merge branch 'main' into python313
Browse files Browse the repository at this point in the history
  • Loading branch information
azaidy authored Nov 20, 2024
2 parents 3c0a886 + ef55f21 commit 08c6f85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions switchboard/verilog/common/uart_xactor.sv
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ module uart_xactor
.rd_empty (rxfifo_empty),
.clk (clk),
.nreset (nreset),
.clear (1'b0),
.vss (1'b0),
.vdd (1'b1),
.chaosmode (1'b0),
Expand All @@ -150,6 +151,7 @@ module uart_xactor
.rd_empty (txfifo_empty),
.clk (clk),
.nreset (nreset),
.clear (1'b0),
.vss (1'b0),
.vdd (1'b1),
.chaosmode (1'b0),
Expand Down

0 comments on commit 08c6f85

Please sign in to comment.