aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Build fixes for VS 2015Clifford Wolf2016-10-162-1/+4
|
* Some minor build fixes for Visual CClifford Wolf2016-10-143-3/+16
|
* Avoid using strcasecmp()Clifford Wolf2016-10-141-2/+21
|
* Fixed version string for out-of-tree buildsClifford Wolf2016-10-141-1/+1
|
* Added notes about some formal features to READMEClifford Wolf2016-10-141-2/+23
|
* Added $anyseq cell typeClifford Wolf2016-10-1411-11/+40
|
* Added clk2fflogicClifford Wolf2016-10-142-0/+154
|
* Added opt_rmdff support for $ff cellsClifford Wolf2016-10-141-5/+13
|
* Added $global_clock verilog syntax support for creating $ff cellsClifford Wolf2016-10-148-15/+64
|
* Added MEMID handling to "flatten" passClifford Wolf2016-10-141-0/+6
|
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2016-10-141-1/+1
|\
| * Merge pull request #246 from set-soft/abc_external_ovrClifford Wolf2016-10-141-1/+1
| |\ | | | | | | Allow to overwrite ABCEXTERNAL from the environment.
| | * Ugh! extra patches got here, revertingSalvador E. Tropea2016-10-131-4/+3
| | |
| | * Allow to overwrite ABCEXTERNAL from the environment.Salvador E. Tropea2016-10-131-1/+1
| | | | | | | | | | | | In this way Debian scripts can define it as berkeley-abc from the shell.
| | * Modified test target name (to test-all)Salvador E. Tropea2016-10-131-2/+2
| | | | | | | | | | | | | | | As this target depends on external tools, and packagers run "make test", I think the name should be less generic.
| | * Added a new configuration variable GIT_REV_WHERESalvador E. Tropea2016-10-131-1/+2
| |/ | | | | | | | | It determines from where we get the gits SHA1 value. By default is HEAD, suitable for Clifford, but for Debian we can define it as upstream/master
* / Added YOSYS_VER_STR make variableClifford Wolf2016-10-141-2/+4
|/
* Added "zinit" passClifford Wolf2016-10-122-0/+152
|
* Added $ff and $_FF_ cell typesClifford Wolf2016-10-1212-19/+118
|
* Fixed "make test" for git head of iverilogClifford Wolf2016-10-111-1/+1
|
* define PATH_MAX if not defined by limits.hClifford Wolf2016-10-111-0/+5
|
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2016-10-112-1/+3
|\
| * Added smtc support for top-level state with [], [N:] syntaxClifford Wolf2016-10-082-1/+3
| |
* | Bugfix in yosys-smtbmc --noincrClifford Wolf2016-10-041-1/+8
|/
* yosys-smtbmc: ABC is a QF_BV solverClifford Wolf2016-10-031-0/+1
|
* Added "yosys-smtbmc --noincr"Clifford Wolf2016-10-031-10/+39
|
* Update ABV to hg rev eb6eca6807ccClifford Wolf2016-10-021-1/+1
|
* yosys-smtbmc: added smtc [...] support for cellsClifford Wolf2016-10-021-0/+2
|
* Added "yosys-smtbmc -s abc"Clifford Wolf2016-10-011-0/+4
|
* Updated ABV to hg rev 6b74de13c57fClifford Wolf2016-10-011-1/+1
|
* Added "prep -nokeepdc"Clifford Wolf2016-09-301-4/+12
|
* Added "opt_rmdff -keepdc"Clifford Wolf2016-09-302-7/+20
|
* Updated ABV to hg rev 2bc57cc30593Clifford Wolf2016-09-301-1/+1
|
* Minor improvements in yosys-smtbmcClifford Wolf2016-09-242-10/+50
|
* Added liberty parser support for types within cell declsClifford Wolf2016-09-231-39/+46
|
* Merge branch 'master' of https://github.com/brouhaha/yosysClifford Wolf2016-09-2314-24/+175
|\
| * Add optional SEED=n command line option to Makefile, and -S n command line ↵Eric Smith2016-09-2214-24/+175
| | | | | | | | option to test scripts, for deterministic regression tests.
* | Added autotest.sh -IClifford Wolf2016-09-201-16/+19
| |
* | Cosmetic fix in test_autotb.ccClifford Wolf2016-09-191-2/+2
| |
* | Added yosys-smtbmc --noinfo and --dummyClifford Wolf2016-09-192-56/+76
| |
* | Avoid creating very long strings in test_autotbClifford Wolf2016-09-191-4/+10
| |
* | Added $past, $stable, $rose, $fell SVA functionsClifford Wolf2016-09-192-2/+141
| |
* | Improved handling of SMT2 logics in yosys-smtbmcClifford Wolf2016-09-183-11/+49
| |
* | Added support for bus interfaces to "read_liberty -lib"Clifford Wolf2016-09-181-1/+77
| |
* | Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2016-09-181-1/+1
|\|
| * Bugfix in techmap parameter handlingClifford Wolf2016-09-141-1/+1
| |
* | yosys-smtbmc: added -i support smtc filesClifford Wolf2016-09-181-20/+19
|/
* Work-around for boolector bugClifford Wolf2016-09-131-2/+2
|
* Merge pull request #228 from Kmanfi/testClifford Wolf2016-09-131-2/+2
|\ | | | | Fix for modules with big interfaces.
| * Fix for modules with big interfaces.Kaj Tuomi2016-09-131-2/+2
|/