Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #70 from gaomy3832/bugfix | Clifford Wolf | 2015-08-12 | 1 | -0/+10 | |
|\ | | | | | Remove unused blackbox modules in opt_clean. | |||||
| * | Remove unused blackbox modules in opt_clean. | Mingyu Gao | 2015-08-11 | 1 | -0/+10 | |
| | | ||||||
| * | Bugfix for cell hash cache option in opt_share. | Mingyu Gao | 2015-08-10 | 1 | -0/+2 | |
| | | ||||||
* | | Bugfix for cell hash cache option in opt_share. | Mingyu Gao | 2015-08-11 | 1 | -0/+2 | |
| | | ||||||
* | | Added missing ct_all setup to opt_clean | Clifford Wolf | 2015-08-11 | 1 | -0/+3 | |
|/ | ||||||
* | Use MEMID as name for $mem cell | Clifford Wolf | 2015-08-09 | 1 | -42/+47 | |
| | ||||||
* | Added WORDS parameter to $meminit | Clifford Wolf | 2015-07-31 | 1 | -7/+25 | |
| | ||||||
* | Fixed flatten $meminit handling | Clifford Wolf | 2015-07-30 | 1 | -1/+1 | |
| | ||||||
* | Fixed "check" command for inout ports | Clifford Wolf | 2015-07-27 | 1 | -3/+11 | |
| | ||||||
* | Some cleanups in opt_rmdff | Clifford Wolf | 2015-07-25 | 1 | -16/+9 | |
| | ||||||
* | Added "miter -assert" | Clifford Wolf | 2015-07-25 | 1 | -1/+93 | |
| | ||||||
* | Keep modules with $assume (like $assert) | Clifford Wolf | 2015-07-25 | 1 | -1/+1 | |
| | ||||||
* | Improved $adff simplification | Clifford Wolf | 2015-07-24 | 1 | -1/+1 | |
| | ||||||
* | Fixed techmap processes error msg | Clifford Wolf | 2015-07-18 | 1 | -2/+3 | |
| | ||||||
* | Some fixes in "select" command | Clifford Wolf | 2015-07-16 | 1 | -1/+3 | |
| | ||||||
* | Do not collect disabled $memwr cells | Clifford Wolf | 2015-07-06 | 1 | -15/+18 | |
| | ||||||
* | Bugfix in fsm_extract | Clifford Wolf | 2015-07-03 | 1 | -3/+16 | |
| | ||||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 84 | -256/+256 | |
| | ||||||
* | Added opt_const -clkinv | Clifford Wolf | 2015-07-01 | 2 | -6/+95 | |
| | ||||||
* | Added logic-loop error handling to freduce | Clifford Wolf | 2015-06-30 | 1 | -0/+11 | |
| | ||||||
* | Bugfix in chparam | Clifford Wolf | 2015-06-30 | 1 | -6/+5 | |
| | ||||||
* | Added design->rename(module, new_name) | Clifford Wolf | 2015-06-30 | 1 | -3/+1 | |
| | ||||||
* | Added "rename -top new_name" | Clifford Wolf | 2015-06-17 | 1 | -0/+27 | |
| | ||||||
* | Modernized memory_dff (and fixed a bug) | Clifford Wolf | 2015-06-14 | 2 | -151/+166 | |
| | ||||||
* | Added "memory -nordff" | Clifford Wolf | 2015-06-14 | 1 | -2/+9 | |
| | ||||||
* | Fixed cstr_buf for std::string with small string optimization | Clifford Wolf | 2015-06-11 | 1 | -1/+1 | |
| | ||||||
* | AigMaker refactoring | Clifford Wolf | 2015-06-10 | 1 | -1/+1 | |
| | ||||||
* | Renamed "aig" to "aigmap" | Clifford Wolf | 2015-06-10 | 3 | -10/+10 | |
| | ||||||
* | Fixed cellaigs port extending | Clifford Wolf | 2015-06-10 | 2 | -2/+10 | |
| | ||||||
* | Added "aig" pass | Clifford Wolf | 2015-06-09 | 2 | -0/+149 | |
| | ||||||
* | Merge clock inverters in memory_dff | Clifford Wolf | 2015-06-09 | 1 | -16/+37 | |
| | ||||||
* | Added opt_share -share_all | Clifford Wolf | 2015-05-31 | 2 | -16/+32 | |
| | ||||||
* | Added liberty dont_use support to dfflibmap | Clifford Wolf | 2015-05-31 | 1 | -0/+4 | |
| | ||||||
* | 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 | |
| |