-
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
29 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,31 @@ | ||
1.3 2015-11-16 Olof Kindgren <[email protected]> | ||
====================================================== | ||
* Add item to .core files to explicitly apply patches | ||
* Export FuseSoC dirs as env vars to external commands | ||
* Use relative paths everywhere | ||
* Always rebuild sim model, except when --keep is used | ||
* Prettify core-info output | ||
* Generate CAPI directly from section.py | ||
* Add more helpful data types to section members | ||
* Support multiple top-level testbenches | ||
* Add git provider | ||
* Add pgm option to ISE backend | ||
* Add support for Xilinx ISIM Simulator | ||
* Abort FuseSoC on scripts with non-zero return code | ||
* Run scripts from all core deps in simulations | ||
* Add parameter section (replaces plusargs) | ||
* Add support for Xilinx XSIM Simulator | ||
* + improved error handling, bug fixes and refactoring | ||
|
||
Contributors: | ||
Andrzej Radecki <[email protected]> | ||
Franck Jullien <[email protected]> | ||
Jeffrey Esquivel S <[email protected]> | ||
Leonardo Lessa <[email protected]> | ||
Lukas Rinderer <[email protected]> | ||
Michael Gielda <[email protected]> | ||
Olof Kindgren <[email protected]> | ||
|
||
1.2 2015-02-24 Olof Kindgren <[email protected]> | ||
====================================================== | ||
* Allow files in core root to overlay files in cache | ||
|
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,4 +1,4 @@ | ||
AC_INIT([FuseSoC], [1.3-dev]) | ||
AC_INIT([FuseSoC], [1.3]) | ||
|
||
AM_INIT_AUTOMAKE([foreign]) | ||
AM_PATH_PYTHON([2.7]) | ||
|