Skip to content

Commit

Permalink
CHANGELOG: update.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jul 4, 2024
1 parent e2ffef5 commit 3f85a40
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,23 @@

## 0.1.2 (unreleased)

New:

* build: `platform_kwargs` defined on the platform will be included in the `platform.prepare()` call.
* build: timing information from place-and-route shown as part of post-build log.

Changed:

* template: build CXXRTL with optimisations by default in CI
(cf. [amaranth-lang/amaranth-yosys#12](https://github.com/amaranth-lang/amaranth-yosys/pull/12)).
* **XXX** cxxrtl: disabled dependency tracking for now, as it's broken in the important case of
source files which depend on the CXXRTL module itself (e.g. those which instantiate it!).

Fixed:

* python: use PDM and declare dependencies correctly.
* build: use generated IL to calculate digest, not what's on disk.
* build: synthesis depends on the yosys script too, not just IL.

## 0.1.1

Expand Down

0 comments on commit 3f85a40

Please sign in to comment.