-
Notifications
You must be signed in to change notification settings - Fork 56
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
Hardware address #438
Hardware address #438
Conversation
0a208d0
to
83b5668
Compare
9d225a4
to
a340b6a
Compare
The instance resolver can be used to generate hardware configurations
Added serializers for different format Refactored the build commands to return an index for serialization
a340b6a
to
bda7a63
Compare
Codecov Report
@@ Coverage Diff @@
## master #438 +/- ##
==========================================
- Coverage 93.06% 92.80% -0.26%
==========================================
Files 33 36 +3
Lines 12499 13205 +706
==========================================
+ Hits 11632 12255 +623
- Misses 867 950 +83
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets discuss my points
6753bd6
to
a04a126
Compare
Adds support to mark a variable as belonging to an address or a template
The generated/compiled code will not be affected, this is only available on the AST level.
Still missing: A command-line argument to output the configured hardware to be loaded/parsed in the runtime.