sby is now requiring a [tasks] section with regex (https://github.com/YosysHQ/sby/issues/76), but this wasn't added to examples/picorv32_primes/eq_bmc.sby and examples/picorv32_primes/eq_sim3.sby
Side note: [0-9]+ does not work as a task regex, but \d+ does
To reproduce:
sby is now requiring a
[tasks]
section with regex (https://github.com/YosysHQ/sby/issues/76), but this wasn't added toexamples/picorv32_primes/eq_bmc.sby
andexamples/picorv32_primes/eq_sim3.sby
[0-9]+
does not work as a task regex, but\d+
doeseq_bmc.sby fails in generating the smt2 model: