Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gcc-4.6 build fixes | Clifford Wolf | 2015-09-01 | 1 | -2/+2 | |
| | ||||||
* | Fixed iopadmap help message | Clifford Wolf | 2015-08-31 | 1 | -3/+3 | |
| | ||||||
* | Using dict<> and pool<> in alumacc pass | Clifford Wolf | 2015-08-31 | 1 | -5/+5 | |
| | ||||||
* | Added sat -show-regs, -show-public, -show-all | Clifford Wolf | 2015-08-18 | 1 | -0/+39 | |
| | ||||||
* | Bugfix in fsm_detect for complex muxtrees | Clifford Wolf | 2015-08-18 | 1 | -15/+23 | |
| | ||||||
* | Properly clean up unused "init" attributes | Clifford Wolf | 2015-08-18 | 2 | -6/+36 | |
| | ||||||
* | Added tribuf command | Clifford Wolf | 2015-08-16 | 2 | -0/+187 | |
| | ||||||
* | Added $tribuf and $_TBUF_ cell types | Clifford Wolf | 2015-08-16 | 1 | -1/+17 | |
| | ||||||
* | Fixed opt_clean handling of inout ports | Clifford Wolf | 2015-08-16 | 1 | -2/+2 | |
| | ||||||
* | Another block of spelling fixes | Larry Doolittle | 2015-08-14 | 2 | -4/+4 | |
| | | | | Smaller this time | |||||
* | Keep gcc from complaining about uninitialized variables | Larry Doolittle | 2015-08-14 | 1 | -1/+1 | |
| | ||||||
* | Re-created command-reference-manual.tex, copied some doc fixes to online help | Clifford Wolf | 2015-08-14 | 7 | -7/+7 | |
| | ||||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 25 | -55/+55 | |
| | ||||||
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2015-08-13 | 2 | -25/+59 | |
|\ | ||||||
| * | Adjust makefiles to work with out-of-tree builds | Clifford Wolf | 2015-08-12 | 1 | -0/+2 | |
| | | | | | | | | This is based on work done by Larry Doolittle | |||||
| * | Improved handling of "keep" attributes in hierarchical designs in opt_clean | Clifford Wolf | 2015-08-12 | 1 | -25/+57 | |
| | | ||||||
* | | Some ASCII encoding fixes (comments and docs) by Larry Doolittle | Clifford Wolf | 2015-08-13 | 2 | -2/+2 | |
|/ | ||||||
* | 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 | |
| |