mirror of
https://git.sr.ht/~kivikakk/niar
synced 2024-12-22 22:32:23 +00:00
34 lines
679 B
Markdown
34 lines
679 B
Markdown
# Changelog
|
|
|
|
## 0.1.2 (unreleased)
|
|
|
|
Fixed:
|
|
|
|
* python: use PDM and declare dependencies correctly.
|
|
* build: use generated IL to calculate digest, not what's on disk.
|
|
|
|
## 0.1.1
|
|
|
|
New:
|
|
|
|
* setup-action: GitHub Actions support for preparing.
|
|
* workflows: test in CI.
|
|
* template: getting started template.
|
|
|
|
Changed:
|
|
|
|
* python: move to src layout.
|
|
* project: define root where `pyproject.toml` found.
|
|
* cxxrtl: dependency tracking to avoid needless rebuilds.
|
|
* cxxrtl: fix distinction between optimising RTL and code.
|
|
* build: only resynthesise when RTLIL changes.
|
|
* build: `build` subdirectory per platform.
|
|
|
|
Fixed:
|
|
|
|
* cxxrtl: correctly disable when not used.
|
|
|
|
## 0.1
|
|
|
|
Initial release.
|