mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
fixed typo
This commit is contained in:
parent
61231cd2af
commit
b43dd76d0d
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ void Simulator::io_driver() {
|
|||
std::cout << c;
|
||||
}
|
||||
vortex_->io_req_ready = 1;
|
||||
vortex_->io_rsp_valid = 01;
|
||||
vortex_->io_rsp_valid = 0;
|
||||
}
|
||||
|
||||
void Simulator::reset() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue