diff --git a/magma/port.py b/magma/port.py index e9536dc28..3e505a6f0 100644 --- a/magma/port.py +++ b/magma/port.py @@ -222,7 +222,6 @@ def value(self): if self in self.wires.inputs: if len(self.wires.outputs) < 1: return None - assert len(self.wires.outputs) == 1 return self.wires.outputs[0] return None