-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
1.5 2016-07-12 Olof Kindgren <[email protected]> | ||
====================================================== | ||
* Improve plusargs handling | ||
* Fix core-info for verilator sections | ||
* Allow multiple top-level modules in Icarus | ||
* Fix VHDL and SystemVerilog support in ISIM | ||
* Add support for the GHDL simulator | ||
* Add support for Vivado Logicore cores | ||
* Add support for ISE CoreGen cores | ||
* Support IP-XACT 2009 and 2014 versions | ||
* Add icestorm backend | ||
* Allow settings default values for parameters | ||
* Add support for Altera qip files | ||
* Add CI testing with Travis and appveyor | ||
* Experimental Windows support | ||
* Allow Modelsim to run user TCL files | ||
* Parallelize verilator jobs to speed up compilation | ||
* + improved error handling, bug fixes and refactoring | ||
|
||
Contributors: | ||
Andrzej Radecki <[email protected]> | ||
Neil Turley <[email protected]> | ||
Olof Kindgren <[email protected]> | ||
Philipp Wagner <[email protected]> | ||
Stefan Wallentowitz <[email protected]> | ||
|
||
1.4 2016-01-29 Olof Kindgren <[email protected]> | ||
====================================================== | ||
* Allow setting top-level parameters in backends | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ def read(fname): | |
'fusesoc.ipyxact', | ||
'fusesoc.simulator', | ||
'fusesoc.provider'], | ||
version = "1.4", | ||
version = "1.5", | ||
author = "Olof Kindgren", | ||
author_email = "[email protected]", | ||
description = ("FuseSoC is a package manager and a set of build tools for HDL (Hardware Description Language) code."), | ||
|