Skip to content

Commit 2a70c44

Browse files
committed
Prepare for release
1 parent 98fa5b5 commit 2a70c44

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
0.4.0 2022-07-12 Olof Kindgren
2+
======================================================
3+
* New backends: OpenFPGA, VPR, Mistral, gatemate
4+
* symbiflow: Support Quicklogic
5+
* xsim: :Fix VHDL generics quotation
6+
* ISE: Added option to Specify JTAG chain index, fix windows path handling
7+
* verilator: Support EDALIZE_LAUNCHER, limit CPU usage
8+
* icestorm: Add icepack_options
9+
* el_docker: Run as user instead of root
10+
* vcs: Support boolean plusargs without value
11+
* yosys: Support verilog output
12+
* Flow API: Add get_tool_options function

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def read(fname):
1212

1313
setup(
1414
name="edalize",
15-
version="0.3.3",
15+
version="0.4.0",
1616
packages=["edalize", "edalize.tools", "edalize.flows"],
1717
package_data={
1818
"edalize": [
@@ -52,7 +52,7 @@ def read(fname):
5252
author="Olof Kindgren",
5353
author_email="[email protected]",
5454
description=(
55-
"Edalize is a library for interfacing EDA tools, primarily for FPGA development"
55+
"Library for interfacing EDA tools such as simulators, linters or synthesis tools, using a common interface"
5656
),
5757
license="BSD-2-Clause",
5858
keywords=[
@@ -70,15 +70,12 @@ def read(fname):
7070
url="https://github.com/olofk/edalize",
7171
long_description=read("README.rst"),
7272
classifiers=[
73-
"Development Status :: 4 - Beta",
73+
"Development Status :: 5 - Production/Stable",
7474
"License :: OSI Approved :: BSD License",
7575
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
7676
"Topic :: Utilities",
7777
],
7878
install_requires=[
79-
# 2.11.0 and .1 introduced an incompatible change in template output,
80-
# which was fixed in 2.11.2 and later.
81-
# https://github.com/pallets/jinja/issues/1138
8279
"Jinja2>=3",
8380
],
8481
tests_require=["pytest>=3.3.0", "vunit_hdl>=4.0.8"],

0 commit comments

Comments
 (0)