Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if (pb0 = '1') then
input(3 downto 0) <= switches(3 downto 0);
elsif (pb1 = '1') then
input(7 downto 4) <= switches(3 downto 0);
end if;