aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 back-e...Clifford Wolf2016-08-201-28/+26
* 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 verilog...Clifford Wolf2016-08-194-7/+44
* 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.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
|\
| * greenpak4: Changed name of inverted output ports for consistencyAndrew Zonenberg2016-08-142-19/+19
| * greenpak4: Added GP_DFFxI cellsAndrew Zonenberg2016-08-142-0/+68
| * greenpak4: Renamed ports for better consistency (see azonenberg/openfpga:#6)Andrew Zonenberg2016-08-131-10/+10
|/
* Merge pull request #198 from whitequark/masterClifford Wolf2016-08-111-0/+2
|\
| * synth_greenpak4: use attrmvcp to move LOC from wires to cells.whitequark2016-08-101-0/+2
|/
* Only allow posedge/negedge with 1 bit wide signalsClifford Wolf2016-08-101-0/+2
* Fixed some compiler warnings in attrmap commandClifford Wolf2016-08-101-4/+4
* Added "attrmap" commandClifford Wolf2016-08-093-0/+253
* Added log_const() APIClifford Wolf2016-08-092-0/+19
* Added "attrmvcp" passClifford Wolf2016-08-092-0/+138
* Use /proc/self/exe on Cygwin as well.Yury Gribov2016-08-081-1/+1
* Undo "preserve wire attributes in iopadmap" change (it was OK before)Clifford Wolf2016-08-081-1/+1
* Added "test_autotb -seed" (and "autotest.sh -S")Clifford Wolf2016-08-062-5/+12
* preserve wire attributes in iopadmapClifford Wolf2016-08-061-1/+1
* Fixed bug in parsing real constantsClifford Wolf2016-08-061-4/+4
* Added "insbuf" commandClifford Wolf2016-08-022-0/+95
* Merge branch 'master' of github.com:cliffordwolf/yosysClifford Wolf2016-07-3016-22/+162
|\
| * Added $initstate support to smtbmc flowClifford Wolf2016-07-273-2/+19
| * Added SatGen support for $anyconstClifford Wolf2016-07-271-0/+22
| * Removed $predict support from SatGenClifford Wolf2016-07-271-9/+0
| * Added $anyconst and $aconstClifford Wolf2016-07-277-2/+83