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

include declaration support #658

Closed
dalance opened this issue Apr 12, 2024 · 0 comments · Fixed by #670
Closed

include declaration support #658

dalance opened this issue Apr 12, 2024 · 0 comments · Fixed by #670
Labels
lang Language design

Comments

@dalance
Copy link
Collaborator

dalance commented Apr 12, 2024

Syntax to include external files mainly used for integrated test.

// external SystemVerilog test
#[test]
include ("test1.sv", "inline");

// external cocotb test
#[test]
include ("test1.py", "cocotb");

Refs #550

@dalance dalance added the lang Language design label Apr 12, 2024
This was referenced Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang Language design
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant