From 0f3e0de8918534f6e02b8f39b7b146579ef295be Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 17 Sep 2024 20:58:14 -0400 Subject: [PATCH] Commentary --- src/verilog.y | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/verilog.y b/src/verilog.y index 55bee8fc9..051893389 100644 --- a/src/verilog.y +++ b/src/verilog.y @@ -7312,8 +7312,6 @@ memberQualOne: // IEEE: property_qualifier + me class_constraint: // ==IEEE: class_constraint // // IEEE: constraint_declaration - // // UNSUP: We have the unsupported warning on the randomize() call, so don't bother on - // // constraint blocks. When we support randomize we need to make AST nodes for below rules constraintStaticE yCONSTRAINT dynamic_override_specifiersE constraintIdNew constraint_block { $$ = $4; $$->isStatic($1); $$->addItemsp($5); SYMP->popScope($$); } | constraintStaticE yCONSTRAINT dynamic_override_specifiersE constraintIdNew '{' '}'