Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import more std:: stuff into Yosys namespace | Clifford Wolf | 2015-10-25 | 2 | -7/+7 |
| | |||||
* | renamed SigSpec::to_single_sigbit() to SigSpec::as_bit(), added is_bit() | Clifford Wolf | 2015-10-24 | 1 | -2/+2 |
| | |||||
* | Progress in yosys-smtbmc | Clifford Wolf | 2015-10-15 | 1 | -4/+10 |
| | |||||
* | Improvements in yosys-smtbmc | Clifford Wolf | 2015-10-15 | 3 | -2/+9 |
| | |||||
* | More "yosys-smtbmc -c" fixes | Clifford Wolf | 2015-10-14 | 2 | -9/+30 |
| | |||||
* | Fixed yosys-smtbmc -c | Clifford Wolf | 2015-10-14 | 1 | -2/+2 |
| | |||||
* | Added yosys-smtbmc copyright | Clifford Wolf | 2015-10-14 | 3 | -1/+36 |
| | |||||
* | Improvements in yosys-smtbmc | Clifford Wolf | 2015-10-14 | 3 | -21/+38 |
| | |||||
* | Added yosys-smtbmc | Clifford Wolf | 2015-10-14 | 2 | -1/+20 |
| | |||||
* | Implemented smtbmc.py -i | Clifford Wolf | 2015-10-14 | 1 | -25/+60 |
| | |||||
* | Added smtbmc.py | Clifford Wolf | 2015-10-13 | 4 | -0/+409 |
| | |||||
* | Added write_smt2 -wires | Clifford Wolf | 2015-10-13 | 1 | -7/+15 |
| | |||||
* | Bugfixes in writing of memories as Verilog | Clifford Wolf | 2015-09-25 | 1 | -7/+8 |
| | |||||
* | Added "yosys-smt2-wire" tag support to smt2 back-end | Clifford Wolf | 2015-08-31 | 1 | -0/+2 |
| | |||||
* | Fixed generation of smt2 concat statements | Clifford Wolf | 2015-08-15 | 1 | -3/+5 |
| | |||||
* | Another block of spelling fixes | Larry Doolittle | 2015-08-14 | 3 | -4/+4 |
| | | | | Smaller this time | ||||
* | Re-created command-reference-manual.tex, copied some doc fixes to online help | Clifford Wolf | 2015-08-14 | 1 | -3/+3 |
| | |||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 2 | -3/+3 |
| | |||||
* | Added "write_smt2 -regs" | Clifford Wolf | 2015-08-12 | 1 | -7/+36 |
| | |||||
* | Added SMV back-end 'test_cells.sh' script | Clifford Wolf | 2015-08-12 | 1 | -0/+33 |
| | |||||
* | Use MEMID as name for $mem cell | Clifford Wolf | 2015-08-09 | 1 | -1/+6 |
| | |||||
* | Remove some very strange whitespace in btor.cc (by Larry Doolittle) | Clifford Wolf | 2015-08-05 | 1 | -7/+7 |
| | |||||
* | Bugfix in SMV back-end for partially unassigned wires | Clifford Wolf | 2015-08-05 | 1 | -4/+16 |
| | |||||
* | Added $assert support to SMV back-end | Clifford Wolf | 2015-08-04 | 1 | -4/+21 |
| | |||||
* | Improvements in BLIF back-end | Clifford Wolf | 2015-07-29 | 1 | -5/+84 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 13 | -114/+114 |
| | |||||
* | Added init support to SMV back-end | Clifford Wolf | 2015-06-19 | 1 | -1/+3 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-19 | 1 | -64/+115 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-19 | 1 | -13/+59 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-18 | 1 | -24/+94 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-17 | 1 | -11/+72 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-17 | 1 | -11/+64 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-16 | 1 | -3/+46 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-15 | 1 | -2/+95 |
| | |||||
* | Progress in SMV back-end | Clifford Wolf | 2015-06-15 | 1 | -7/+85 |
| | |||||
* | Added "write_smv" skeleton | Clifford Wolf | 2015-06-15 | 2 | -0/+261 |
| | |||||
* | Removed debug code from write_smt2 | Clifford Wolf | 2015-06-14 | 1 | -2/+0 |
| | |||||
* | Added write_smt2 -mem | Clifford Wolf | 2015-06-14 | 1 | -80/+157 |
| | |||||
* | Fixed cstr_buf for std::string with small string optimization | Clifford Wolf | 2015-06-11 | 2 | -2/+2 |
| | |||||
* | Improvements in cellaigs.cc and "json -aig" | Clifford Wolf | 2015-06-11 | 1 | -6/+63 |
| | |||||
* | AigMaker refactoring | Clifford Wolf | 2015-06-10 | 1 | -1/+1 |
| | |||||
* | Added "json -aig" | Clifford Wolf | 2015-06-10 | 1 | -9/+63 |
| | |||||
* | $mem cell in verilog backend : grouped writes by clock | luke whittlesey | 2015-06-08 | 1 | -54/+108 |
| | |||||
* | Bug fix in $mem verilog backend + changed tests/bram flow of make test. | luke whittlesey | 2015-06-04 | 1 | -14/+16 |
| | |||||
* | Improvements in BLIF front-end | Clifford Wolf | 2015-05-24 | 1 | -0/+1 |
| | |||||
* | Some fixes for $mem in verilog back-end | Clifford Wolf | 2015-05-20 | 1 | -19/+23 |
| | |||||
* | Merge pull request #63 from wluker/verilog-backend-mem | Clifford Wolf | 2015-05-11 | 1 | -1/+2 |
|\ | | | | | Fixed bug in $mem cell verilog code generation. | ||||
| * | Fixed bug in $mem cell verilog code generation. | luke whittlesey | 2015-05-11 | 1 | -11/+12 |
| | | |||||
* | | Disabled broken $mem support in verilog backend | Clifford Wolf | 2015-05-10 | 1 | -11/+11 |
|/ | |||||
* | Made changes recommended by Clifford Wolf ... | luke whittlesey | 2015-05-10 | 1 | -22/+11 |
| | | | | | | Removed bit_check_equal(), used RTLIL::SigBit for individual bits, used dict<> instead of std::map, and used RTLIL::SigSpec instead of std::vector. |