Extend "delay" expressions to handle pair and triplet, i.e. rise, fall and turn-off...
authorTimRudy <3942818+TimRudy@users.noreply.github.com>
Wed, 24 Feb 2021 20:48:15 +0000 (15:48 -0500)
committerGitHub <noreply@github.com>
Wed, 24 Feb 2021 20:48:15 +0000 (15:48 -0500)
commitdcd9f0af23f9b580b044890452ecf1aef59bbb85
tree2a8febda7acdbb727addc8e02afafa53e345bd60
parentfffbf651df4e598752a0a3f52b72e5987ec8df88
Extend "delay" expressions to handle pair and triplet, i.e. rise, fall and turn-off (#2566)
frontends/verilog/verilog_parser.y
tests/verilog/delay_mintypmax.ys [new file with mode: 0644]
tests/verilog/delay_risefall.ys [new file with mode: 0644]