nthparty / circuitry

Embedded domain-specific combinator library for the abstract assembly and automated synthesis of logical circuits.

Home Page:https://pypi.org/project/circuitry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggested additional methods that naturally extend existing API.

lapets opened this issue · comments

  • Concatenation of bit vectors using the infix + operator.
  • Repetition of bit vectors using the infix * operator.
  • Support for rotation to the left using the infix << operator (to mirror rotation to the right using >>, which is already supported).