-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Macro Support + TV Generation Cleanup #43
Merged
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d8c8fd7 - Browse repository at this point
Copy the full SHA d8c8fd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0a034a - Browse repository at this point
Copy the full SHA e0a034aView commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6df0d0b - Browse repository at this point
Copy the full SHA 6df0d0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3154630 - Browse repository at this point
Copy the full SHA 3154630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d4af0b - Browse repository at this point
Copy the full SHA 1d4af0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd4a4e - Browse repository at this point
Copy the full SHA 9cd4a4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6234623 - Browse repository at this point
Copy the full SHA 6234623View commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f12e8c - Browse repository at this point
Copy the full SHA 6f12e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9654cd9 - Browse repository at this point
Copy the full SHA 9654cd9View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 308bca8 - Browse repository at this point
Copy the full SHA 308bca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1a68af - Browse repository at this point
Copy the full SHA a1a68afView commit details
Commits on Jan 14, 2024
-
Add two flags to `main` to output metadata related to coverage, one for all fault points and one for fault points that are covered by the output test vectors.
Configuration menu - View commit details
-
Copy full SHA for 23fb51a - Browse repository at this point
Copy the full SHA 23fb51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2985d5c - Browse repository at this point
Copy the full SHA 2985d5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32963bf - Browse repository at this point
Copy the full SHA 32963bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bdfed5 - Browse repository at this point
Copy the full SHA 8bdfed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc89cc2 - Browse repository at this point
Copy the full SHA dc89cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8516cbf - Browse repository at this point
Copy the full SHA 8516cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c06f7e - Browse repository at this point
Copy the full SHA 7c06f7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c447ab8 - Browse repository at this point
Copy the full SHA c447ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 683fb60 - Browse repository at this point
Copy the full SHA 683fb60View commit details
Commits on Jan 15, 2024
-
Generalized
RNG
intoTVGenerator
* Generation reworked: Each test vector is generated entirely ahead of time then cut into bits instead of generated segment by segment * Added new TVGenerator, `PatternGenerator`, that is not random and uses the following pattern(s) depending on the iteration count: * All 0 * All 1 * Half 0, Half 1 * Half 1, Half 0 * Alternating 0s and 1s * Alternating 1s and 0s * Moving `max(1, min(32, bits/4))` window of 1s (even) and the complement of that (odd) * TVGenerators now take a seed, fixed default seed but can be changed over CLI * Fixed test * Incorporated `ARC4RandomNumberGenerator`from Swift TensorFlow sources (takes a seed)
Configuration menu - View commit details
-
Copy full SHA for 88be7fc - Browse repository at this point
Copy the full SHA 88be7fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdfe0d7 - Browse repository at this point
Copy the full SHA cdfe0d7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.