summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* added error checking at execution of ABCJohann Glaser2013-03-17
* corrected typosJohann Glaser2013-03-17
* set executable flags to run-synth.sh, added .gitignoreJohann Glaser2013-03-17
* added ckeck for Icarus Verilog, otherwise the tests are silently stoppedJohann Glaser2013-03-17
* corrected typosJohann Glaser2013-03-17
* Fixed gcc warnings and added error handling to shell escapeClifford Wolf2013-03-15
* Added scc pass (find logic loops)Clifford Wolf2013-03-15
* Added vi .*.swp files to .gitignoreClifford Wolf2013-03-15
* Added [[CITE]] tags to abc and fsm_extract passesClifford Wolf2013-03-15
* Added additional functionality and cleanups in sigtools.h and celltypes.hClifford Wolf2013-03-15
* Changed prefix for selection operators from # to %Clifford Wolf2013-03-14
* Added #ci and #co selection operatorsClifford Wolf2013-03-14
* Added more features to #x selection operatorClifford Wolf2013-03-14
* Added "select -write" commandClifford Wolf2013-03-14
* More support code for $sr cellsClifford Wolf2013-03-14
* Added $sr cell type to celltypes.hClifford Wolf2013-03-14
* Fixed detection of public wires in opt_rmunusedClifford Wolf2013-03-10
* Added shell escape to command languageClifford Wolf2013-03-10
* Fixed and improved #x selection operatorClifford Wolf2013-03-08
* Automatically select new objects in abc and techmap passesClifford Wolf2013-03-08
* Added ## selection operator (union all on stack)Clifford Wolf2013-03-08
* Added select -count modeClifford Wolf2013-03-08
* Split extract -attr into extract -cell_attr and -wire_attrClifford Wolf2013-03-08
* Added support for attribute matching in extract passClifford Wolf2013-03-07
* Added portmapping support to subcircuit userCompareNodes() apiClifford Wolf2013-03-07
* Cleanups and improvements in MakefileClifford Wolf2013-03-07
* Fixed parsing of select #x<num> operatorClifford Wolf2013-03-06
* Improved error message on failed module loadClifford Wolf2013-03-06
* Added support for loadable modules (aka plugins)Clifford Wolf2013-03-06
* Reset Makefile default config setting (oops)Clifford Wolf2013-03-06
* Fixed mine test case for subcircuit libraryClifford Wolf2013-03-06
* Fixed handling of constant values and port swapping in subcircuit libraryClifford Wolf2013-03-06
* Changed default value for extract -mine_cells_spanClifford Wolf2013-03-05
* Added some simple progress information to verbose subcircuit miner outputClifford Wolf2013-03-05
* Implemented -mine_split option to extract passClifford Wolf2013-03-05
* Implemented much better #x select operatorClifford Wolf2013-03-05
* Implemented extract -mine_max_fanout <num> optionClifford Wolf2013-03-03
* Performance optimization in subcircuit miningClifford Wolf2013-03-03
* Fixed a gcc compiler warning [-Wparentheses]Clifford Wolf2013-03-03
* Added "shared nodes" feature to the subcircuit libraryClifford Wolf2013-03-03
* Added support for "extract_order" attribute to extract passClifford Wolf2013-03-03
* Added design->select() api and use it in extract passClifford Wolf2013-03-03
* Fixed subcircuit allowOverlap=false corner caseClifford Wolf2013-03-03
* Added support for #x:<num> select stmtClifford Wolf2013-03-03
* Handle known inout ports as outputs in show commandClifford Wolf2013-03-03
* Fixed memory corruption in subcircuit minerClifford Wolf2013-03-03
* Minor hotfixes (mostly gcc build fixes)Clifford Wolf2013-03-03
* Added library support to celltypes class and show passClifford Wolf2013-03-03
* Implemented general handler for selection argumentsClifford Wolf2013-03-03
* Finished "extract -mine" featureClifford Wolf2013-03-02