aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Added msan origins trackingClifford Wolf2016-04-051-2/+2
* | | Prefer noninverting FFs in dfflibmapClifford Wolf2016-04-051-4/+20
* | | Improved formatting of "sat" output tablesClifford Wolf2016-04-051-5/+5
* | | Fixed some typosClifford Wolf2016-04-053-3/+3
| * | Added GP_PORAndrew Zonenberg2016-04-041-0/+22
| * | Added GP_BANDGAP cellAndrew Zonenberg2016-04-041-0/+9
|/ /
* | Merge pull request #145 from laanwj/masterClifford Wolf2016-04-032-3/+32
|\ \
| * | Fix a few typos in the manualWladimir J. van der Laan2016-04-031-3/+3
| * | Add instructions for building manual on UbuntuWladimir J. van der Laan2016-04-031-0/+29
|/ /
* | Merge pull request #144 from azonenberg/masterClifford Wolf2016-04-024-56/+217
|\ \
| * | Removed more debug printsAndrew Zonenberg2016-04-011-1/+0
| * | Removed forgotten debug codeAndrew Zonenberg2016-04-011-7/+1
| * | Added GreenPak inverter supportAndrew Zonenberg2016-04-013-4/+13
| * | Merge https://github.com/cliffordwolf/yosysAndrew Zonenberg2016-04-010-0/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #143 from azonenberg/masterClifford Wolf2016-04-013-3/+9
|\ \ \
| | * | Added support for inferring counters with asynchronous resets. Fixed use-afte...Andrew Zonenberg2016-04-011-51/+210
| |/ /
| * | Merge https://github.com/cliffordwolf/yosysAndrew Zonenberg2016-04-0121-333/+406
| |\ \ | |/ / |/| |
* | | Added ScriptPass helper class for script-like passesClifford Wolf2016-03-315-218/+222
* | | Improved opt_merge support for $pmux cellsClifford Wolf2016-03-311-4/+46
* | | Added log_dump() support for dict<> and pool<> containersClifford Wolf2016-03-311-0/+26
* | | Preserve empty $pmux default casesClifford Wolf2016-03-311-2/+2
* | | Typo fixes in opt_expr and opt_mergeClifford Wolf2016-03-312-2/+2
* | | Renamed opt_share to opt_mergeClifford Wolf2016-03-318-28/+28
* | | Renamed opt_const to opt_exprClifford Wolf2016-03-3114-83/+84
| * | DFFINIT is now correctly called for all kinds of flipflop, not just DFFAndrew Zonenberg2016-03-311-0/+6
| * | Fixed incorrect port name in cells_map.vAndrew Zonenberg2016-03-311-2/+2
| * | Fixed typo (wasn't written in 2012)Andrew Zonenberg2016-03-301-1/+1
|/ /
* | Fixed typo in greenpak4_counters.ccClifford Wolf2016-03-311-1/+1
* | Merge pull request #142 from azonenberg/masterClifford Wolf2016-03-315-1/+321
|\ \
| * | Renamed counters pass to greenpak4_countersAndrew Zonenberg2016-03-304-9/+12
| * | Added initial implementation of "counters" pass to synth_greenpak4. Can only ...Andrew Zonenberg2016-03-302-25/+39
| * | Reduced log verbosityAndrew Zonenberg2016-03-301-9/+8
| * | Continued work on counter extraction. Can recognize compatible RTL counters b...Andrew Zonenberg2016-03-301-101/+155
| * | Merge https://github.com/cliffordwolf/yosysAndrew Zonenberg2016-03-303-4/+10
| |\ \ | |/ / |/| |
* | | We have 2016 for a while nowClifford Wolf2016-03-302-2/+2
* | | Added .vhd file extension supportClifford Wolf2016-03-301-0/+2
* | | Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2016-03-302-5/+78
|\ \ \
* | | | Added support for installed pluginsClifford Wolf2016-03-301-2/+6
| | * | Updated tech lib for greenpak4 counter with some clarificationsAndrew Zonenberg2016-03-301-3/+3
| | * | Fixed typo in log messageAndrew Zonenberg2016-03-301-1/+1
| | * | Initial work on greenpak4 counter extraction. Doesn't work but a decent startAndrew Zonenberg2016-03-303-0/+248
| | * | Added splitnets to synth_greenpak4Andrew Zonenberg2016-03-291-0/+2
| |/ /
| * | Added more cell help messagesClifford Wolf2016-03-291-0/+73
| * | Fixed indenting in techlibs/greenpak4/gp_dff.libClifford Wolf2016-03-291-5/+5
|/ /
* | Merge pull request #141 from azonenberg/masterClifford Wolf2016-03-291-0/+9
|\ \
| * | Added keep constraint to GP_SYSRESET cellAndrew Zonenberg2016-03-281-0/+2
| * | Added GP_SYSRESET blockAndrew Zonenberg2016-03-281-0/+7
|/ /
* | Merge pull request #137 from ravenexp/masterClifford Wolf2016-03-282-0/+6
|\ \
| * | Embed DATDIR make variable value into yosys binary.Sergey Kvachonok2016-03-262-0/+6
* | | Merge pull request #138 from SebKuzminsky/help-typoClifford Wolf2016-03-281-2/+2
|\ \ \