#51 Syntax for signal declaration using 'subtype with an initial value

Open
opened 2 years ago by alexsh3 · 0 comments
alexsh3 commented 2 years ago

Hi,

I get a syntax error telling me there is an unexpected space in the following:

signal a : b'subtype := initial_val;

The error is due to the space after 'subtype before := The below line does not experience the error:

signal a : b'subtype:= initial_val;

Thanks

Hi, I get a syntax error telling me there is an unexpected space in the following: signal a : b'subtype := initial_val; The error is due to the space after 'subtype before := The below line does not experience the error: signal a : b'subtype:= initial_val; Thanks
Sign in to join this conversation.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.