Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another block of spelling fixes | Larry Doolittle | 2015-08-14 | 24 | -53/+53 |
| | | | | Smaller this time | ||||
* | Keep gcc from complaining about uninitialized variables | Larry Doolittle | 2015-08-14 | 2 | -3/+3 |
| | |||||
* | Re-created command-reference-manual.tex, copied some doc fixes to online help | Clifford Wolf | 2015-08-14 | 10 | -52/+668 |
| | |||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 63 | -220/+220 |
| | |||||
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2015-08-13 | 17 | -79/+169 |
|\ | |||||
| * | Added "write_smt2 -regs" | Clifford Wolf | 2015-08-12 | 1 | -7/+36 |
| | | |||||
| * | Fixed "make clean" for out-of-tree builds | Clifford Wolf | 2015-08-12 | 1 | -1/+1 |
| | | |||||
| * | Adjust makefiles to work with out-of-tree builds | Clifford Wolf | 2015-08-12 | 12 | -41/+32 |
| | | | | | | | | 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 | 2 | -27/+58 |
| | | |||||
| * | Fixed hashlib for 64 bit int keys | Clifford Wolf | 2015-08-12 | 1 | -3/+9 |
| | | |||||
| * | Added SMV back-end 'test_cells.sh' script | Clifford Wolf | 2015-08-12 | 1 | -0/+33 |
| | | |||||
* | | More ASCII encoding fixes | Clifford Wolf | 2015-08-13 | 2 | -2/+2 |
| | | |||||
* | | Fixed CRLF line endings | Clifford Wolf | 2015-08-13 | 6 | -563/+563 |
| | | |||||
* | | Some ASCII encoding fixes (comments and docs) by Larry Doolittle | Clifford Wolf | 2015-08-13 | 4 | -6/+6 |
|/ | |||||
* | 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 |
| | | |||||
* | | Fixed handling of [a-fxz?] in decimal constants | Clifford Wolf | 2015-08-11 | 2 | -2/+11 |
| | | |||||
* | | 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 | 2 | -43/+53 |
| | |||||
* | Merge pull request #69 from zeldin/master | Clifford Wolf | 2015-08-07 | 1 | -0/+10 |
|\ | | | | | Added iCE40 WARMBOOT cell | ||||
| * | Added iCE40 WARMBOOT cell | Marcus Comstedt | 2015-08-06 | 1 | -0/+10 |
|/ | |||||
* | Remove some very strange whitespace in btor.cc (by Larry Doolittle) | Clifford Wolf | 2015-08-05 | 1 | -7/+7 |
| | |||||
* | Bugfix in SMV back-end for partially unassigned wires | Clifford Wolf | 2015-08-05 | 1 | -4/+16 |
| | |||||
* | Added ENABLE_LIBYOSYS Makefile option | Clifford Wolf | 2015-08-04 | 2 | -14/+10 |
| | |||||
* | Added $assert support to SMV back-end | Clifford Wolf | 2015-08-04 | 1 | -4/+21 |
| | |||||
* | Added libyosys.so build | Clifford Wolf | 2015-08-04 | 3 | -3/+24 |
| | |||||
* | Merge pull request #68 from zeldin/master | Clifford Wolf | 2015-08-01 | 1 | -1/+8 |
|\ | | | | | Add -noautowire option to verilog frontend | ||||
| * | Add -noautowire option to verilog frontend | Marcus Comstedt | 2015-08-01 | 1 | -1/+8 |
|/ | |||||
* | Added WORDS parameter to $meminit | Clifford Wolf | 2015-07-31 | 6 | -16/+95 |
| | |||||
* | Fixed flatten $meminit handling | Clifford Wolf | 2015-07-30 | 1 | -1/+1 |
| | |||||
* | Improvements in BLIF back-end | Clifford Wolf | 2015-07-29 | 1 | -5/+84 |
| | |||||
* | Fixed nested mem2reg | Clifford Wolf | 2015-07-29 | 2 | -4/+11 |
| | |||||
* | Don't write a 17th memory bit in ice40/cells_sim (by Larry Doolittle) | Clifford Wolf | 2015-07-27 | 1 | -1/+0 |
| | |||||
* | 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 |
| | |||||
* | iCE40 DFF sim models: init Q regs to 0 | Clifford Wolf | 2015-07-20 | 1 | -20/+43 |
| | |||||
* | Fixed techmap processes error msg | Clifford Wolf | 2015-07-18 | 1 | -2/+3 |
| | |||||
* | Avoid tristate warning for blackbox ice40/cells_sim.v | Clifford Wolf | 2015-07-18 | 1 | -0/+2 |
| | |||||
* | Some fixes in "select" command | Clifford Wolf | 2015-07-16 | 1 | -1/+3 |
| | |||||
* | Fixed YosysJS.create_worker() usage of this.url_prefix | Clifford Wolf | 2015-07-10 | 1 | -1/+1 |
| | |||||
* | Improved liberty file test case | Clifford Wolf | 2015-07-06 | 1 | -1/+2 |
| | |||||
* | Updated ABC | Clifford Wolf | 2015-07-06 | 1 | -1/+1 |
| | |||||
* | Do not collect disabled $memwr cells | Clifford Wolf | 2015-07-06 | 1 | -15/+18 |
| | |||||
* | Improved YosysJS WebWorker API | Clifford Wolf | 2015-07-04 | 3 | -10/+51 |
| | |||||
* | Bugfix in fsm_extract | Clifford Wolf | 2015-07-03 | 1 | -3/+16 |
| |