aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
Commit message (Expand)AuthorAgeFilesLines
* Fixed "flatten" for unconnected inout portsClifford Wolf2015-10-131-1/+1
* Added nlutmapClifford Wolf2015-09-182-0/+174
* Added lut2mux passClifford Wolf2015-09-182-0/+94
* Added buffer detection to "abc -lut"Clifford Wolf2015-09-181-0/+6
* Added support for "dfflibmap -liberty +/..."Clifford Wolf2015-09-181-0/+1
* Fixed iopadmap help messageClifford Wolf2015-08-311-3/+3
* Using dict<> and pool<> in alumacc passClifford Wolf2015-08-311-5/+5
* Properly clean up unused "init" attributesClifford Wolf2015-08-181-4/+18
* Added tribuf commandClifford Wolf2015-08-162-0/+187
* Added $tribuf and $_TBUF_ cell typesClifford Wolf2015-08-161-1/+17
* Another block of spelling fixesLarry Doolittle2015-08-141-1/+1
* Re-created command-reference-manual.tex, copied some doc fixes to online helpClifford Wolf2015-08-141-1/+1
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-144-14/+14
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2015-08-131-0/+2
|\
| * Adjust makefiles to work with out-of-tree buildsClifford Wolf2015-08-121-0/+2
* | Some ASCII encoding fixes (comments and docs) by Larry DoolittleClifford Wolf2015-08-131-1/+1
|/
* Fixed flatten $meminit handlingClifford Wolf2015-07-301-1/+1
* Fixed techmap processes error msgClifford Wolf2015-07-181-2/+3
* Fixed trailing whitespacesClifford Wolf2015-07-0217-57/+57
* AigMaker refactoringClifford Wolf2015-06-101-1/+1
* Renamed "aig" to "aigmap"Clifford Wolf2015-06-102-6/+6
* Fixed cellaigs port extendingClifford Wolf2015-06-101-2/+3
* Added "aig" passClifford Wolf2015-06-092-0/+149
* Added liberty dont_use support to dfflibmapClifford Wolf2015-05-311-0/+4
* Improved "flatten" handlings of inout portsClifford Wolf2015-05-231-2/+26
* Generalized blifparse APIClifford Wolf2015-05-171-4/+6
* abc/blifparse files reorganizationClifford Wolf2015-05-172-0/+1543
* Added simplemap $lut supportClifford Wolf2015-04-272-0/+25
* Improved attributes API and handling of "src" attributesClifford Wolf2015-04-242-4/+35
* Bugfix for $_DFF_?_ in "dff2dffe -direct-match"Clifford Wolf2015-04-171-2/+2
* Improved "maccmap" help messageClifford Wolf2015-04-161-2/+2
* Fixed "dff2dffe -direct-match"Clifford Wolf2015-04-161-12/+23
* Added "dff2dffe -direct-match"Clifford Wolf2015-04-161-14/+35
* techmap code cleanupClifford Wolf2015-04-091-10/+6
* Added support for "file names with blanks"Clifford Wolf2015-04-082-4/+4
* Removed "techmap -share_map" (use "-map +/filename" instead)Clifford Wolf2015-04-081-9/+0
* Added "pmuxtree" commandClifford Wolf2015-04-072-0/+113
* Added decoder generation to "muxcover"Clifford Wolf2015-04-071-13/+104
* Added "muxcover" commandClifford Wolf2015-04-072-0/+542
* Added "dffinit", Support for initialized Xilinx DFFClifford Wolf2015-04-043-1/+123
* Fixed handling of quotes in liberty parserClifford Wolf2015-03-181-2/+2
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2015-02-251-14/+51
|\
| * Added "keep_hierarchy" attributeClifford Wolf2015-02-251-14/+51
* | Bugfix in iopadmapClifford Wolf2015-02-251-10/+3
|/
* Fixed "flatten" for non-pre-derived modulesClifford Wolf2015-02-211-2/+2
* Catch constants assigned to cell outputs in "flatten"Clifford Wolf2015-02-211-0/+6
* Fixed clang (svn trunk) warningsClifford Wolf2015-02-181-2/+0
* More emscripten stuff, Added example appClifford Wolf2015-02-151-0/+2
* Added ENABLE_NDEBUG makefile optionsClifford Wolf2015-01-241-2/+6
* Added support for memories to flatten (techmap)Clifford Wolf2015-01-171-3/+22