aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added smtc "final" statementClifford Wolf2016-08-275-9/+86
|
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2016-08-261-3/+4
|\
| * Merge pull request #215 from frznchckn/to_upstreamClifford Wolf2016-08-261-3/+4
| |\ | | | | | | Add some useful flexibility to build process
| | * Relax test to see if yosys dir is a git repository in MakefileRussell L Friesenhahn2016-08-261-1/+1
| | | | | | | | | | | | | | | | | | This prevents the test from failing in the case that yosys is a submodule of a repository since for a submodule the .git is actually a file containing the location of the submodule's .git directory
| | * Allow redefining of the ABC repository URLRussell L Friesenhahn2016-08-261-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | For persons or organizations that prefer to keep their own mirrors of repositories, users may now specify the URL of the ABC Mercurial repository that yosys clones during build. The URL may be set in the Makefile directly, on the command-line, or in the environment
* | | Added read_verilog -norestrict -assume-assertsClifford Wolf2016-08-264-5/+40
|/ /
* | Various fixes and improvements in smt2 back-endClifford Wolf2016-08-262-81/+117
| |
* | Improved verilog parser errorsClifford Wolf2016-08-251-0/+3
| |
* | More yosys-smtbmc smtc featuresClifford Wolf2016-08-245-20/+97
| |
* | yosys-smtbmc --smtc -gClifford Wolf2016-08-243-56/+48
| |
* | Added SV "restrict" keywordClifford Wolf2016-08-241-1/+2
|/
* Minor yosys-smtbmc bugfixClifford Wolf2016-08-221-0/+6
|
* Added "yosys-smtbmc --constr"Clifford Wolf2016-08-222-4/+94
|
* Added "yosys-smtbmc --dump-constr"Clifford Wolf2016-08-222-2/+62
|
* Added glob support to all front-endsClifford Wolf2016-08-223-4/+38
|
* Fixed bug with memories that do not have a down-to-zero data widthClifford Wolf2016-08-222-2/+43
|
* Fixed bug in memory_share for memory ports with different ABITSClifford Wolf2016-08-221-0/+6
|
* yosys-smtbmc: improved --dump-vlogtb handling of memoriesClifford Wolf2016-08-213-8/+30
|
* Added another mem2reg test caseClifford Wolf2016-08-211-0/+11
|
* Another bugfix in mem2reg codeClifford Wolf2016-08-214-7/+53
|
* Minor improvements to AstNode::dumpAst() and AstNode::dumpVlog()Clifford Wolf2016-08-211-4/+15
|
* Added examples/smtbmc/demo2.vClifford Wolf2016-08-203-3/+45
|
* Added "yosys-smtbmc --dump-vlogtb"Clifford Wolf2016-08-201-9/+108
|
* Added support for memories to smtio.pyClifford Wolf2016-08-201-4/+35
|
* Deprecated "write_smt2 -regs" (by default on now), and some other smt2 ↵Clifford Wolf2016-08-201-28/+26
| | | | back-end improvements
* Added "yosys-smtbmc -g"Clifford Wolf2016-08-201-6/+40
|
* Added smtbmc longopt supportClifford Wolf2016-08-203-16/+17
|
* Fixed finish_addr handling in $readmemh/$readmembClifford Wolf2016-08-201-3/+3
|
* Bugfix in partial mem write handling in verilog back-endClifford Wolf2016-08-201-42/+26
|
* Added "wreduce -memx"Clifford Wolf2016-08-202-5/+20
|
* Added memory_memx pass, "memory -memx", and "prep -memx"Clifford Wolf2016-08-194-4/+121
|
* Optimize memory address port width in wreduce and memory_collect, not ↵Clifford Wolf2016-08-194-7/+44
| | | | verilog front-end
* Added missing support for mem read enable ports to verilog back-endClifford Wolf2016-08-181-6/+14
|
* Bugfix in test_autotbClifford Wolf2016-08-181-0/+4
|
* Improved smtbmc vcd generation performanceClifford Wolf2016-08-182-20/+40
|
* Added printing of code loc of failed asserts to yosys-smtbmcClifford Wolf2016-08-173-1/+23
|
* Fixed default build configClifford Wolf2016-08-161-1/+2
|
* Merge pull request #203 from cr1901/masterClifford Wolf2016-08-162-4/+17
|\ | | | | Add MSYS2-compatible build.
| * Add MSYS2-compatible build.William D. Jones2016-08-162-4/+17
|/
* Use _Exit(0) on win32, always use _Exit(1) in log_error()Clifford Wolf2016-08-162-1/+6
|
* Updated ABC to hg rev a86455b00da5Clifford Wolf2016-08-161-1/+1
|
* Fixed use-after-free dict<> usage pattern in hierarchy.ccClifford Wolf2016-08-161-1/+3
|
* Updated ABC to hg rev 760ba358e790Clifford Wolf2016-08-161-1/+1
|
* ABC mxe cross-build fixClifford Wolf2016-08-161-1/+1
|
* Minor fixes in show commandClifford Wolf2016-08-161-3/+3
|
* Added greenpak4_dffinvClifford Wolf2016-08-153-0/+199
|
* Fixed upto handling in verilog back-endClifford Wolf2016-08-151-0/+3
|
* Merge pull request #200 from azonenberg/masterClifford Wolf2016-08-142-10/+78
|\ | | | | Updates to GP_RCOSC, new GP_DFF*I cells
| * greenpak4: Changed name of inverted output ports for consistencyAndrew Zonenberg2016-08-142-19/+19
| |
| * greenpak4: Added GP_DFFxI cellsAndrew Zonenberg2016-08-142-0/+68
| |