Skip to content

Instantly share code, notes, and snippets.

@maluta
Created April 6, 2010 20:21
Show Gist options
  • Save maluta/358062 to your computer and use it in GitHub Desktop.
Save maluta/358062 to your computer and use it in GitHub Desktop.
entity exemplo is
port (
a,b : in bit;
c : in bit_vector (2 downto 0);
d : buffer bit;
e : inout std_logic_vector (3 downto 0);
f : out bit
);
end exemplo;
architecture arquitetura of exemplo is
signal interno : bit_vector (4 downto 0);
constant const : integer := 100;
begin
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment