From a2c9de8fcc63a954b6486846b80c402a85d956ca Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Fri, 11 Nov 2022 16:29:22 -0800 Subject: Multi-word fetch bundles and icache with realistic dram latency --- isa/decode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isa/decode.cpp') diff --git a/isa/decode.cpp b/isa/decode.cpp index 2151e2b..061fe5c 100644 --- a/isa/decode.cpp +++ b/isa/decode.cpp @@ -415,7 +415,7 @@ instruction_context decode(std::uint_fast32_t flags, unsigned int pc, unsigned i default: inst.df = "IOT %b"; inst.ef = [bits](auto &ctx) { - std::cerr << "warning: unimplemented IOT device " << ((bits >> 6) & 07) << ((bits >> 3) & 07) << " suboperation " << (bits & 07) << "\n"; + //std::cerr << "warning: unimplemented IOT device " << ((bits >> 6) & 07) << ((bits >> 3) & 07) << " suboperation " << (bits & 07) << "\n"; }; } break; -- cgit v1.2.3