-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[/] bulk release of v2.0.0- see CHANGES for a more detailed changelist
- Loading branch information
Showing
105 changed files
with
22,491 additions
and
2,231 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
EINSim Authors | ||
============== | ||
This is the list of contributing authors to EINSim: | ||
EINSim Authors | ||
============== | ||
|
||
This is the list of contributing authors to EINSim: | ||
|
||
+ Minesh Patel |
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,2 +1,15 @@ | ||
version 1.0.0 [2019 May 10] | ||
+ The first public release of EINSim | ||
version 1.0.0 [2019 May 10] | ||
+ The first public release of EINSim | ||
|
||
version 2.0.0 [2020 Oct 12] | ||
+ Addding the following major features: | ||
+ Support for multiple computing multiple different observations over the final simulated ECC words | ||
+ JSON representation of ECC schemes | ||
+ Flexible error-injection models per-bit (+ JSON configuration files) | ||
+ Custom data patterns | ||
+ UID identification for ECC scheme configurations | ||
+ Configurable word-to-burst mappings | ||
+ Improving overall code style (e.g., better use of `const' qualifiers) | ||
+ Updating examples and scripts to support the new features | ||
+ Updating documentation with theses changes | ||
|
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,7 +1,7 @@ | ||
PROJECT_NAME = EINSim | ||
OUTPUT_DIRECTORY = doxygen | ||
WARNINGS = YES | ||
INPUT = src src/codes README.md example/README.md | ||
FILE_PATTERNS = *.cpp *.h | ||
ENABLE_PREPROCESSING = YES | ||
PROJECT_NAME = EINSim | ||
OUTPUT_DIRECTORY = doxygen | ||
WARNINGS = YES | ||
INPUT = src src/codes README.md example/README.md | ||
FILE_PATTERNS = *.cpp *.h | ||
ENABLE_PREPROCESSING = YES | ||
USE_MDFILE_AS_MAINPAGE = README.md |
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,20 +1,20 @@ | ||
Copyright (c) 2019, SAFARI Research Group at ETH Zurich University | ||
Permission is hereby granted, free of charge, to any person obtaining a | ||
copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
The above copyright notice and this permission notice shall be included | ||
in all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | ||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | ||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | ||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
Copyright (c) 2019, SAFARI Research Group at ETH Zurich University | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a | ||
copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included | ||
in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | ||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | ||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | ||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
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,13 +1,14 @@ | ||
TODO - list of outstanding tasks for EINSim: | ||
|
||
Improvements: | ||
+ Better output format | ||
+ Extensible to arbitrary configurations and observables | ||
+ More compact representation of ^ information | ||
+ Better stress tests for all corner cases of the ECC implementations | ||
+ General performance optimization | ||
+ Perhaps a more efficient representation than Eigen data types? | ||
|
||
New features: | ||
+ Wider range of ECC schemes (e.g., LDPC, non-binary) | ||
TODO - list of outstanding tasks for EINSim: | ||
|
||
Improvements: | ||
+ Better output format | ||
+ Extensible to arbitrary configurations and observables | ||
+ More compact representation of ^ information | ||
+ Better representation of ECC schemes (e.g., natuarally extensible to non-block-codes) | ||
+ Better stress tests for all corner cases of the ECC implementations | ||
+ General performance optimization | ||
+ Perhaps a more efficient representation than Eigen data types? | ||
|
||
New features: | ||
+ Wider range of ECC schemes (e.g., LDPC, non-binary) | ||
+ Different encoding/decoding algorithms (e.g., soft decoding) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.