Skip to content

Commit

Permalink
assign all buffered uart rx lines #798
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Apr 3, 2024
1 parent 1cc1fac commit 34e5782
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vhdl/nexys4.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -582,9 +582,8 @@ begin
uart_tx => jclo(2),

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

slow_access_request_toggle => slow_access_request_toggle,
Expand Down

0 comments on commit 34e5782

Please sign in to comment.