Skip to content

Commit

Permalink
Update to match lambdalib port list (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
zephray authored Nov 20, 2024
1 parent 7df3081 commit ef55f21
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 ef55f21

Please sign in to comment.