OpenCores
Issue List
SPI_CTRL_TX_NEGEDGE #1
Closed blaisegassend opened this issue over 14 years ago
blaisegassend commented over 14 years ago

I believe there may be a bug in the following lines from spi_top.v

ifdef SPI_CTRL_TX_NEGEDGE assign tx_negedge = 1'b1;else assign tx_negedge = 1'b1; `endif

The second case is probably supposed to be a 1'b0.

rfajardo closed this over 14 years ago
rfajardo commented over 14 years ago

Will be updated within the next revision.


Assignee
No one
Labels
Bug