Signed-off-by: James Cherry <cherry@CerezoBook.local>
This commit is contained in:
James Cherry 2026-06-04 08:54:28 -07:00
parent 13cd475ffa
commit b0869d521c
1 changed files with 2 additions and 7 deletions

View File

@ -242,13 +242,8 @@ stmt_seq:
continuous_assign
;
/* specify blocks are used by some comercial tools to convey macro timing
* and other metadata.
* Their presence is not forbidden in structural verilog, this is a placeholder
* that just ignores them and allows verilog processing to proceed
* <<TODO>> if someone in the future wants implement support for timing info
* via specify blocks, implement proper parsing here
*/
// Specify blocks are used by some comercial tools to convey macro timing
// and other metadata.
specify_block:
SPECIFY specify_stmts ENDSPECIFY
{ $$ = nullptr; }