aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed strerrno vs. strerror types in ABC passClifford Wolf2013-03-171-4/+4
* Merge branch 'hansi'Clifford Wolf2013-03-175-22/+49
|\
| * Cleaned up ABC file/io error handlingClifford Wolf2013-03-171-15/+13
| * Set execute bit on tests/openmsp430/run-synth.sh for realClifford Wolf2013-03-171-0/+0
| * added error checking at execution of ABCJohann Glaser2013-03-171-1/+19
| * corrected typosJohann Glaser2013-03-171-2/+2
| * set executable flags to run-synth.sh, added .gitignoreJohann Glaser2013-03-171-0/+3
| * added ckeck for Icarus Verilog, otherwise the tests are silently stoppedJohann Glaser2013-03-171-0/+7
| * corrected typosJohann Glaser2013-03-171-16/+17
|/
* Fixed gcc warnings and added error handling to shell escapeClifford Wolf2013-03-152-1/+5
* Added scc pass (find logic loops)Clifford Wolf2013-03-152-0/+300
* Added vi .*.swp files to .gitignoreClifford Wolf2013-03-151-0/+1
* Added [[CITE]] tags to abc and fsm_extract passesClifford Wolf2013-03-152-1/+15
* Added additional functionality and cleanups in sigtools.h and celltypes.hClifford Wolf2013-03-152-0/+33
* Changed prefix for selection operators from # to %Clifford Wolf2013-03-141-28/+28
* Added #ci and #co selection operatorsClifford Wolf2013-03-142-90/+136
* Added more features to #x selection operatorClifford Wolf2013-03-141-18/+42
* Added "select -write" commandClifford Wolf2013-03-141-7/+23
* More support code for $sr cellsClifford Wolf2013-03-142-1/+50
* Added $sr cell type to celltypes.hClifford Wolf2013-03-141-0/+1
* Fixed detection of public wires in opt_rmunusedClifford Wolf2013-03-101-3/+3
* Added shell escape to command languageClifford Wolf2013-03-101-0/+13
* Fixed and improved #x selection operatorClifford Wolf2013-03-081-14/+44
* Automatically select new objects in abc and techmap passesClifford Wolf2013-03-083-1/+19
* Added ## selection operator (union all on stack)Clifford Wolf2013-03-081-0/+9
* Added select -count modeClifford Wolf2013-03-081-11/+24
* Split extract -attr into extract -cell_attr and -wire_attrClifford Wolf2013-03-081-28/+35
* Added support for attribute matching in extract passClifford Wolf2013-03-071-1/+60
* Added portmapping support to subcircuit userCompareNodes() apiClifford Wolf2013-03-072-23/+29
* Cleanups and improvements in MakefileClifford Wolf2013-03-071-2/+17
* Fixed parsing of select #x<num> operatorClifford Wolf2013-03-061-0/+1
* Improved error message on failed module loadClifford Wolf2013-03-061-1/+1
* Added support for loadable modules (aka plugins)Clifford Wolf2013-03-064-12/+64
* Reset Makefile default config setting (oops)Clifford Wolf2013-03-061-2/+2
* Fixed mine test case for subcircuit libraryClifford Wolf2013-03-062-3/+3
* Fixed handling of constant values and port swapping in subcircuit libraryClifford Wolf2013-03-061-23/+86
* Changed default value for extract -mine_cells_spanClifford Wolf2013-03-051-2/+2
* Added some simple progress information to verbose subcircuit miner outputClifford Wolf2013-03-051-2/+3
* Implemented -mine_split option to extract passClifford Wolf2013-03-051-3/+14
* Implemented much better #x select operatorClifford Wolf2013-03-052-16/+91
* Implemented extract -mine_max_fanout <num> optionClifford Wolf2013-03-031-2/+29
* Performance optimization in subcircuit miningClifford Wolf2013-03-031-22/+43
* Fixed a gcc compiler warning [-Wparentheses]Clifford Wolf2013-03-031-1/+2
* Added "shared nodes" feature to the subcircuit libraryClifford Wolf2013-03-034-9/+14
* Added support for "extract_order" attribute to extract passClifford Wolf2013-03-031-3/+23
* Added design->select() api and use it in extract passClifford Wolf2013-03-032-2/+13
* Fixed subcircuit allowOverlap=false corner caseClifford Wolf2013-03-031-5/+7
* Added support for #x:<num> select stmtClifford Wolf2013-03-031-0/+39
* Handle known inout ports as outputs in show commandClifford Wolf2013-03-031-2/+2
* Fixed memory corruption in subcircuit minerClifford Wolf2013-03-031-2/+4