Forum Discussion
Altera_Forum
Honored Contributor
12 years agoFirst you can't use both clock edges on a register, either edge but not both.
another error: --- Quote Start --- init: process (DATA_IN_XBIT) is begin if(send_is_running_status = '0')then DATA_IN_TMP2 <= DATA_IN_XBIT; -- copy data to burref when sennding is disable send_is_running_status <='1'; end if; end process init; --- Quote End --- your send_is_running_status will just glitch up and down with tiny delay of path. there is also syntax error at new_data_to_send_status <= '1' which should be =