Skip to content

Commit

Permalink
fix typo #798
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Apr 3, 2024
1 parent 87222cd commit 4d4be3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vhdl/nexys4.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ begin
buffereduart_rx(0) => jalo(1),
buffereduart_rx(7 downto 1) => (others => '1'),
buffereduart_tx(0) => jalo(2),
buffereduart_rx(7 downto 1) => dummy_tx,
buffereduart_tx(7 downto 1) => dummy_tx,
buffereduart_ringindicate => (others => '0'),

slow_access_request_toggle => slow_access_request_toggle,
Expand Down

0 comments on commit 4d4be3b

Please sign in to comment.