From 9d09af12cdf661cd8ddb24853be8d11f6439c0f7 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 26 Mar 2020 20:31:06 +0000 Subject: [PATCH] add TODO for cry_in==CA --- src/soc/simulator/internalop_sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/simulator/internalop_sim.py b/src/soc/simulator/internalop_sim.py index 4afe531c..8f6a6421 100644 --- a/src/soc/simulator/internalop_sim.py +++ b/src/soc/simulator/internalop_sim.py @@ -134,7 +134,7 @@ class InternalOpSimulator: if cry_in == CryIn.ONE.value: carry = 1 elif cry_in == CryIn.CA.value: - carry = TODO deliberately cause error here + carry = TODO # deliberately cause error here result = self.execute_alu_op(operand1, operand2, internal_op, carry=carry) -- 2.30.2