Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Improvements in "shregmap" | Clifford Wolf | 2016-04-17 | 1 | -30/+140 | |
| * | Merge https://github.com/cliffordwolf/yosys | Andrew Zonenberg | 2016-04-16 | 4 | -2/+264 | |
| |\ | |/ |/| | ||||||
* | | Added "shregmap" pass | Clifford Wolf | 2016-04-16 | 2 | -0/+262 | |
* | | Fixed copy&paste error in log message in lut2mux | Clifford Wolf | 2016-04-16 | 1 | -1/+1 | |
* | | Minor hashlib bugfix | Clifford Wolf | 2016-04-16 | 1 | -1/+1 | |
| * | Added GP_SHREG cell | Andrew Zonenberg | 2016-04-13 | 1 | -0/+23 | |
| * | Refactoring: alphabetized cells_sim | Andrew Zonenberg | 2016-04-13 | 1 | -120/+119 | |
| * | Fixed missing semicolon | Andrew Zonenberg | 2016-04-09 | 1 | -1/+1 | |
| * | Merge https://github.com/cliffordwolf/yosys | Andrew Zonenberg | 2016-04-09 | 0 | -0/+0 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #147 from azonenberg/master | Clifford Wolf | 2016-04-08 | 2 | -4/+70 | |
|\ \ | ||||||
| | * | Added GP_RCOSC cell | Andrew Zonenberg | 2016-04-09 | 1 | -0/+38 | |
| |/ | ||||||
| * | Fixed assertion failure for non-inferrable counters in some cases | Andrew Zonenberg | 2016-04-06 | 1 | -2/+6 | |
| * | Added second divider to GP_RINGOSC | Andrew Zonenberg | 2016-04-06 | 1 | -8/+13 | |
| * | Added GP_RINGOSC primitive | Andrew Zonenberg | 2016-04-06 | 1 | -0/+26 | |
| * | Merge https://github.com/cliffordwolf/yosys | Andrew Zonenberg | 2016-04-06 | 7 | -16/+32 | |
| |\ | |/ |/| | ||||||
* | | Hashlib indenting fix | Clifford Wolf | 2016-04-05 | 1 | -2/+2 | |
* | | Added msan origins tracking | Clifford Wolf | 2016-04-05 | 1 | -2/+2 | |
* | | Prefer noninverting FFs in dfflibmap | Clifford Wolf | 2016-04-05 | 1 | -4/+20 | |
* | | Improved formatting of "sat" output tables | Clifford Wolf | 2016-04-05 | 1 | -5/+5 | |
* | | Fixed some typos | Clifford Wolf | 2016-04-05 | 3 | -3/+3 | |
| * | Added GP_POR | Andrew Zonenberg | 2016-04-04 | 1 | -0/+22 | |
| * | Added GP_BANDGAP cell | Andrew Zonenberg | 2016-04-04 | 1 | -0/+9 | |
|/ | ||||||
* | Merge pull request #145 from laanwj/master | Clifford Wolf | 2016-04-03 | 2 | -3/+32 | |
|\ | ||||||
| * | Fix a few typos in the manual | Wladimir J. van der Laan | 2016-04-03 | 1 | -3/+3 | |
| * | Add instructions for building manual on Ubuntu | Wladimir J. van der Laan | 2016-04-03 | 1 | -0/+29 | |
|/ | ||||||
* | Merge pull request #144 from azonenberg/master | Clifford Wolf | 2016-04-02 | 4 | -56/+217 | |
|\ | ||||||
| * | Removed more debug prints | Andrew Zonenberg | 2016-04-01 | 1 | -1/+0 | |
| * | Removed forgotten debug code | Andrew Zonenberg | 2016-04-01 | 1 | -7/+1 | |
| * | Added GreenPak inverter support | Andrew Zonenberg | 2016-04-01 | 3 | -4/+13 | |
| * | Merge https://github.com/cliffordwolf/yosys | Andrew Zonenberg | 2016-04-01 | 0 | -0/+0 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #143 from azonenberg/master | Clifford Wolf | 2016-04-01 | 3 | -3/+9 | |
|\ \ | ||||||
| | * | Added support for inferring counters with asynchronous resets. Fixed use-afte... | Andrew Zonenberg | 2016-04-01 | 1 | -51/+210 | |
| |/ | ||||||
| * | Merge https://github.com/cliffordwolf/yosys | Andrew Zonenberg | 2016-04-01 | 21 | -333/+406 | |
| |\ | |/ |/| | ||||||
* | | Added ScriptPass helper class for script-like passes | Clifford Wolf | 2016-03-31 | 5 | -218/+222 | |
* | | Improved opt_merge support for $pmux cells | Clifford Wolf | 2016-03-31 | 1 | -4/+46 | |
* | | Added log_dump() support for dict<> and pool<> containers | Clifford Wolf | 2016-03-31 | 1 | -0/+26 | |
* | | Preserve empty $pmux default cases | Clifford Wolf | 2016-03-31 | 1 | -2/+2 | |
* | | Typo fixes in opt_expr and opt_merge | Clifford Wolf | 2016-03-31 | 2 | -2/+2 | |
* | | Renamed opt_share to opt_merge | Clifford Wolf | 2016-03-31 | 8 | -28/+28 | |
* | | Renamed opt_const to opt_expr | Clifford Wolf | 2016-03-31 | 14 | -83/+84 | |
| * | DFFINIT is now correctly called for all kinds of flipflop, not just DFF | Andrew Zonenberg | 2016-03-31 | 1 | -0/+6 | |
| * | Fixed incorrect port name in cells_map.v | Andrew Zonenberg | 2016-03-31 | 1 | -2/+2 | |
| * | Fixed typo (wasn't written in 2012) | Andrew Zonenberg | 2016-03-30 | 1 | -1/+1 | |
|/ | ||||||
* | Fixed typo in greenpak4_counters.cc | Clifford Wolf | 2016-03-31 | 1 | -1/+1 | |
* | Merge pull request #142 from azonenberg/master | Clifford Wolf | 2016-03-31 | 5 | -1/+321 | |
|\ | ||||||
| * | Renamed counters pass to greenpak4_counters | Andrew Zonenberg | 2016-03-30 | 4 | -9/+12 | |
| * | Added initial implementation of "counters" pass to synth_greenpak4. Can only ... | Andrew Zonenberg | 2016-03-30 | 2 | -25/+39 | |
| * | Reduced log verbosity | Andrew Zonenberg | 2016-03-30 | 1 | -9/+8 | |
| * | Continued work on counter extraction. Can recognize compatible RTL counters b... | Andrew Zonenberg | 2016-03-30 | 1 | -101/+155 | |
| * | Merge https://github.com/cliffordwolf/yosys | Andrew Zonenberg | 2016-03-30 | 3 | -4/+10 | |
| |\ | |/ |/| |