Skip to content

Conversation

@kroening
Copy link
Collaborator

@kroening kroening commented Sep 24, 2025

SystemVerilog adds the ref port direction, usable for passing a reference to a variable to a module.

@kroening kroening force-pushed the ref1 branch 4 times, most recently from 195e0d0 to 4314098 Compare September 25, 2025 15:56
This replaces the boolean input and output fields of the port class by a
single field direction, to enable ref ports.
@kroening kroening changed the title Verilog: ref port type Verilog: ref port direction Sep 26, 2025
@kroening kroening marked this pull request as ready for review September 26, 2025 07:14
@@ -0,0 +1,7 @@
KNOWNBUG
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is this still KNOWNBUG?

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

SystemVerilog adds the ref port direction, usable for passing a reference to
a variable to a module.
@tautschnig tautschnig merged commit d7d19e8 into main Sep 26, 2025
11 checks passed
@tautschnig tautschnig deleted the ref1 branch September 26, 2025 09:38
kroening added a commit that referenced this pull request Oct 19, 2025
Output register ports are now recognised as outputs.  Fixes a regression
introduced by #1271.

Closes #635.
kroening added a commit that referenced this pull request Oct 19, 2025
Output register ports are now recognised as outputs.  Fixes a regression
introduced by #1271.

Closes #635.
kroening added a commit that referenced this pull request Oct 20, 2025
Output register ports are now recognised as outputs.  Fixes a regression
introduced by #1271.

Closes #635.
kroening added a commit that referenced this pull request Oct 21, 2025
Output register ports are now recognised as outputs.  Fixes a regression
introduced by #1271.

Closes #635.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants