From 583636f0adb49184358cb9dea3b7a6d3394e3fbf Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 5 Feb 2014 18:31:10 +0100 Subject: Added BTOR backend README file --- backends/btor/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 backends/btor/README (limited to 'backends/btor/README') diff --git a/backends/btor/README b/backends/btor/README new file mode 100644 index 00000000..26cb377c --- /dev/null +++ b/backends/btor/README @@ -0,0 +1,23 @@ + +This is the Yosys BTOR backend. +It is developed by Ahmed Irfan - 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 + -- cgit v1.2.3