File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -905,24 +905,15 @@ module_or_generate_item_declaration:
905
905
;
906
906
907
907
non_port_module_item :
908
- attribute_instance_brace generate_region
909
- { add_attributes($2 , $1 ); $$ =$2 ; }
908
+ generate_region
910
909
| module_or_generate_item
911
910
| attribute_instance_brace specparam_declaration
912
911
{ add_attributes($2 , $1 ); $$ =$2 ; }
913
- | attribute_instance_brace specify_block
914
- { add_attributes($2 , $1 ); $$ =$2 ; }
912
+ | program_declaration
913
+ | module_declaration
914
+ | interface_declaration
915
915
;
916
916
917
- /*
918
- module_or_generate_item
919
- | attribute_instance_brace parameter_declaration
920
- // { add_attributes($2, $1); $$=$2; }
921
- // | attribute_instance_brace local_parameter_declaration
922
- // { add_attributes($2, $1); $$=$2; }
923
- ;
924
- */
925
-
926
917
// System Verilog standard 1800-2017
927
918
// A.1.5 Configuration source text
928
919
You can’t perform that action at this time.
0 commit comments