Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improved "flatten" handlings of inout ports | Clifford Wolf | 2015-05-23 | 1 | -2/+26 | |
| | ||||||
* | Added simple $dlatch support to opt_rmdff | Clifford Wolf | 2015-05-23 | 1 | -0/+35 | |
| | ||||||
* | preserve used $-wires with init attribute in opt_clean | Clifford Wolf | 2015-05-22 | 1 | -1/+1 | |
| | ||||||
* | Generalized blifparse API | Clifford Wolf | 2015-05-17 | 1 | -4/+6 | |
| | ||||||
* | abc/blifparse files reorganization | Clifford Wolf | 2015-05-17 | 5 | -302/+5 | |
| | ||||||
* | Added .barbuf support to abc BLIF parser | Clifford Wolf | 2015-05-13 | 1 | -0/+20 | |
| | ||||||
* | Fixed memory_unpack for initialized memories | Clifford Wolf | 2015-04-29 | 1 | -0/+17 | |
| | ||||||
* | Preserve important attributes in splitnets | Clifford Wolf | 2015-04-29 | 1 | -0/+13 | |
| | ||||||
* | Added $eq/$neq -> $logic_not/$reduce_bool optimization | Clifford Wolf | 2015-04-29 | 2 | -1/+22 | |
| | ||||||
* | Added simplemap $lut support | Clifford Wolf | 2015-04-27 | 2 | -0/+25 | |
| | ||||||
* | Improved attributes API and handling of "src" attributes | Clifford Wolf | 2015-04-24 | 2 | -4/+35 | |
| | ||||||
* | Fixed memory_share for unconditional write with part select to memory | Clifford Wolf | 2015-04-22 | 1 | -0/+3 | |
| | ||||||
* | don't consider blackbox modules in "sat" command | Clifford Wolf | 2015-04-18 | 1 | -7/+5 | |
| | ||||||
* | Improved handling of init values in opt_rmdff | Clifford Wolf | 2015-04-18 | 1 | -11/+9 | |
| | | | | based on a patch by Mingyu Gao, user gaomy3832 on github | |||||
* | Bugfix for $_DFF_?_ in "dff2dffe -direct-match" | Clifford Wolf | 2015-04-17 | 1 | -2/+2 | |
| | ||||||
* | Improved "maccmap" help message | Clifford Wolf | 2015-04-16 | 1 | -2/+2 | |
| | ||||||
* | Fixed "dff2dffe -direct-match" | Clifford Wolf | 2015-04-16 | 1 | -12/+23 | |
| | ||||||
* | Added "dff2dffe -direct-match" | Clifford Wolf | 2015-04-16 | 1 | -14/+35 | |
| | ||||||
* | Added "splice -wires" | Clifford Wolf | 2015-04-13 | 1 | -9/+20 | |
| | ||||||
* | Added handling of bool-output cells to "wreduce" | Clifford Wolf | 2015-04-13 | 1 | -0/+11 | |
| | ||||||
* | Added memory_bram "make_outreg" feature | Clifford Wolf | 2015-04-09 | 1 | -2/+25 | |
| | ||||||
* | Minor fixes in handling of "init" attribute | Clifford Wolf | 2015-04-09 | 1 | -0/+5 | |
| | ||||||
* | techmap code cleanup | Clifford Wolf | 2015-04-09 | 1 | -10/+6 | |
| | ||||||
* | Added support for "file names with blanks" | Clifford Wolf | 2015-04-08 | 4 | -27/+19 | |
| | ||||||
* | Removed "techmap -share_map" (use "-map +/filename" instead) | Clifford Wolf | 2015-04-08 | 1 | -9/+0 | |
| | ||||||
* | Added %M and %C select operators | Clifford Wolf | 2015-04-07 | 1 | -1/+38 | |
| | ||||||
* | Added "pmuxtree" command | Clifford Wolf | 2015-04-07 | 2 | -0/+113 | |
| | ||||||
* | Added "chparam -list" | Clifford Wolf | 2015-04-07 | 1 | -0/+21 | |
| | ||||||
* | Added decoder generation to "muxcover" | Clifford Wolf | 2015-04-07 | 1 | -13/+104 | |
| | ||||||
* | Added "muxcover" command | Clifford Wolf | 2015-04-07 | 2 | -0/+542 | |
| | ||||||
* | typo fix | Clifford Wolf | 2015-04-07 | 1 | -1/+1 | |
| | ||||||
* | Added "chparam" command | Clifford Wolf | 2015-04-07 | 1 | -0/+57 | |
| | ||||||
* | Added support for initialized brams | Clifford Wolf | 2015-04-06 | 1 | -8/+35 | |
| | ||||||
* | Avoid parameter values with size 0 ($mem cells) | Clifford Wolf | 2015-04-05 | 2 | -6/+11 | |
| | ||||||
* | Added $_MUX4_, $_MUX8_, and $_MUX16_ cell types | Clifford Wolf | 2015-04-05 | 1 | -0/+88 | |
| | ||||||
* | Added "dffinit", Support for initialized Xilinx DFF | Clifford Wolf | 2015-04-04 | 4 | -3/+125 | |
| | ||||||
* | documentation improvements | Clifford Wolf | 2015-03-29 | 2 | -1/+5 | |
| | ||||||
* | Fixed detection of absolute paths in ABC for win32 | Clifford Wolf | 2015-03-22 | 1 | -3/+3 | |
| | ||||||
* | Fixed handling of quotes in liberty parser | Clifford Wolf | 2015-03-18 | 1 | -2/+2 | |
| | ||||||
* | Added hierarchy -auto-top | Clifford Wolf | 2015-03-18 | 1 | -1/+33 | |
| | ||||||
* | Fixed bug in "hierarchy" for parametric designs | Clifford Wolf | 2015-03-04 | 1 | -20/+19 | |
| | ||||||
* | Added non-std verilog assume() statement | Clifford Wolf | 2015-02-26 | 2 | -12/+30 | |
| | ||||||
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2015-02-25 | 1 | -14/+51 | |
|\ | ||||||
| * | Added "keep_hierarchy" attribute | Clifford Wolf | 2015-02-25 | 1 | -14/+51 | |
| | | ||||||
* | | Bugfix in iopadmap | Clifford Wolf | 2015-02-25 | 1 | -10/+3 | |
|/ | ||||||
* | Some cleanups in "clean" | Clifford Wolf | 2015-02-24 | 2 | -7/+18 | |
| | ||||||
* | Fixed compilation problems with gcc 4.6.3; use enum instead of const ints. | Clifford Wolf | 2015-02-24 | 1 | -2/+4 | |
| | | | | (original patch by Andrew Becker <andrew.becker@epfl.ch>) | |||||
* | Fixed "check -assert" | Clifford Wolf | 2015-02-22 | 1 | -1/+1 | |
| | ||||||
* | Added "check -assert" doc | Clifford Wolf | 2015-02-22 | 1 | -0/+3 | |
| | ||||||
* | Added "check -assert" | Clifford Wolf | 2015-02-22 | 1 | -0/+8 | |
| |