fixed typo

This commit is contained in:
Tine, Blaise
2020-05-26 23:15:32 -04:00
committed by GitHub Enterprise
parent 61231cd2af
commit b43dd76d0d

View File

@@ -131,7 +131,7 @@ void Simulator::io_driver() {
std::cout << c; std::cout << c;
} }
vortex_->io_req_ready = 1; vortex_->io_req_ready = 1;
vortex_->io_rsp_valid = 01; vortex_->io_rsp_valid = 0;
} }
void Simulator::reset() { void Simulator::reset() {