aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
blob: bf4fe4e3f296477f1ecc3c3cb8e6185fbbcfcf73 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta http-equiv="Refresh" content="0; URL=html/index.html">
  </head>
  <body>
  </body>
</html>
: in std_logic_vector(31 downto 0); b_out : out std_logic_vector(31 downto 0) ); end test; architecture rtl of test is begin process(all) begin b_out <= std_logic_vector(to_unsigned((31-to_integer(unsigned(a_in))) / 4, 32)); end process; end;