From b43dd76d0db8fa79369e9d0af236981ae8099fe1 Mon Sep 17 00:00:00 2001 From: "Tine, Blaise" Date: Tue, 26 May 2020 23:15:32 -0400 Subject: [PATCH] fixed typo --- hw/simulate/simulator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/simulate/simulator.cpp b/hw/simulate/simulator.cpp index 0c36b3d0..7bd8adcf 100644 --- a/hw/simulate/simulator.cpp +++ b/hw/simulate/simulator.cpp @@ -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() {