| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |\
| |/
|/| |
|
* | | We have 2016 for a while now | Clifford Wolf | 2016-03-30 | 2 | -2/+2 |
* | | Added .vhd file extension support | Clifford Wolf | 2016-03-30 | 1 | -0/+2 |
* | | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2016-03-30 | 2 | -5/+78 |
|\ \ |
|
* | | | Added support for installed plugins | Clifford Wolf | 2016-03-30 | 1 | -2/+6 |
| | * | Updated tech lib for greenpak4 counter with some clarifications | Andrew Zonenberg | 2016-03-30 | 1 | -3/+3 |
| | * | Fixed typo in log message | Andrew Zonenberg | 2016-03-30 | 1 | -1/+1 |
| | * | Initial work on greenpak4 counter extraction. Doesn't work but a decent start | Andrew Zonenberg | 2016-03-30 | 3 | -0/+248 |
| | * | Added splitnets to synth_greenpak4 | Andrew Zonenberg | 2016-03-29 | 1 | -0/+2 |
| |/ |
|
| * | Added more cell help messages | Clifford Wolf | 2016-03-29 | 1 | -0/+73 |
| * | Fixed indenting in techlibs/greenpak4/gp_dff.lib | Clifford Wolf | 2016-03-29 | 1 | -5/+5 |
|/ |
|
* | Merge pull request #141 from azonenberg/master | Clifford Wolf | 2016-03-29 | 1 | -0/+9 |
|\ |
|
| * | Added keep constraint to GP_SYSRESET cell | Andrew Zonenberg | 2016-03-28 | 1 | -0/+2 |
| * | Added GP_SYSRESET block | Andrew Zonenberg | 2016-03-28 | 1 | -0/+7 |
|/ |
|
* | Merge pull request #137 from ravenexp/master | Clifford Wolf | 2016-03-28 | 2 | -0/+6 |
|\ |
|
| * | Embed DATDIR make variable value into yosys binary. | Sergey Kvachonok | 2016-03-26 | 2 | -0/+6 |
* | | Merge pull request #138 from SebKuzminsky/help-typo | Clifford Wolf | 2016-03-28 | 1 | -2/+2 |
|\ \ |
|
| * | | fix a cut-n-paste error in the -h help | Sebastian Kuzminsky | 2016-03-26 | 1 | -2/+2 |
| |/ |
|
* | | Merge pull request #139 from azonenberg/master | Clifford Wolf | 2016-03-28 | 1 | -2/+44 |
|\ \
| |/
|/| |
|
| * | Added GP_COUNT8/GP_COUNT14 cells | Andrew Zonenberg | 2016-03-26 | 1 | -0/+22 |
| * | Changed GP_LFOSC parameter configuration | Andrew Zonenberg | 2016-03-26 | 1 | -1/+3 |
| * | Added GP_LFOSC cell | Andrew Zonenberg | 2016-03-26 | 1 | -0/+17 |
| * | Renamed GP4_V* cells to GP_V* for consistency | Andrew Zonenberg | 2016-03-26 | 1 | -2/+3 |
|/ |
|
* | Merge pull request #136 from ravenexp/master | Clifford Wolf | 2016-03-25 | 2 | -17/+20 |
|\ |
|
| * | Optionally use ${CC} when compiling test utils. | Sergey Kvachonok | 2016-03-25 | 1 | -1/+1 |
| * | Allow redefining pkg-config Makefile command. | Sergey Kvachonok | 2016-03-25 | 1 | -2/+4 |
| * | Allow redefining binary and data install locations. | Sergey Kvachonok | 2016-03-25 | 1 | -14/+15 |
|/ |
|
* | Do not set "nosync" on task outputs, fixes #134 | Clifford Wolf | 2016-03-24 | 1 | -1/+2 |
* | Fixed handling of inverters (aka 1-input luts) in nlutmap | Clifford Wolf | 2016-03-23 | 1 | -2/+2 |
* | Added GP_DFFS, GP_DFFR, and GP_DFFSR | Clifford Wolf | 2016-03-23 | 4 | -21/+76 |
* | Added GP_DFF INIT parameter | Clifford Wolf | 2016-03-23 | 2 | -0/+4 |
* | Added ast.h to exported headers | Clifford Wolf | 2016-03-22 | 1 | -0/+1 |
* | Cleanup abstract modules at end of "hierarchy -top" | Clifford Wolf | 2016-03-21 | 1 | -2/+0 |