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

handle [ in var declaration and ( or [ in scope declaration #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andreabellizzi
Copy link

@andreabellizzi andreabellizzi commented Jul 10, 2023

some var are declared like:
$var integer 32 p&! varname [1423][SOMENAME][2] $end

some scope are declared like:
$scope begin scope_name(432) $end
which is out of spec but seen in vcd dump

some var are declared like:
$var integer  32 p&!  varname [1423][2] $end

some scope are declared like:
$scope begin scope_name(432) $end 
which is out of spec but seen in vcd dump
@andreabellizzi andreabellizzi changed the title handle [ in var declaration and ( in scope declaration handle [ in var declaration and ( or [ in scope declaration Jul 17, 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.

1 participant