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

[test] Switch to new inline layer ABI #4550

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

seldridge
Copy link
Member

Change LayerSpec to use the new inline layer ABI. This uses '$' as a delimiter instead of '' in order to avoid ambiguity related to layer names which may contain ''.

Change `LayerSpec` to use the new inline layer ABI.  This uses '$' as a
delimiter instead of '_' in order to avoid ambiguity related to layer
names which may contain '_'.

Signed-off-by: Schuyler Eldridge <[email protected]>
@seldridge seldridge merged commit 6e1c94f into ci/ci-circt-nightly Dec 5, 2024
15 checks passed
@seldridge seldridge deleted the dev/seldridge/new-inline-layer-abi branch December 5, 2024 17:36
github-actions bot pushed a commit that referenced this pull request Dec 6, 2024
Change `LayerSpec` to use the new inline layer ABI.  This uses '$' as a
delimiter instead of '_' in order to avoid ambiguity related to layer
names which may contain '_'.

Signed-off-by: Schuyler Eldridge <[email protected]>
github-actions bot pushed a commit that referenced this pull request Dec 7, 2024
Change `LayerSpec` to use the new inline layer ABI.  This uses '$' as a
delimiter instead of '_' in order to avoid ambiguity related to layer
names which may contain '_'.

Signed-off-by: Schuyler Eldridge <[email protected]>
chiselbot pushed a commit that referenced this pull request Dec 8, 2024
Change `LayerSpec` to use the new inline layer ABI.  This uses '$' as a
delimiter instead of '_' in order to avoid ambiguity related to layer
names which may contain '_'.

Signed-off-by: Schuyler Eldridge <[email protected]>
seldridge added a commit that referenced this pull request Dec 8, 2024
* [cd] Bump CIRCT from firtool-1.96.0 to firtool-1.97.1

This is an automated commit generated by the `circt/update-circt` GitHub
Action.

* [test] Add Verilog test of inline emission, NFC

Add an integration test of SystemVerilog generation for inline layers.
This relies on new support in firtool 1.97.0 which adds support for
compiling this feature.  Previous versions of firtool could parse inline
layers, but error when compiling them.

* [test] Switch to new inline layer ABI (#4550)

Change `LayerSpec` to use the new inline layer ABI.  This uses '$' as a
delimiter instead of '_' in order to avoid ambiguity related to layer
names which may contain '_'. This now also includes the circuit
name and a leading 'layer_'.

* [test] Update btor2 emission test

There was a change in the btor2 emission upstream.  Update the test to
match the new emission.

I did not validate the correctness of this change.

Signed-off-by: Schuyler Eldridge <[email protected]>
Co-authored-by: Schuyler Eldridge <[email protected]>
Co-authored-by: chiselbot <[email protected]>
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.

1 participant