Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implemented basic real arithmetic | Clifford Wolf | 2014-06-14 | 3 | -6/+51 | |
| | ||||||
* | Added real->int convertion in ast genrtlil | Clifford Wolf | 2014-06-14 | 1 | -0/+12 | |
| | ||||||
* | Added Verilog lexer and parser support for real values | Clifford Wolf | 2014-06-13 | 4 | -3/+31 | |
| | ||||||
* | Added read_verilog -sv options, added support for bit, logic, | Clifford Wolf | 2014-06-12 | 7 | -8/+52 | |
| | | | | allways_ff, always_comb, and always_latch | |||||
* | Now we are in Yoys 0.3.0+ development | Clifford Wolf | 2014-06-08 | 2 | -1/+7 | |
| | ||||||
* | Tagging Yosys 0.3.0 | Clifford Wolf | 2014-06-08 | 2 | -3/+47 | |
| | ||||||
* | Updated ABC to 7600ffb9340c | Clifford Wolf | 2014-06-08 | 1 | -1/+1 | |
| | ||||||
* | added tests for new verilog features | Clifford Wolf | 2014-06-07 | 2 | -6/+37 | |
| | ||||||
* | fixed cell array handling of positional arguments | Clifford Wolf | 2014-06-07 | 1 | -2/+11 | |
| | ||||||
* | Add support for cell arrays | Clifford Wolf | 2014-06-07 | 6 | -1/+70 | |
| | ||||||
* | Added support for repeat stmt in const functions | Clifford Wolf | 2014-06-07 | 1 | -0/+19 | |
| | ||||||
* | further improved const function support | Clifford Wolf | 2014-06-07 | 3 | -17/+22 | |
| | ||||||
* | made the generate..endgenrate keywords optional | Clifford Wolf | 2014-06-06 | 1 | -4/+8 | |
| | ||||||
* | improved const function support | Clifford Wolf | 2014-06-06 | 3 | -5/+41 | |
| | ||||||
* | fix functions with no block (but single statement, loop, etc.) | Clifford Wolf | 2014-06-06 | 1 | -11/+4 | |
| | ||||||
* | Added tests/simple/repwhile.v | Clifford Wolf | 2014-06-06 | 1 | -0/+20 | |
| | ||||||
* | improved ast simplify of const functions | Clifford Wolf | 2014-06-06 | 1 | -7/+28 | |
| | ||||||
* | added while and repeat support to verilog parser | Clifford Wolf | 2014-06-06 | 4 | -1/+31 | |
| | ||||||
* | Improved error message for options after front-end filename arguments | Clifford Wolf | 2014-06-04 | 2 | -1/+5 | |
| | ||||||
* | added tee cmd | Clifford Wolf | 2014-06-03 | 2 | -0/+89 | |
| | ||||||
* | Fixed log messages in memory_dff | Clifford Wolf | 2014-06-01 | 1 | -0/+2 | |
| | ||||||
* | Updated ABC to rev fa4404b395f0 | Clifford Wolf | 2014-05-29 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #36 from hansiglaser/master | Clifford Wolf | 2014-05-29 | 4 | -8/+54 | |
|\ | | | | | Various changes merged | |||||
| * | added log_header to miter and expose pass, show cell type for exposed ports | Johann Glaser | 2014-05-28 | 2 | -3/+9 | |
| | | ||||||
| * | new flags -ignore_miss_func and -ignore_miss_dir for read_liberty | Johann Glaser | 2014-05-28 | 1 | -4/+40 | |
| | | ||||||
| * | be more verbose when techmap yielded processes | Johann Glaser | 2014-05-26 | 1 | -1/+5 | |
|/ | ||||||
* | Fixed bug in opt_reduce (see vloghammer issue_044) | Clifford Wolf | 2014-05-12 | 1 | -1/+4 | |
| | ||||||
* | fixed syntax error in dot file created by "show" command | Clifford Wolf | 2014-05-10 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2014-05-09 | 5 | -114/+87 | |
|\ | ||||||
| * | Progress in presentation | Clifford Wolf | 2014-05-06 | 1 | -8/+63 | |
| | | ||||||
| * | Improved ezsat stand-alone tests | Clifford Wolf | 2014-05-06 | 4 | -106/+24 | |
| | | ||||||
* | | Updated ABC to 67c84cdd49e4 | Clifford Wolf | 2014-05-09 | 1 | -1/+1 | |
|/ | ||||||
* | workaround for OpenBSD 'stdout' implementation | Clifford Wolf | 2014-05-03 | 1 | -1/+2 | |
| | ||||||
* | workaround for OpenBSD 'stdin' implementation | Clifford Wolf | 2014-05-02 | 1 | -1/+2 | |
| | ||||||
* | Merge pull request #35 from bentley/dox | Clifford Wolf | 2014-05-02 | 2 | -32/+32 | |
|\ | | | | | Typos and grammar fixes through chapter 4. | |||||
| * | Typos and grammar fixes through chapter 4. | Anthony J. Bentley | 2014-05-02 | 2 | -32/+32 | |
|/ | ||||||
* | Fixed clang -Wdeprecated-register warnings | Clifford Wolf | 2014-04-20 | 2 | -0/+12 | |
| | ||||||
* | Replaced depricated %name-prefix= bison directive | Clifford Wolf | 2014-04-20 | 2 | -2/+2 | |
| | ||||||
* | minisat compile fix | Clifford Wolf | 2014-04-20 | 3 | -2/+25 | |
| | ||||||
* | Updated README | Clifford Wolf | 2014-04-18 | 1 | -18/+11 | |
| | ||||||
* | Merge pull request #33 from bentley/dox | Clifford Wolf | 2014-04-11 | 3 | -21/+21 | |
|\ | | | | | Typos and grammar fixes through chapter 2. | |||||
| * | Typos and grammar fixes through chapter 2. | Anthony J. Bentley | 2014-04-11 | 3 | -21/+21 | |
|/ | ||||||
* | Merge pull request #31 from bentley/posix-rm | Clifford Wolf | 2014-04-05 | 3 | -6/+6 | |
|\ | | | | | Remove non-POSIX 'rm -v'. | |||||
| * | POSIX find requires a path argument. | Anthony J. Bentley | 2014-04-04 | 2 | -2/+2 | |
| | | ||||||
| * | Remove non-POSIX 'rm -v'. | Anthony J. Bentley | 2014-04-04 | 1 | -4/+4 | |
|/ | ||||||
* | Added SIMLIB_NOLUT to simlib.v | Clifford Wolf | 2014-04-02 | 1 | -0/+2 | |
| | ||||||
* | Added SIMLIB_NOSR to simlib.v | Clifford Wolf | 2014-04-02 | 1 | -0/+6 | |
| | ||||||
* | Added support for dlatchsr cells | Clifford Wolf | 2014-03-31 | 5 | -1/+207 | |
| | ||||||
* | Fixed mapping of Verific WIDE_DFFRS operator | Clifford Wolf | 2014-03-20 | 1 | -2/+2 | |
| | ||||||
* | Fixed mapping of Verific FADD primitive with unconnected outputs | Clifford Wolf | 2014-03-20 | 1 | -4/+5 | |
| |