Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Merge pull request #145 from laanwj/master | Clifford Wolf | 2016-04-03 | 2 | -3/+32 |
|\ | | | | | Add instructions for building manual on Ubuntu | ||||
| * | 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 |
|\ | | | | | Added COUNT_EXTRACT constraint to greenpak4_counters pass. Added support for inferring level-resettable counters. Fixed use-after-free. | ||||
| * | 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 |
|\ \ | | | | | | | Fixed several techmapping issues irelated to greenpak flipflops | ||||
| | * | Added support for inferring counters with asynchronous resets. Fixed ↵ | Andrew Zonenberg | 2016-04-01 | 1 | -51/+210 |
| |/ | | | | | | | use-after-free in inference pass. | ||||
| * | 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 |
|\ | | | | | Add initial GreenPak4 counter inference, misc related fixes | ||||
| * | 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 |
| | | | | | | | | infer non-resettable down counters for now. | ||||
| * | Reduced log verbosity | Andrew Zonenberg | 2016-03-30 | 1 | -9/+8 |
| | | |||||
| * | Continued work on counter extraction. Can recognize compatible RTL counters ↵ | Andrew Zonenberg | 2016-03-30 | 1 | -101/+155 |
| | | | | | | | | but not replace with hard macros. | ||||
| * | 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 |
|\ | | | | | Add Greenpak4 SYSRESET block support | ||||
| * | 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. | ||||
| * | Embed DATDIR make variable value into yosys binary. | Sergey Kvachonok | 2016-03-26 | 2 | -0/+6 |
| | | | | | | | | Use it as the last resort in the share/ directory location search. | ||||
* | | 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 | ||||
| * | | 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 |
|\ \ | |/ |/| | Add GreenPak4 LF oscillator support, renamed internal cell for consistency | ||||
| * | Added GP_COUNT8/GP_COUNT14 cells | Andrew Zonenberg | 2016-03-26 | 1 | -0/+22 |
| | |