Verific build fixes
[yosys.git] / passes / abc / blifparse.cc
2015-05-13 Clifford WolfAdded .barbuf support to abc BLIF parser
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-12-29 Clifford WolfLess verbose ABC output
2014-09-27 Clifford Wolfnamespace Yosys
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-08-15 Clifford WolfRenamed $lut ports to follow A-Y naming scheme
2014-08-14 Clifford WolfAdded module->ports
2014-07-31 Clifford WolfRenamed port access function on RTLIL::Cell, added...
2014-07-31 Clifford WolfAdded module->design and cell->module, wire->module...
2014-07-27 Clifford WolfRefactoring: Renamed RTLIL::Design::modules to modules_
2014-07-26 Clifford WolfRefactoring: Renamed RTLIL::Module::wires to wires_
2014-07-26 Clifford WolfChanged a lot of code to the new RTLIL::Wire constructors
2014-07-26 Clifford WolfMerge automatic and manual code changes for new cell...
2014-07-26 Clifford WolfManual fixes for new cell connections API
2014-07-26 Clifford WolfChanged users of cell->connections_ to the new API...
2014-07-26 Clifford WolfRenamed RTLIL::{Module,Cell}::connections to connections_
2014-07-25 Clifford WolfUse only module->addCell() and module->remove() to...
2014-07-23 Clifford WolfRemoved RTLIL::SigSpec::optimize()
2014-07-22 Clifford WolfSigSpec refactoring: using the accessor functions every...
2014-07-22 Clifford WolfSigSpec refactoring: renamed chunks and width to __chun...
2014-03-11 Siesh1ooRebase to cliffordwolf repo HEAD finished.
2014-03-11 Clifford WolfFixed memory corruption in passes/abc/blifparse.cc
2014-01-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2013-12-31 Clifford WolfFixed use of limited length buffer in ABC blif parser
2013-12-31 Clifford WolfAdded abc -dff and -clk support
2013-12-31 Clifford WolfAlways use BLIF as ABC output format
2013-11-19 Clifford WolfRenamed temp module generated by "abc" pass from "logic...
2013-11-13 Clifford WolfFixed abc pass blif parser for constant bits
2013-07-23 Clifford WolfAdded $lut cells and abc lut mapping support