Skip to content
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

Merged
merged 5 commits into from
Aug 5, 2024

Conversation

Muxianesty
Copy link
Collaborator

This Pull Request introduces a scheduling FIRRTL output format (described in #26) as well as a couple of minor configuration and codestyle fixes.

@Muxianesty Muxianesty added enhancement New feature or request stage II For issues applicable to Stage II of the project labels Aug 2, 2024
@Muxianesty Muxianesty requested a review from ssmolov August 2, 2024 16:50
@Muxianesty Muxianesty self-assigned this Aug 2, 2024
Copy link
Collaborator

@ssmolov ssmolov left a 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.

@Muxianesty
Copy link
Collaborator Author

Muxianesty commented Aug 5, 2024

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).

Comment on lines 11 to 13
if (${CMAKE_CXX_COMPILER_ID} STREQUAL "MSVC")
set(DISABLE_RTTI_FLAG "/GR-")
else()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To remove

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

Copy link
Collaborator

@ssmolov ssmolov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@ssmolov ssmolov merged commit 0773c98 into master Aug 5, 2024
2 checks passed
@Muxianesty Muxianesty deleted the firrtl_output_format branch August 15, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stage II For issues applicable to Stage II of the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants