Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 887 Bytes

ChangeLog.md

File metadata and controls

40 lines (23 loc) · 887 Bytes

Changelog

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

[0.7.0] -- 2023-03-2023

Added

  • Support for $lut cells
  • Support for generating 7-segment display outputs

[0.6.0] -- 2022-02-02

Added

  • Support for Yosys 0.11 cells $aldff, $aldffe
  • Added a function yosys2digitaljs for converting a Yosys JSON output obtained elsewhere, without running Yosys locally

[0.5.0] -- 2021-10-06

Added

  • Support for Yosys 0.10 cells $adffe, $sdff, $sdffe, $sdffce, $adlatch, $sr, $dffsr, $dffsre
  • Support for Yosys 0.10 improved memory cell $mem_v2
  • Support for source code positions

Changed

  • Support for JSON output generated by Yosys 0.10

[0.4.0] -- 2021-08-20

Added

  • Linting via Verilator

Changed

  • Ported to TypeScript
  • Removed ad-hoc transformations, as they are now performed in DigitalJS