Skip to content

Commit d70e34a

Browse files
committed
Prepare for release
1 parent c2eb8a5 commit d70e34a

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

NEWS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
1.5 2016-07-12 Olof Kindgren <olof.kindgren@gmail.com>
2+
======================================================
3+
* Improve plusargs handling
4+
* Fix core-info for verilator sections
5+
* Allow multiple top-level modules in Icarus
6+
* Fix VHDL and SystemVerilog support in ISIM
7+
* Add support for the GHDL simulator
8+
* Add support for Vivado Logicore cores
9+
* Add support for ISE CoreGen cores
10+
* Support IP-XACT 2009 and 2014 versions
11+
* Add icestorm backend
12+
* Allow settings default values for parameters
13+
* Add support for Altera qip files
14+
* Add CI testing with Travis and appveyor
15+
* Experimental Windows support
16+
* Allow Modelsim to run user TCL files
17+
* Parallelize verilator jobs to speed up compilation
18+
* + improved error handling, bug fixes and refactoring
19+
20+
Contributors:
21+
Andrzej Radecki <ndrwrdck@gmail.com>
22+
Neil Turley <neilpturley@gmail.com>
23+
Olof Kindgren <olof.kindgren@gmail.com>
24+
Philipp Wagner <philipp.wagner@tum.de>
25+
Stefan Wallentowitz <stefan@wallentowitz.de>
26+
127
1.4 2016-01-29 Olof Kindgren <olof.kindgren@gmail.com>
228
======================================================
329
* Allow setting top-level parameters in backends

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111
'fusesoc.ipyxact',
1212
'fusesoc.simulator',
1313
'fusesoc.provider'],
14-
version = "1.4",
14+
version = "1.5",
1515
author = "Olof Kindgren",
1616
author_email = "olof.kindgren@gmail.com",
1717
description = ("FuseSoC is a package manager and a set of build tools for HDL (Hardware Description Language) code."),

0 commit comments

Comments
 (0)