| Commit message (Expand) | Author | Age | Files | Lines |
* | changes in verilog frontend for new $mem/$memwr WR_EN interface | Clifford Wolf | 2014-07-16 | 2 | -7/+6 |
* | Added passing of various options to vhdl2verilog | Clifford Wolf | 2014-07-12 | 1 | -5/+36 |
* | Fixed processing of initial values for block-local variables | Clifford Wolf | 2014-07-11 | 1 | -0/+5 |
* | fixed parsing of constant with comment between size and value | Clifford Wolf | 2014-07-02 | 1 | -0/+7 |
* | Fixed handling of mixed real/int ternary expressions | Clifford Wolf | 2014-06-25 | 1 | -0/+16 |
* | More found_real-related fixes to AstNode::detectSignWidthWorker | Clifford Wolf | 2014-06-24 | 1 | -6/+6 |
* | fixed signdness detection for expressions with reals | Clifford Wolf | 2014-06-21 | 1 | -2/+8 |
* | Added AstNode::MEM2REG_FL_CMPLX_LHS | Clifford Wolf | 2014-06-17 | 2 | -0/+23 |
* | Improved handling of relational op of real values | Clifford Wolf | 2014-06-17 | 1 | -8/+9 |
* | Improved ternary support for real values | Clifford Wolf | 2014-06-16 | 1 | -13/+24 |
* | Use undef (x/z vs. NaN) rules for real values from IEEE Std 1800-2012 | Clifford Wolf | 2014-06-16 | 2 | -0/+11 |
* | Fixed parsing of TOK_INTEGER (implies TOK_SIGNED) | Clifford Wolf | 2014-06-16 | 1 | -5/+11 |
* | Added found_real feature to AstNode::detectSignWidth | Clifford Wolf | 2014-06-16 | 2 | -6/+11 |
* | Improved AstNode::realAsConst for large numbers | Clifford Wolf | 2014-06-15 | 1 | -1/+1 |
* | Improved parsing of large integer constants | Clifford Wolf | 2014-06-15 | 1 | -11/+28 |
* | Improved AstNode::asReal for large integers | Clifford Wolf | 2014-06-15 | 2 | -10/+13 |
* | improved (fixed) conversion of real values to bit vectors | Clifford Wolf | 2014-06-14 | 4 | -11/+30 |
* | Fixed relational operators for const real expressions | Clifford Wolf | 2014-06-14 | 1 | -8/+8 |
* | Added support for math functions | Clifford Wolf | 2014-06-14 | 1 | -0/+70 |
* | Added handling of real-valued parameters/localparams | Clifford Wolf | 2014-06-14 | 4 | -24/+62 |
* | Implemented more real arithmetic | Clifford Wolf | 2014-06-14 | 1 | -27/+70 |
* | 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 | 4 | -3/+37 |
* | Add support for cell arrays | Clifford Wolf | 2014-06-07 | 4 | -0/+34 |
* | 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 |
* | 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 | 1 | -1/+1 |
* | new flags -ignore_miss_func and -ignore_miss_dir for read_liberty | Johann Glaser | 2014-05-28 | 1 | -4/+40 |
* | 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 |
* | 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 |
* | Progress in Verific bindings | Clifford Wolf | 2014-03-17 | 1 | -8/+51 |
* | Progress in Verific bindings | Clifford Wolf | 2014-03-17 | 1 | -5/+50 |
* | Progress in Verific bindings | Clifford Wolf | 2014-03-17 | 1 | -0/+2 |
* | Added support for memories to verific bindings | Clifford Wolf | 2014-03-16 | 2 | -1/+86 |
* | Use Verific Net::{IsGnd,IsPwr} API in Verific bindings | Clifford Wolf | 2014-03-16 | 1 | -27/+11 |
* | Progress in Verific bindings | Clifford Wolf | 2014-03-15 | 1 | -39/+16 |
* | Progress in Verific bindings | Clifford Wolf | 2014-03-15 | 1 | -7/+15 |
* | Progress in Verific bindings | Clifford Wolf | 2014-03-15 | 1 | -31/+31 |
* | Progress in Verific bindings | Clifford Wolf | 2014-03-14 | 1 | -13/+38 |
* | Progress in Verific bindings | Clifford Wolf | 2014-03-14 | 1 | -222/+338 |
* | Progress in Verific bindings | Clifford Wolf | 2014-03-13 | 1 | -10/+65 |