3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-26 18:45:34 +00:00
yosys/backends/smt2
Henner Zeller 3aa4484a3c Consistent use of 'override' for virtual methods in derived classes.
o Not all derived methods were marked 'override', but it is a great
  feature of C++11 that we should make use of.
o While at it: touched header files got a -*- c++ -*- for emacs to
  provide support for that language.
o use YS_OVERRIDE for all override keywords (though we should probably
  use the plain keyword going forward now that C++11 is established)
2018-07-20 23:51:06 -07:00
..
.gitignore Various fixes and improvements in "write_smt2 -bv" 2014-12-25 20:28:34 +01:00
example.v Added smtbmc.py 2015-10-13 17:17:23 +02:00
example.ys Added smtbmc.py 2015-10-13 17:17:23 +02:00
Makefile.inc Added yosys-smtbmc copyright 2015-10-14 01:31:54 +02:00
smt2.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
smtbmc.py Imporove yosys-smtbmc error handling, Improve VCD output 2018-03-05 12:17:22 +01:00
smtio.py Add smtio.py support for parsing SMT2 (_ bvX n) syntax for BitVec constants 2018-04-04 18:12:27 +02:00
test_cells.sh Various fixes and improvements in "write_smt2 -bv" 2014-12-25 20:28:34 +01:00