File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
regression/verilog/system-functions Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11CORE
22past1.sv
33--aig
4- ^\[main\.p0\] ##0 \(\ $past\(main\.counter, 0\) \) == 0: FAILURE: property not supported by netlist BMC engine$
4+ ^\[main\.p0\] ##0 \$past\(main\.counter, 0\) == 0: FAILURE: property not supported by netlist BMC engine$
55^EXIT=10$
66^SIGNAL=0$
77--
Original file line number Diff line number Diff line change 11CORE
22past1.sv
33--bdd
4- ^\[main\.p0\] ##0 \(\ $past\(main\.counter, 0\) \) == 0: FAILURE: property not supported by BDD engine$
4+ ^\[main\.p0\] ##0 \$past\(main\.counter, 0\) == 0: FAILURE: property not supported by BDD engine$
55^EXIT=10$
66^SIGNAL=0$
77--
Original file line number Diff line number Diff line change 11CORE
22past2.sv
33--bdd
4- ^\[main\.p0\] always \(main\.counter == 0 \|-> \(\ $past\(main\.counter, 1\) \) == 0\): FAILURE: property not supported by BDD engine$
4+ ^\[main\.p0\] always \(main\.counter == 0 \|-> \$past\(main\.counter, 1\) == 0\): FAILURE: property not supported by BDD engine$
55^EXIT=10$
66^SIGNAL=0$
77--
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ expr2verilogt::convert_function_call(const function_call_exprt &src)
354354
355355 dest+=" )" ;
356356
357- return {verilog_precedencet::MIN , dest};
357+ return {verilog_precedencet::MEMBER , dest};
358358}
359359
360360/* ******************************************************************\
You can’t perform that action at this time.
0 commit comments