
error: Cannot set the value of o.inner.fwd because it is an output with type &uint<8>
    ┌─ ports.py:44
    │
 44 │ s.o.inner.fwd = "0"
    │ ^^^^^^^^^^^^^^^^^^^ o.inner.fwd cannot be set

  Help: The field has type &uint<8>
  Help: Since this is an output, only signals with inv values can be set

