Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved yosys-smtbmc default -t/--assume-skipped for --cex and --aig | Clifford Wolf | 2016-12-03 | 1 | -2/+15 |
| | |||||
* | Updated ABV to hg rev 8b555d9e67cf | Clifford Wolf | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | Added examples/aiger/ | Clifford Wolf | 2016-12-01 | 4 | -0/+53 |
| | |||||
* | Added "yosys-smtbmc --aig" | Clifford Wolf | 2016-12-01 | 1 | -6/+127 |
| | |||||
* | Added support for partially initialized regs to smt2 back-end | Clifford Wolf | 2016-12-01 | 1 | -3/+15 |
| | |||||
* | Added "write_aiger -zinit -symbols -vmap" | Clifford Wolf | 2016-12-01 | 1 | -30/+139 |
| | |||||
* | Added "write_aiger" command | Clifford Wolf | 2016-11-30 | 2 | -0/+398 |
| | |||||
* | Added "design -reset-vlog" | Clifford Wolf | 2016-11-30 | 1 | -7/+32 |
| | |||||
* | Improved equiv_purge log output | Clifford Wolf | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | Bugfix in smt2 back-end for pure checker modules | Clifford Wolf | 2016-11-28 | 1 | -0/+4 |
| | |||||
* | Added support for macros as include file names | Clifford Wolf | 2016-11-28 | 1 | -0/+2 |
| | |||||
* | Bugfix in "read_verilog -D NAME=VAL" handling | Clifford Wolf | 2016-11-28 | 1 | -3/+3 |
| | |||||
* | Removed shebang line from smtio.py, fixes #279 | Clifford Wolf | 2016-11-27 | 1 | -1/+0 |
| | |||||
* | Added wire start_offset and upto handling BLIF back-end | Clifford Wolf | 2016-11-23 | 1 | -1/+1 |
| | |||||
* | Added wire start_offset and upto handling to splitnets cmd | Clifford Wolf | 2016-11-23 | 1 | -2/+8 |
| | |||||
* | Merge pull request #274 from oldtopman/lcurses | Clifford Wolf | 2016-11-22 | 1 | -0/+5 |
|\ | | | | | Added optional flag for linking curses with readline. | ||||
| * | Added optional flag for linking curses with readline. | oldtopman | 2016-11-21 | 1 | -0/+5 |
| | | |||||
* | | Added "yosys-smtbmc --append" | Clifford Wolf | 2016-11-22 | 1 | -2/+20 |
|/ | |||||
* | Merge pull request #272 from AlexDaniel/master | Clifford Wolf | 2016-11-19 | 1 | -63/+64 |
|\ | | | | | Markdownify README (№2) | ||||
| * | Keep lines under 80 characters | Aleks-Daniel Jakimenko-Aleksejev | 2016-11-19 | 1 | -10/+11 |
| | | | | | | | | | | Recent README changes added some characters to existing lines, which made them longer than 80 characters. This commit fixes that. | ||||
| * | Markdownify README even further | Aleks-Daniel Jakimenko-Aleksejev | 2016-11-19 | 1 | -60/+60 |
| | | |||||
* | | Improved ABC default scripts | Clifford Wolf | 2016-11-19 | 1 | -17/+34 |
| | | |||||
* | | Merge pull request #271 from azidar/bugfix-assign-wmask | Clifford Wolf | 2016-11-19 | 1 | -0/+1 |
|\ \ | |/ |/| | Bugfix: include assign to write-mask | ||||
| * | Bugfix: include assign to write-mask | Adam Izraelevitz | 2016-11-18 | 1 | -0/+1 |
|/ | |||||
* | More progress in FIRRTL back-end | Clifford Wolf | 2016-11-18 | 3 | -4/+121 |
| | |||||
* | Progress in FIRRTL back-end | Clifford Wolf | 2016-11-18 | 4 | -5/+55 |
| | |||||
* | Added first draft of FIRRTL back-end | Clifford Wolf | 2016-11-17 | 2 | -0/+353 |
| | |||||
* | Cleanups and fixed in write_verilog regarding reg init | Clifford Wolf | 2016-11-16 | 1 | -15/+61 |
| | |||||
* | Added support for hierarchical defparams | Clifford Wolf | 2016-11-15 | 5 | -17/+65 |
| | |||||
* | Remember global declarations and defines accross read_verilog calls | Clifford Wolf | 2016-11-15 | 6 | -8/+23 |
| | |||||
* | Merge pull request #268 from AlexDaniel/master | Clifford Wolf | 2016-11-13 | 1 | -34/+27 |
|\ | | | | | Markdownify README | ||||
| * | Markdownify README | Aleks-Daniel Jakimenko-Aleksejev | 2016-11-12 | 1 | -34/+27 |
|/ | | | | | This is the first commit in series. There are many other things that could be improved, this is just the first renderable version. | ||||
* | Minor bugfix in submod | Clifford Wolf | 2016-11-09 | 1 | -0/+1 |
| | |||||
* | Progress in examples/gowin/ | Clifford Wolf | 2016-11-08 | 5 | -21/+95 |
| | |||||
* | Indenting fixes in gowin sim cell lib | Clifford Wolf | 2016-11-08 | 1 | -20/+28 |
| | |||||
* | Bugfix in "setundef" pass | Clifford Wolf | 2016-11-08 | 1 | -2/+7 |
| | |||||
* | Added examples/gowin/ | Clifford Wolf | 2016-11-07 | 6 | -0/+57 |
| | |||||
* | Implemented "scc -set_attr" | Clifford Wolf | 2016-11-06 | 1 | -22/+32 |
| | |||||
* | Bugfix in "scc" command | Clifford Wolf | 2016-11-06 | 1 | -9/+11 |
| | |||||
* | Fixed anonymous genblock object names | Clifford Wolf | 2016-11-04 | 1 | -1/+1 |
| | |||||
* | Added hex constant support to write_verilog | Clifford Wolf | 2016-11-03 | 2 | -5/+63 |
| | |||||
* | We are now in 0.7+ development | Clifford Wolf | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | Yosys 0.7 | Clifford Wolf | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | Bugfix in "hierarchy -check" | Clifford Wolf | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | Updated command reference in manual | Clifford Wolf | 2016-11-02 | 1 | -100/+568 |
| | |||||
* | Changelog for Yosys 0.7 | Clifford Wolf | 2016-11-02 | 1 | -0/+99 |
| | |||||
* | Added support for fsm_encoding="user" | Clifford Wolf | 2016-11-02 | 1 | -3/+3 |
| | |||||
* | Added "fsm_expand -full" | Clifford Wolf | 2016-11-02 | 2 | -17/+35 |
| | |||||
* | Some fixes in handling of signed arrays | Clifford Wolf | 2016-11-01 | 2 | -0/+7 |
| | |||||
* | iCE40 flow is not experimental anymore | Clifford Wolf | 2016-11-01 | 1 | -1/+1 |
| |