Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed May 17, 2023
1 parent 9c5b4a3 commit c2389d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS
@@ -1,3 +1,11 @@
0.5.1 2023-05-17 Olof Kindgren
======================================================
* yosys: Fix yosys_template option
* verilator: Fix dependencies on testbench files
* icarus: Add missing vvp_options
* Remove filelist backend
* vivado: Add programming option

0.5.0 2023-03-24 Olof Kindgren
======================================================
* New flows: generic, gate-level simulation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@ def read(fname):

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

0 comments on commit c2389d3

Please sign in to comment.