Altera_Forum
Honored Contributor
9 years agoWhen to reset a signal.
In one process I set a command
when X"01" => --continious data read
cont_ram_addr := to_integer(unsigned(addr_bus));
ram_command <= RAM_CONT_WRITE;
when X"02" => -...