-
Notifications
You must be signed in to change notification settings - Fork 2
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
Scheduled FIRRTL output format; minor refactoring, config and codestyle fixes #40
Conversation
…fig and codestyle fixes.
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.
Tests (unit-level or system-level) are requested here to illustrate scenarios of existing cmdline options usage.
In this Pull Request only a FIRRTL output format test was added. In the following Pull Requests new tests will be added, and system tests will be added at the CI-level (#42). |
if (${CMAKE_CXX_COMPILER_ID} STREQUAL "MSVC") | ||
set(DISABLE_RTTI_FLAG "/GR-") | ||
else() |
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.
To remove
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.
Fixed.
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.
ok
This Pull Request introduces a scheduling FIRRTL output format (described in #26) as well as a couple of minor configuration and codestyle fixes.