Guest User

Untitled

a guest
Mar 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. constant const: integer := 7;
  2. signal a: std_logic_vector(const downto 0);
  3. signal b: std_logic_vector(const downto 0);
  4. signal c: std_logic_vector(const+1 downto 0);
Add Comment
Please, Sign In to add comment