Skip to content

Commit

Permalink
[/] bulk release of v2.0.0- see CHANGES for a more detailed changelist
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatelh committed Oct 12, 2020
1 parent 5b01fc2 commit 45ac708
Show file tree
Hide file tree
Showing 105 changed files with 22,491 additions and 2,231 deletions.
10 changes: 5 additions & 5 deletions AUTHORS
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
17 changes: 15 additions & 2 deletions CHANGES
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

12 changes: 6 additions & 6 deletions Doxyfile
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
38 changes: 19 additions & 19 deletions LICENSE
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.
393 changes: 206 additions & 187 deletions README.md

Large diffs are not rendered by default.

25 changes: 13 additions & 12 deletions TODO
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)
102 changes: 0 additions & 102 deletions example/README.md

This file was deleted.

Loading

0 comments on commit 45ac708

Please sign in to comment.