-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Literature is a luxury; fiction is a necessity
- Loading branch information
Showing
34 changed files
with
487 additions
and
243 deletions.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
benchmarks/* linguist-vendored | ||
benchmarks/TOY/* linguist-vendored | ||
benchmarks/ISCAS89/* linguist-vendored | ||
benchmarks/EPFL/* linguist-vendored | ||
benchmarks/ITC99/* linguist-vendored | ||
*.v linguist-detectable=false |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
## v0.1.1 - 2018-12-29 | ||
*Literature is a luxury; fiction is a necessity.* — G. K. Chesterton | ||
### Added | ||
- Technology-specific energy model for fcn_gate_layout; supports QCA thus far | ||
- Support for `print -c` to write a textual representation of fcn_cell_layout objects | ||
- Information on nested fiction scripts and documentation generation in README | ||
- *linguist* flags in .gitattributes to prevent benchmark files from being viewed as source code | ||
|
||
### Changed | ||
- Moved to version 0.4 of [Alice](https://github.com/msoeken/alice) | ||
- Moved to version 4.8.4 of [Z3](https://github.com/Z3Prover/z3) | ||
- `fcn_gate_library` objects now have name strings | ||
- `print -g` now displays incorrectly assigned directions by bidirectional arrows | ||
- "Release" is the standard build mode now | ||
|
||
### Fixed | ||
- Copy and move constructors of logic_network work properly now | ||
- Calculation of bounding_box size on fcn_gate_layout now handles empty layouts correctly | ||
- Several minor and rare bugs, code inconsistencies, and performance issues | ||
|
||
### Removed | ||
- Nothing | ||
|
||
## v0.1.0 - 2018-10-29 | ||
*Let there be a fiction* | ||
|
||
This is the initial release. Please find a feature overview in the README. |
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
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
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
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
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
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
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
Oops, something went wrong.