V
valtih1978
Guest
signal w_clk : std_logic := '1' ;
The clock condition does not pass on the first sim cycle in Modelsim. Why?
read_stimuli : process(w_clk)
if(w_clk'event and w_clk='1') then
The clock condition does not pass on the first sim cycle in Modelsim. Why?
read_stimuli : process(w_clk)
if(w_clk'event and w_clk='1') then