Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 769 Bytes

ChangeLog.md

File metadata and controls

22 lines (15 loc) · 769 Bytes

Changelog

All notable changes to this project will be documented in this file.

[0.9.0] -- 2021-08-17

Added

  • A new simulation engine, using Web Workers, has been added. It is more responsible and can be much faster than the original one (25x measured improvement).

Changed

  • Architecture was changed to enable simulation engines running concurrently with the UI.
  • Webpack updated to version 5.

[0.8.0] -- 2021-07-21

Added

  • Circuit graph transformations, which make common circuits generated by Yosys more readable.
  • MuxSparse, a new multiplexer cell for situations when only a few of possible options is defined.
  • ElkJS layout engine, which is (in contrast to Dagre) aware of ports.

Changed

  • Gates can now have more than two inputs.