aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple/specify.v
Commit message (Collapse)AuthorAgeFilesLines
* Fix valgrind tests when using verificMiodrag Milanovic2022-03-301-1/+1
|
* Fix tests/simple/specify.vClifford Wolf2018-03-271-2/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* First draft of Verilog parser support for specify blocks and parameters.Udi Finkelstein2018-03-271-0/+31
The only functionality of this code at the moment is to accept correct specify syntax and ignore it. No part of the specify block is added to the AST