aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename "write_verilog -nobasenradix" to "write_verilog -decimal"Clifford Wolf2017-10-032-20/+14
* Tested and working altsyncarm without init filesdh732017-10-012-57/+59
* Fixed wrong declaration in Verilog backenddh732017-10-011-3/+3
* Adding Cyclone IV (E, GX), Arria 10, Cyclone V and LPM functions (ALTPLL and ...dh732017-10-0131-730/+2970
* Add first draft of eASIC back-endClifford Wolf2017-09-292-0/+191
* Fix synth_ice40 doc regarding -top defaultClifford Wolf2017-09-291-1/+1
* Allow $size and $bits in verilog mode, actually check test caseClifford Wolf2017-09-293-1/+3
* Merge pull request #425 from udif/udif_dollar_bitsClifford Wolf2017-09-292-1/+103
|\
| * $size() now works correctly for all cases!Udi Finkelstein2017-09-262-22/+28
| * $size() seems to work now with or without the optional parameter.Udi Finkelstein2017-09-262-18/+58
| * enable $bits() and $size() functions only when the SystemVerilog flag is enab...Udi Finkelstein2017-09-261-1/+1
| * Added $bits() for memories as well.Udi Finkelstein2017-09-262-8/+31
| * $size() now works with memories as well!Udi Finkelstein2017-09-262-3/+7
| * Add $size() function. At the moment it works only on expressions, not on memo...Udi Finkelstein2017-09-262-0/+29
|/
* Merge pull request #421 from stephengroat/osx-travisClifford Wolf2017-09-283-2/+12
|\
| * delete bad backslashStephen2017-09-271-1/+1
| * forgot to install bundlesStephen2017-09-271-0/+1
| * Add osx tests using brew bundleStephen Groat2017-09-273-2/+11
|/
* Increase maximum LUT size in blifparse to 12 bitsClifford Wolf2017-09-271-1/+1
* Parse reals as string in JSON front-endClifford Wolf2017-09-261-0/+28
* Merge branch 'vlogpp-inc-fixes'Clifford Wolf2017-09-261-41/+69
|\
| * Minor coding style fixClifford Wolf2017-09-261-1/+1
| * Merge branch 'master' of https://github.com/combinatorylogic/yosys into combi...Clifford Wolf2017-09-261-41/+69
|/|
| * Adding support for string macros and macros with arguments after includecombinatorylogic2017-09-211-41/+69
* | Fix ignoring of simulation timings so that invalid module parameters cause sy...Clifford Wolf2017-09-262-4/+2
|/
* Merge pull request #413 from azonenberg/extract-reduce-tweaksClifford Wolf2017-09-161-86/+170
|\
| * Added missing "break"Andrew Zonenberg2017-09-151-0/+1
| * Implemented off-chain support for extract_reduceAndrew Zonenberg2017-09-151-84/+157
| * extract_reduce now only removes the head of the chain, relying on "clean" to ...Andrew Zonenberg2017-09-151-9/+19
|/
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2017-09-151-2/+2
|\
| * Merge pull request #412 from azonenberg/reduce-fixesClifford Wolf2017-09-141-2/+2
| |\
| | * extract_reduce: Fix segfault on "undriven" inputsRobert Ou2017-09-141-2/+2
* | | Update ABC to hg rev cd6984ee82d4Clifford Wolf2017-09-151-2/+2
|/ /
* | Merge pull request #411 from azonenberg/counter-extraction-fixesClifford Wolf2017-09-143-68/+183
|\ \
| * | Fixed bug where counter extraction on non-GreenPAK devices incorrectly handle...Andrew Zonenberg2017-09-141-32/+27
| * | Added support for inferring counters with reset to full scale instead of zeroAndrew Zonenberg2017-09-141-4/+11
| * | Added RESET_TO_MAX parameter to $__COUNT_ cell. Cannot yet be extracted.Andrew Zonenberg2017-09-143-2/+5
| * | Added support for inferring counters with active-low resetAndrew Zonenberg2017-09-141-6/+15
| * | Initial support for extraction of counters with clock enableAndrew Zonenberg2017-09-142-30/+131
| * | Fixed typo in comment. Fixed bug where extract_counter would create up counte...Andrew Zonenberg2017-09-141-2/+2
| |/
* | Merge pull request #410 from azonenberg/opt_demorganClifford Wolf2017-09-142-1/+204
|\ \ | |/ |/|
| * Minor changes to opt_demorgan requested during code reviewAndrew Zonenberg2017-09-142-18/+18
| * Initial version of opt_demorgan is functioning for AND/OR gates. Not the pret...Andrew Zonenberg2017-09-122-0/+203
|/
* Add src attribute to extra cells generated by proc_dlatchClifford Wolf2017-09-091-7/+9
* Add src arguments to all cell creator helper functionsClifford Wolf2017-09-092-209/+244
* Further improve extract_fa (but still buggy)Clifford Wolf2017-09-021-28/+91
* Merge pull request #406 from azonenberg/coolrunner-techmapClifford Wolf2017-09-022-18/+125
|\
| * coolrunner2: Finish fixing special-use p-termsRobert Ou2017-09-011-8/+20
| * coolrunner2: Generate a feed-through AND term when necessaryRobert Ou2017-09-011-13/+31
| * coolrunner2: Initial fixes for special p-termsRobert Ou2017-09-012-1/+81