-
Notifications
You must be signed in to change notification settings - Fork 43
Verilog beta tests #646
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
base: main
Are you sure you want to change the base?
Verilog beta tests #646
Conversation
murphe67
left a comment
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.
:)
tools/integration/TEST_SUITE.cpp
Outdated
| RecordProperty("cycles", std::to_string(config.simTime)); | ||
| } | ||
|
|
||
| TEST_P(VerilogSharingFixture, verilog_CI) { |
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.
remove
tools/integration/TEST_SUITE.cpp
Outdated
| @@ -191,6 +194,70 @@ TEST_P(SpecFixture, spec_NoCI) { | |||
| RecordProperty("cycles", std::to_string(simTime)); | |||
| } | |||
|
|
|||
| // Verilog | |||
| TEST_P(VerilogFixture, verilog_CI) { | |||
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.
remove suffix
6f6f653 to
771568e
Compare
af18cd2 to
b15a7f5
Compare
murphe67
left a comment
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.
Looks great, almost there :)
tools/integration/CMakeLists.txt
Outdated
| # e.g. by running 'cmake -DPARALLEL_FACTOR=<n> -B build' | ||
| # before 'ninja -C build <target>' | ||
| set(PARALLEL_FACTOR 8 CACHE STRING "Parallelism for integration test targets") | ||
| set(PARALLEL_FACTOR 1 CACHE STRING "Parallelism for integration test targets") |
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.
instead of reducing CI speed, lets remove from CI for now and solve later
b15a7f5 to
d5c1854
Compare
CI integration tests for verilog-beta.