- addedtest with more than 32 bit read data
git-svn-id: http://moon:8086/svn/vhdl/trunk@1287 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -248,7 +248,7 @@ begin
|
||||
end process;
|
||||
|
||||
proc_fsm:
|
||||
process(state, rx_enable, cat_fifo_empty, cat_fifo_full, write_fifo_empty, write_fifo_full, xfer_count_busy, data_count_busy, shift_cnt_pipe, ctrl_reg)
|
||||
process(state, rx_enable, cat_fifo_empty, cat_fifo_full, write_fifo_empty, write_fifo_full, read_fifo_full, xfer_count_busy, data_count_busy, shift_cnt_pipe, ctrl_reg)
|
||||
begin
|
||||
state_next <= state;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user