URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
Subversion Repositories minsoc
Compare Revisions
- This comparison shows the changes necessary to convert path
/minsoc/trunk/rtl
- from Rev 7 to Rev 12
- ↔ Reverse comparison
Rev 7 → Rev 12
/verilog/minsoc_startup/spi_top.v
165,7 → 165,7
`ifdef SPI_CTRL_TX_NEGEDGE |
assign tx_negedge = 1'b1; |
`else |
assign tx_negedge = 1'b1; |
assign tx_negedge = 1'b0; |
`endif |
|
assign ctrl = {ass,1'b0,lsb,tx_negedge,rx_negedge,go,1'b0,1'b0,char_len}; |