Skip to content

Fixes: 204 #220

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

Merged
merged 30 commits into from
Dec 22, 2022
Merged

Fixes: 204 #220

merged 30 commits into from
Dec 22, 2022

Conversation

akshay-wankhede
Copy link
Contributor

Description & Motivation

  • Fixed: slice on a 1 bit signal should generate $x into SystemVerilog, instead of a $x[0], for single bit signals
  • Fixed: test/config_test.dart: ROHD version in wavedumper test fails on Windows, since delete temporary directory is called before the simulator run returns.
  • Fixed: IndexGate and BusSubset to generate $x into SystemVerilog, instead of $x[0] for single bit signals
  • Updated: doc comments

Related Issue(s)

Fixes: 204

Testing

  • Added: additional tests on 1 bit signals using slice, IndexGate and BusSubset

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?
No.

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

Yes.

Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

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

A couple little doc changes, but other than that looks great!

Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

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

Awesome work!

@mkorbel1 mkorbel1 merged commit cb9014d into intel:main Dec 22, 2022
quekyj pushed a commit to quekyj/rohd that referenced this pull request Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generated SystemVerilog includes index access on 1-bit signals
2 participants