alexchen Posted February 5, 2022 Report Posted February 5, 2022 Hi, In example 223, the codes declare multiple pools (data_mem1 and data_mem2). pool data_buff_s data_mem1, data_mem2; However, the Syntax 90 only supports a single identifier, rather a list of identifiers. Should the syntax should modified? component_pool_declaration ::= pool [ [ expression ] ] type_identifier identifier ; Thanks, Alex Quote
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.