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

Verilog: fix for continuous assignment delays #3786

Merged

Conversation

hirooih
Copy link
Contributor

@hirooih hirooih commented Jul 29, 2023

FIx to support the following code.

  wire #10 wireA;
  wire #10 wirea = wireb;

cf. LRM 10.3.3 Continuous assignment delays

FIx to support the following code.

```
  wire universal-ctags#10 wireA;
  wire universal-ctags#10 wirea = wireb;
```

cf. LRM 10.3.3 Continuous assignment delays

Signed-off-by: Hiroo HAYASHI <24754036+hirooih@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Jul 29, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03% 🎉

Comparison is base (7967d2d) 83.01% compared to head (4b096d0) 83.05%.
Report is 58 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3786      +/-   ##
==========================================
+ Coverage   83.01%   83.05%   +0.03%     
==========================================
  Files         227      227              
  Lines       55126    55201      +75     
==========================================
+ Hits        45764    45845      +81     
+ Misses       9362     9356       -6     
Files Changed Coverage Δ
parsers/verilog.c 98.34% <100.00%> (+<0.01%) ⬆️

... and 16 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hirooih hirooih merged commit aa6aa94 into universal-ctags:master Jul 29, 2023
38 checks passed
@hirooih hirooih deleted the verilog-continuous-assignment-delays branch July 29, 2023 07:04
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