-
Notifications
You must be signed in to change notification settings - Fork 154
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
Add Clash.Annotations.SynthesisAttributes.markDebug
(plus an unfortunate amount of baggage)
#2547
Merged
Commits on Jul 19, 2023
-
Before: block ... attribute str_attr of my_signal : signal is "foo";begin ... end block; After: block ... attribute str_attr of my_signal : signal is "foo"; begin ... end block;
Configuration menu - View commit details
-
Copy full SHA for 52167f0 - Browse repository at this point
Copy the full SHA 52167f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f92a2dc - Browse repository at this point
Copy the full SHA f92a2dcView commit details -
The former is not a VHDL attribute type
Configuration menu - View commit details
-
Copy full SHA for e53f6bf - Browse repository at this point
Copy the full SHA e53f6bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ea608 - Browse repository at this point
Copy the full SHA 91ea608View commit details -
Simplify
coreToAttrs
/coreToAttr
* Use TemplateHaskellQuotes where possible * Use more sensible argument names + add comment * Use string interpolation
Configuration menu - View commit details
-
Copy full SHA for 2b87324 - Browse repository at this point
Copy the full SHA 2b87324View commit details -
Generalize string type in
Attr
Allows `clash-prelude` and `clash-lib` to share the type, as well as allow `Attr` to be used in combination with `TermLiteral`.
Configuration menu - View commit details
-
Copy full SHA for 9c71b0e - Browse repository at this point
Copy the full SHA 9c71b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2c906e - Browse repository at this point
Copy the full SHA b2c906eView commit details -
Add
Clash.Annotations.SynthesisAttributes.annotate
Add a term-level way of adding annotations to signals. This is more reliable than type level annotations, as it is guaranteed to survive optimizations and type alias erasure.
Configuration menu - View commit details
-
Copy full SHA for d332ee0 - Browse repository at this point
Copy the full SHA d332ee0View commit details -
Add
Clash.Annotations.SynthesisAttributes.markDebug
Add a term level way of marking a signal as "debug". This instructs synthesizers to leave a signal alone, even after optimizations.
Configuration menu - View commit details
-
Copy full SHA for 9257f74 - Browse repository at this point
Copy the full SHA 9257f74View 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.