summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added nlutmapClifford Wolf2015-09-18
|
* Added lut2mux passClifford Wolf2015-09-18
|
* Cosmetic fix in Module::addLut()Clifford Wolf2015-09-18
|
* Added buffer detection to "abc -lut"Clifford Wolf2015-09-18
|
* Renamed GreenPAK4 cells, improved GP4 DFF mappingClifford Wolf2015-09-18
|
* Added support for "dfflibmap -liberty +/..."Clifford Wolf2015-09-18
|
* Added detection of "mux inverter" chains in opt_constClifford Wolf2015-09-18
|
* Added $logic_not handling to fsm_detectClifford Wolf2015-09-18
|
* Added $finish and $display to READMEClifford Wolf2015-09-18
|
* Merge branch 'feat-finish-disp'Clifford Wolf2015-09-18
|\
| * Added AST_INITIAL checks for $finish and $displayClifford Wolf2015-09-18
| |
| * Initial implementation of $display()Andrew Zonenberg2015-09-18
| |
| * Initial implementation of $finish()Andrew Zonenberg2015-09-18
|/
* Fixed copy&paste typo in synth_greenpak4Clifford Wolf2015-09-16
|
* Added GreenPAK4 skeletonClifford Wolf2015-09-16
|
* Fixed sharing of $memrd cellsClifford Wolf2015-09-12
|
* Fixed ice40 handling of negclk RAM40Clifford Wolf2015-09-10
|
* Fixed port ordering in "splitnets" cmdClifford Wolf2015-09-01
|
* gcc-4.6 build fixesClifford Wolf2015-09-01
|
* Removed unnecessary cast.Andrei Errapart2015-09-01
|
* Microsoft Visual C++ fixes in hashlib; template specializations on int32_t ↵Andrei Errapart2015-09-01
| | | | and int64_t.
* Microsoft Visual C++ fix for log.h.Andrei Errapart2015-09-01
|
* Fixed iopadmap help messageClifford Wolf2015-08-31
|
* Added SigMap::allbits()Clifford Wolf2015-08-31
|
* Using dict<> and pool<> in alumacc passClifford Wolf2015-08-31
|
* Added "yosys-smt2-wire" tag support to smt2 back-endClifford Wolf2015-08-31
|
* Fixed handling of memory read without addressClifford Wolf2015-08-22
|
* Switched to Python 3Clifford Wolf2015-08-22
|
* Added sat -show-regs, -show-public, -show-allClifford Wolf2015-08-18
|
* Bugfix in fsm_detect for complex muxtreesClifford Wolf2015-08-18
|
* Properly clean up unused "init" attributesClifford Wolf2015-08-18
|
* Small corrections to const2ast warning messagesClifford Wolf2015-08-17
|
* Check base-n literals only contain valid digitsFlorian Zeitz2015-08-17
|
* Warn on literals exceeding the specified bit widthFlorian Zeitz2015-08-17
|
* Merge pull request #72 from cseed/masterClifford Wolf2015-08-17
|\ | | | | Added .travis.yml.
| * Added .travis.yml.Cotton Seed2015-08-17
|/
* Another bugfix for ice40 and xilinx brams_init make rulesClifford Wolf2015-08-16
|
* Fixed Makefile rules for generated share filesClifford Wolf2015-08-16
|
* Added $tribuf and $_TBUF_ sim modelsClifford Wolf2015-08-16
|
* Added tribuf commandClifford Wolf2015-08-16
|
* Added $tribuf and $_TBUF_ cell typesClifford Wolf2015-08-16
|
* Fixed opt_clean handling of inout portsClifford Wolf2015-08-16
|
* Fixed generation of smt2 concat statementsClifford Wolf2015-08-15
|
* Fix version strings for out-of-tree buildsLarry Doolittle2015-08-14
| | | | Still assumes source tree is a git repository
* Another block of spelling fixesLarry Doolittle2015-08-14
| | | | Smaller this time
* Keep gcc from complaining about uninitialized variablesLarry Doolittle2015-08-14
|
* Re-created command-reference-manual.tex, copied some doc fixes to online helpClifford Wolf2015-08-14
|
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-14
|
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2015-08-13
|\
| * Added "write_smt2 -regs"Clifford Wolf2015-08-12
| |