hongping Posted July 30, 2018 Report Share Posted July 30, 2018 Per 1.0 release, the component declaration in DSL syntax is as follow: component_declaration ::= component component_identifier [ : component_super_spec ] { { component_body_item } } [ ; ] component_super_spec ::= : type_identifier Hence when declaring component with a super, is it has that to be double ":"? component DMA_child_c :: DMA_parent { bla bla } Quote Link to comment Share on other sites More sharing options...
tfitz Posted November 16, 2022 Report Share Posted November 16, 2022 Fixed in 2.0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.