forked from olofk/fusesoc
-
Notifications
You must be signed in to change notification settings - Fork 0
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.2 2015-02-24 Olof Kindgren <[email protected]> | ||
====================================================== | ||
* Allow files in core root to overlay files in cache | ||
* Add support for pre_build_scripts in cores | ||
* Fix checks for SystemC environment variables | ||
* Allow absolute file paths in core files | ||
* Add --verbose flag for detailed output | ||
* Add --monochrome flag for monochrome output | ||
* Report all sections in core-info | ||
* Allow cores to specify themselves as non-cachable | ||
* Allow symlinks in core libraries | ||
* Add update command to update core libraries | ||
* Add init command for initial setup of core libraries | ||
* Remove deprecated --systems-root flag | ||
* Add configure flag to optionally disable SVN providers | ||
* Allow cores to be located anywhere in the core libraries | ||
* Add 32/64-bit autodetection with override | ||
* Add git submodule provider | ||
* Generate detailed ISE map report | ||
* + improved error handling, bug fixes and refactoring | ||
|
||
Contributors: | ||
Christian Svensson <[email protected]> | ||
Franck Jullien <[email protected]> | ||
Jeremy Bennett <[email protected]> | ||
Olof Kindgren <[email protected]> | ||
Stefan Kristiansson <[email protected]> | ||
|
||
1.1 2014-04-15 Olof Kindgren <[email protected]> | ||
====================================================== | ||
* Support system-installed Verilator | ||
|
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.2-dev]) | ||
AC_INIT([FuseSoC], [1.2]) | ||
|
||
AM_INIT_AUTOMAKE([foreign]) | ||
AM_PATH_PYTHON([2.7]) | ||
|