Skip to content

Commit

Permalink
fix buffered uart plumbing #798
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Apr 3, 2024
1 parent 0410d75 commit a5a03c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vhdl/nexys4.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,8 @@ begin
uart_rx => jclo(1),
uart_tx => jclo(2),

buffereduart_rx => jalo(1),
buffereduart_tx => jalo(2),
buffereduart_rx(0) => jalo(1),
buffereduart_tx(0) => jalo(2),
-- buffereduart2_rx => jchi(9),
-- buffereduart2_tx => jchi(10),
buffereduart_ringindicate => (others => '0'),
Expand Down

0 comments on commit a5a03c6

Please sign in to comment.