yosys/backends/btor
Clifford Wolf f4f230d7cc Fixed gcc compiler warnings with release build 2014-02-06 22:49:14 +01:00
..
Makefile.inc btor 2014-01-03 10:52:44 +01:00
README Added BTOR backend README file 2014-02-05 18:31:10 +01:00
btor.cc Fixed gcc compiler warnings with release build 2014-02-06 22:49:14 +01:00
btor.ys Use techmap -share_map in btor scripts 2014-01-24 15:52:16 +01:00
verilog2btor.sh Added TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem) 2014-02-03 13:01:45 +01:00

README

This is the Yosys BTOR backend.
It is developed by Ahmed Irfan <irfan@fbk.eu> - Fondazione Bruno Kessler, Trento, Italy

Master git repository for the BTOR backend:
https://github.com/ahmedirfan1983/yosys/tree/btor


[[CITE]] BTOR: Bit-Precise Modelling of Word-Level Problems for Model Checking 
Johannes Kepler University, Linz, Austria
http://fmv.jku.at/papers/BrummayerBiereLonsing-BPR08.pdf


Todos:
------

- Add checks for unsupported stuff
    - unsupported cell types
    - async resets
    - etc..

- Add support for $pmux and $lut cells