aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix in fsm_map for FSMs without reset stateClifford Wolf2016-10-251-1/+2
|
* Added avail params to ilang format, check module params in 'hierarchy -check'Clifford Wolf2016-10-224-3/+25
|
* Added "setparam -type"Clifford Wolf2016-10-191-3/+13
|
* No limit for length of lines in BLIF front-endClifford Wolf2016-10-191-1/+7
|
* Merge pull request #250 from azonenberg/masterClifford Wolf2016-10-191-4/+35
|\ | | | | Add support for more GreenPak cells (edge detector, delay, pattern generator)
| * Fixed typo in last commitAndrew Zonenberg2016-10-181-1/+1
| |
| * greenpak4: Added GP_PGEN cell definitionAndrew Zonenberg2016-10-181-0/+21
| |
| * Added GLITCH_FILTER parameter to GP_DELAYAndrew Zonenberg2016-10-181-3/+2
| |
| * greenpak4: added model for GP_EDGEDET blockAndrew Zonenberg2016-10-181-0/+10
| |
| * Merge https://github.com/cliffordwolf/yosysAndrew Zonenberg2016-10-184-8/+98
| |\ | |/ |/|
* | Ignore L_pi nets in "yosys-smtbmc --cex"Clifford Wolf2016-10-181-2/+5
| |
* | Use init value "2" for all uninitialized FFs in BLIF back-endClifford Wolf2016-10-181-4/+1
| |
* | Added "yosys-smtbmc --cex <filename>"Clifford Wolf2016-10-171-1/+35
| |
* | Bugfix in "miter -assert" handling of assumptionsClifford Wolf2016-10-171-2/+2
| |
* | Added clk2fflogic support for $dffsr and $dlatchClifford Wolf2016-10-171-1/+57
| |
| * greenpak4: Changed parameters for GP_SYSRESETAndrew Zonenberg2016-10-161-1/+2
|/
* Improvements and bugfixes in clk2fflogicClifford Wolf2016-10-161-13/+21
|
* cleanup in write_smt2 log messages (-bv and -mem are now default)Clifford Wolf2016-10-161-1/+1
|
* 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
|