verilog: fix const func eval with upto variables
authorZachary Snow <zach@zachjs.com>
Wed, 12 Jan 2022 06:51:08 +0000 (23:51 -0700)
committerZachary Snow <zachary.j.snow@gmail.com>
Fri, 11 Feb 2022 20:01:51 +0000 (21:01 +0100)
commit90bb47d18140e381e65bd2b51fd793a0692b56a0
treea9dd99b1a9a28640fd2777d5fb38aa89bd2a30d2
parentca876e7c12856ed52e2a30e3ebbc7836ae18dfb9
verilog: fix const func eval with upto variables
CHANGELOG
frontends/ast/ast.h
frontends/ast/simplify.cc
tests/verilog/func_upto.sv [new file with mode: 0644]
tests/verilog/func_upto.ys [new file with mode: 0644]