Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Mar 24, 2023
1 parent 762f534 commit 8473fe1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.5.0 2023-03-24 Olof Kindgren
======================================================
* New flows: generic, gate-level simulation
* New backends: filelist, sandpipersaas, openroad
* modelsim: Support mfcu mode
* icarus: Support multiple toplevels
* yosys : Support verilog output and simulation tag
* vivado: Support netlist generation an simulation tag
* Overhauled documentation
* Improve internal flow API
* Support external plugins
* Avoid unnecessary rebuilds with flow API

0.4.1 2022-12-26 Olof Kindgren
======================================================
* New flows: f4pga
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read(fname):

setup(
name="edalize",
version="0.4.1",
version="0.5.0",
packages=["edalize", "edalize.tools", "edalize.flows"],
package_data={
"edalize": [
Expand Down

0 comments on commit 8473fe1

Please sign in to comment.