Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jotego committed Nov 24, 2018
1 parent 891a1ee commit 90a7cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hdl/jt12.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ port
irq_n : out std_logic;

-- combined output
snd_right : out std_logic_vector(11 downto 0); -- signed
snd_left : out std_logic_vector(11 downto 0); -- signed
snd_right : out std_logic_vector(15 downto 0); -- signed
snd_left : out std_logic_vector(15 downto 0); -- signed
snd_sample : out std_logic
);
end component;
Expand Down

0 comments on commit 90a7cf4

Please sign in to comment.