added sc_comm_singleton to coordinate interaction with clients (e.g. web
browser)
This commit is contained in:
@ -37,7 +37,9 @@ spi::spi(sc_core::sc_module_name nm)
|
||||
|
||||
spi::~spi() {}
|
||||
|
||||
void spi::clock_cb() { this->clk = clk_i.read(); }
|
||||
void spi::clock_cb() {
|
||||
this->clk = clk_i.read();
|
||||
}
|
||||
|
||||
void spi::reset_cb() {
|
||||
if (rst_i.read())
|
||||
|
Reference in New Issue
Block a user