aboutsummaryrefslogtreecommitdiffstats
path: root/passes/tests/test_cell.cc
Commit message (Expand)AuthorAgeFilesLines
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-97/+97
* kernel: use more ID::*Eddie Hung2020-04-021-38/+38
* More use of IdString::in()Eddie Hung2019-08-151-2/+2
* substr() -> compare()Eddie Hung2019-08-071-1/+1
* RTLIL::S{0,1} -> State::S{0,1}Eddie Hung2019-08-071-17/+17
* stoi -> atoiEddie Hung2019-08-071-2/+2
* Use std::stoi instead of atoi(<str>.c_str())Eddie Hung2019-08-061-2/+2
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* Add $live and $fair cell types, add support for s_eventually keywordClifford Wolf2017-02-251-2/+0
* Removed $predict againClifford Wolf2016-08-281-1/+0
* Renamed AbstractCellEdgesDatabase::add_cell() to add_edges_from_cell()Clifford Wolf2016-07-251-1/+1
* Improvements in CellEdgesDatabaseClifford Wolf2016-07-241-3/+33
* Added CellEdgesDatabase APIClifford Wolf2016-07-241-0/+96
* After reading the SV spec, using non-standard predict() instead of expect()Clifford Wolf2016-07-211-1/+1
* Added basic support for $expect cellsClifford Wolf2016-07-131-0/+2
* Improved support for $sop cellsClifford Wolf2016-06-171-2/+38
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-251-1/+1
* Added "test_cell -noeval"Clifford Wolf2015-09-251-1/+10
* Re-created command-reference-manual.tex, copied some doc fixes to online helpClifford Wolf2015-08-141-1/+1
* Renamed "aig" to "aigmap"Clifford Wolf2015-06-101-4/+4
* Fixed cellaigs port extendingClifford Wolf2015-06-101-0/+7
* Replaced ezDefaultSAT with ezSatPtrClifford Wolf2015-02-211-5/+5
* Added "test_cell -muxdiv"Clifford Wolf2014-12-251-2/+18
* Added "test_cell -w" featureClifford Wolf2014-12-251-18/+39
* Fixed typo in test_cellClifford Wolf2014-10-181-1/+1
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-36/+36
* namespace YosysClifford Wolf2014-09-271-0/+4
* Added $lcu cell typeClifford Wolf2014-09-081-1/+26
* Added "$fa" cell typeClifford Wolf2014-09-081-0/+31
* Added "test_cell -const"Clifford Wolf2014-09-081-2/+45
* Added "test_cell -nosat"Clifford Wolf2014-09-071-59/+73
* Various bug fixes (related to $macc model testing)Clifford Wolf2014-09-061-1/+1
* Added $macc SAT modelClifford Wolf2014-09-061-5/+6
* Added $macc cell typeClifford Wolf2014-09-061-2/+53
* Added "test_cell -script"Clifford Wolf2014-09-061-1/+8
* Removed $bu0 cell typeClifford Wolf2014-09-041-1/+0
* Fixed "test_cells -vlog"Clifford Wolf2014-09-031-4/+6
* Improvements in "test_cell -vlog"Clifford Wolf2014-09-021-3/+8
* Added test_cell -vlogClifford Wolf2014-09-021-2/+79
* Added SAT testing to test_cell eval stageClifford Wolf2014-09-021-1/+89
* Added $alu support to test_cellClifford Wolf2014-09-011-1/+22
* Added "test_cell -simlib -v"Clifford Wolf2014-09-011-8/+29
* Added eval testing to test_cellClifford Wolf2014-08-311-0/+88
* Added $lut support in test_cell, techmap, satgenClifford Wolf2014-08-311-5/+28
* Added "test_cell -s <seed>"Clifford Wolf2014-08-161-5/+17
* RIP $safe_pmuxClifford Wolf2014-08-141-1/+0
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-311-3/+3
* Added "techmap -assert"Clifford Wolf2014-07-311-1/+1
* Improvements in test_cellClifford Wolf2014-07-301-35/+89
* Added "test_cell" commandClifford Wolf2014-07-291-0/+184