aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added "nlutmap -assert"Clifford Wolf2016-06-092-3/+17
* Do not run "wreduce" in "prep -ifx"Clifford Wolf2016-06-081-2/+3
* Added "proc_mux -ifx"Clifford Wolf2016-06-063-21/+54
* Added "setundef -init"Clifford Wolf2016-06-031-5/+89
* Fix all undef-muxes in dlatch input coneClifford Wolf2016-06-021-34/+72
* Avoid creating undef-muxes when inferring latches in proc_dlatchClifford Wolf2016-06-011-0/+44
* Added opt_expr support for div/mod by power-of-twoClifford Wolf2016-05-292-0/+96
* Fixed procedural assignments to non-unique lvalues, e.g. {y,y} = {a,b}Clifford Wolf2016-05-271-0/+11
* Fixed access-after-delete bug in mem2reg codeClifford Wolf2016-05-272-6/+23
* fixed typos in error messagesClifford Wolf2016-05-271-3/+3
* Fixed "scc" for cells that have feedback singals _and_ are part of a larger loopClifford Wolf2016-05-271-3/+3
* Merge pull request #172 from zeldin/deterministic_hierarchyClifford Wolf2016-05-221-3/+3
|\
| * Made the expansion order of hierarchy deterministicMarcus Comstedt2016-05-221-3/+3
|/
* Some fixes in tests/asicworld/*_tb.vClifford Wolf2016-05-204-50/+41
* Improvements and fixes in autotest.sh script and test_autotbClifford Wolf2016-05-202-9/+9
* Merge branch 'master' of https://github.com/Kmanfi/yosysClifford Wolf2016-05-202-11/+18
|\
| * Close opened dump file.Kaj Tuomi2016-05-191-0/+1
| * Fix for Modelsim transcript line warp issue #164Kaj Tuomi2016-05-192-11/+17
* | Also escape "=" in spice outputClifford Wolf2016-05-201-1/+1
* | Small improvements in Verilog front-end docsClifford Wolf2016-05-202-0/+8
|/
* Don't sign-extend memory bram initialization dataClifford Wolf2016-05-151-1/+1
* Added missing "#define HASHLIB_H"Clifford Wolf2016-05-141-0/+1
* Minor presentation fixesClifford Wolf2016-05-141-1/+1
* Updated min GCC requirement to GCC 4.8Clifford Wolf2016-05-112-14/+14
* Added manual download link to READMEClifford Wolf2016-05-091-0/+4
* Include <cmath> in yosys.hClifford Wolf2016-05-082-9/+1
* Merge pull request #162 from azonenberg/masterClifford Wolf2016-05-081-2/+33
|\
| * Added GP_DELAY cellAndrew Zonenberg2016-05-071-0/+29
| * Fixed typo in port nameAndrew Zonenberg2016-05-071-1/+1
| * Fixed extra semicolonAndrew Zonenberg2016-05-071-1/+1
| * Fixed typo in parameter nameAndrew Zonenberg2016-05-071-1/+1
| * Added simulation timescale declarationAndrew Zonenberg2016-05-071-0/+2
|/
* Fixes for MXE buildClifford Wolf2016-05-073-10/+10
* Added support for "keep" attribute to shregmapClifford Wolf2016-05-071-2/+2
* Added synth_ice40 support for latches via logic loopsClifford Wolf2016-05-063-0/+13
* Added "write_blif -noalias"Clifford Wolf2016-05-061-6/+26
* Fixed ice40_opt lut unmapping, added "ice40_opt -unlut"Clifford Wolf2016-05-061-3/+15
* Fixed preservation of important attributes in techmapClifford Wolf2016-05-061-4/+32
* Merge pull request #159 from azonenberg/masterClifford Wolf2016-05-055-24/+7
|\
| * Changed order of passes for better handling of INIT attributes on "output reg...Andrew Zonenberg2016-05-041-2/+2
| * Changed port names in greenpak shregmapAndrew Zonenberg2016-05-041-1/+1
| * Renamed module parameterAndrew Zonenberg2016-05-041-4/+4
| * Refactored synth_greenpak4 to use iopadmap for mapping GP_IOBUF/GP_OBUFT cell...Andrew Zonenberg2016-05-043-18/+1
|/
* Added tristate buffer support to iopadmapClifford Wolf2016-05-041-4/+161
* Merge pull request #157 from azonenberg/masterClifford Wolf2016-05-045-0/+52
|\
| * Fixed incorrect signal naming in GP_IOBUFAndrew Zonenberg2016-05-041-2/+2
| * Merge https://github.com/cliffordwolf/yosysAndrew Zonenberg2016-05-041-0/+1
| |\ | |/ |/|
* | Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2016-05-041-0/+11
|\ \
* | | Fixed iopadmap attribute handlingClifford Wolf2016-05-041-0/+1
| | * Added tri-state I/O extraction for GreenPakAndrew Zonenberg2016-05-035-2/+29