T
Thomas Stanka
Guest
Xpost from OP, FUp2 comp.lang.vhdl
Davy schrieb:
if reset_active then
DFF <= (others =>'0');
elsif rising_edge(Clk)
DFF <= DFF( xxx downto 0) & input;
end if
If you don't like to change to VHDL than you should avoid posting in
the VHDL-group.
bye Thomas
Davy schrieb:
In VHDL you would writeSometimes I have to write long DFF chain like below:
if reset_active then
DFF <= (others =>'0');
elsif rising_edge(Clk)
DFF <= DFF( xxx downto 0) & input;
end if
If you don't like to change to VHDL than you should avoid posting in
the VHDL-group.
bye Thomas