Commit 6ede4e8b authored by Jan Pospisil's avatar Jan Pospisil

removed default value from net/wire

parent e40c348a
......@@ -34,7 +34,7 @@ entity Counter is
--! value to be set by Set_i
SetValue_ib: in unsigned(g_Width-1 downto 0);
--! overflow flag, set when Value_ob is maximal
Overflow_o: out std_logic := '0';
Overflow_o: out std_logic;
--! actual value of the counter
Value_ob: out unsigned(g_Width-1 downto 0)
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment