Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 400 Bytes

HISTORY.rst

File metadata and controls

22 lines (12 loc) · 400 Bytes

History

0.0.3 (2017-11-05)

  • Added State object for working with finite-state machines in PygMyHDL.

0.0.2 (2017-09-20)

  • Fixed Bus object so my_bus.o[m:n] now calls my_bus(m, n) to get a shadow slice instead of creating an array of wires.

0.0.1 (2017-08-30)

  • First release on PyPI.