From 354bf006d86abdfad9dbb915facec36f99af77bc Mon Sep 17 00:00:00 2001 From: Sam Moore Date: Mon, 14 Apr 2014 23:26:18 +0800 Subject: [PATCH] Don't print random debug information -_- Incidentally that facial expression is from Peanuts (Charlie Brown). --- src/main.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.vhd b/src/main.vhd index 1ecc1c8..36bc8fc 100644 --- a/src/main.vhd +++ b/src/main.vhd @@ -153,7 +153,7 @@ begin --print("OpA"); print(hstr(opa_i)); --print("OpB"); print(hstr(opb_i)); --print("Opcode"); print(hstr(fpu_op_i)); - print("Rmode"); print(hstr(rmode_i)); + --print("Rmode"); print(hstr(rmode_i)); -- 2.20.1