URL
https://opencores.org/ocsvn/s6soc/s6soc/trunk
Subversion Repositories s6soc
Compare Revisions
- This comparison shows the changes necessary to convert path
/s6soc/trunk
- from Rev 32 to Rev 33
- ↔ Reverse comparison
Rev 32 → Rev 33
/rtl/txuart.v
134,6 → 134,9
initial o_uart = 1'b1; |
initial r_busy = 1'b1; |
initial state = `TXU_IDLE; |
initial lcl_data= 8'h0; |
initial calc_parity = 1'b0; |
initial baud_counter = clocks_per_baud; |
// initial baud_counter = clocks_per_baud; |
always @(posedge i_clk) |
begin |