Skip to content

Commit

Permalink
v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitnigam committed Jul 21, 2023
1 parent 6a01b2a commit 0381c43
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 252 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Unreleased


## 0.4.0
- Language: New `repeat` operator that can be used in dynamic contexts as well. When possible, `static-promotion` will attempt to promote it.
- Fix: `wrap-main` correctly instantiates the original `"toplevel"` component in the generated `main` component.
- Make `Workspace::construct_with_all_deps` public to allow construction of multi-file workspaces.
- Don't emit `clk` ports for `@external` cells in the AXI generator.
Expand Down
Loading

0 comments on commit 0381c43

Please sign in to comment.