OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/orpsocv2/bench/sysc/include
    from Rev 462 to Rev 500
    Reverse comparison

Rev 462 → Rev 500

/UartSC.h
42,16 → 42,27
sc_out < bool > uartrx;
 
// Init function
void initUart(int clk_freq_hz, int uart_baud);
void initUart(int uart_baud);
// Transmit (from ORPSoC) handling function
void checkTx();
// Receieve (in ORPSoC) generation function
void driveRx();
// Check keyboard for entry
int kbhit();
// Enable canonical mode on console
void nonblock(int state);
 
private:
int clocks_per_bit;
uint8_t current_char;
int counter;
int bits_received;
int ns_per_bit;
 
int rx_state;
int rx_counter;
int rx_bits_sent;
char rx_char;
 
}; // UartSC ()
 
#endif // UART_SC__H

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.