aboutsummaryrefslogtreecommitdiffstats
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* Improved ternary support for real valuesClifford Wolf2014-06-161-13/+24
|
* Use undef (x/z vs. NaN) rules for real values from IEEE Std 1800-2012Clifford Wolf2014-06-162-0/+11
|
* Fixed parsing of TOK_INTEGER (implies TOK_SIGNED)Clifford Wolf2014-06-161-5/+11
|
* Added found_real feature to AstNode::detectSignWidthClifford Wolf2014-06-162-6/+11
|
* Improved AstNode::realAsConst for large numbersClifford Wolf2014-06-151-1/+1
|
* Improved parsing of large integer constantsClifford Wolf2014-06-151-11/+28
|
* Improved AstNode::asReal for large integersClifford Wolf2014-06-152-10/+13
|
* improved (fixed) conversion of real values to bit vectorsClifford Wolf2014-06-144-11/+30
|
* Fixed relational operators for const real expressionsClifford Wolf2014-06-141-8/+8
|
* Added support for math functionsClifford Wolf2014-06-141-0/+70
|
* Added handling of real-valued parameters/localparamsClifford Wolf2014-06-144-24/+62
|
* Implemented more real arithmeticClifford Wolf2014-06-141-27/+70
|
* Implemented basic real arithmeticClifford Wolf2014-06-143-6/+51
|
* Added real->int convertion in ast genrtlilClifford Wolf2014-06-141-0/+12
|
* Added Verilog lexer and parser support for real valuesClifford Wolf2014-06-134-3/+31
|
* Added read_verilog -sv options, added support for bit, logic,Clifford Wolf2014-06-124-3/+37
| | | | allways_ff, always_comb, and always_latch
* Add support for cell arraysClifford Wolf2014-06-074-0/+34
|
* Added support for repeat stmt in const functionsClifford Wolf2014-06-071-0/+19
|
* further improved const function supportClifford Wolf2014-06-073-17/+22
|
* made the generate..endgenrate keywords optionalClifford Wolf2014-06-061-4/+8
|
* improved const function supportClifford Wolf2014-06-063-5/+41
|
* fix functions with no block (but single statement, loop, etc.)Clifford Wolf2014-06-061-11/+4
|
* improved ast simplify of const functionsClifford Wolf2014-06-061-7/+28
|
* added while and repeat support to verilog parserClifford Wolf2014-06-064-1/+31
|
* Improved error message for options after front-end filename argumentsClifford Wolf2014-06-041-1/+1
|
* new flags -ignore_miss_func and -ignore_miss_dir for read_libertyJohann Glaser2014-05-281-4/+40
|
* Fixed clang -Wdeprecated-register warningsClifford Wolf2014-04-202-0/+12
|
* Replaced depricated %name-prefix= bison directiveClifford Wolf2014-04-202-2/+2
|
* Fixed mapping of Verific WIDE_DFFRS operatorClifford Wolf2014-03-201-2/+2
|
* Fixed mapping of Verific FADD primitive with unconnected outputsClifford Wolf2014-03-201-4/+5
|
* Progress in Verific bindingsClifford Wolf2014-03-171-8/+51
|
* Progress in Verific bindingsClifford Wolf2014-03-171-5/+50
|
* Progress in Verific bindingsClifford Wolf2014-03-171-0/+2
|
* Added support for memories to verific bindingsClifford Wolf2014-03-162-1/+86
|
* Use Verific Net::{IsGnd,IsPwr} API in Verific bindingsClifford Wolf2014-03-161-27/+11
|
* Progress in Verific bindingsClifford Wolf2014-03-151-39/+16
|
* Progress in Verific bindingsClifford Wolf2014-03-151-7/+15
|
* Progress in Verific bindingsClifford Wolf2014-03-151-31/+31
|
* Progress in Verific bindingsClifford Wolf2014-03-141-13/+38
|
* Progress in Verific bindingsClifford Wolf2014-03-141-222/+338
|
* Progress in Verific bindingsClifford Wolf2014-03-131-10/+65
|
* Copy Verific vdbs files to Yosys "share" data directoryClifford Wolf2014-03-132-8/+23
|
* Added test_navre.ys for verific frontendClifford Wolf2014-03-131-0/+17
|
* Merged OSX fixes from Siesh1oo with some modificationsClifford Wolf2014-03-131-0/+1
|
* Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosysClifford Wolf2014-03-111-4/+12
| | | | (see https://github.com/cliffordwolf/yosys/pull/28)
* Added support for `line compiler directiveClifford Wolf2014-03-111-0/+11
|
* Improved verific command (added support for some operators)Clifford Wolf2014-03-101-2/+160
|
* Improvements in verific commandClifford Wolf2014-03-101-59/+39
|
* Added "verific" commandClifford Wolf2014-03-092-0/+489
|
* Bugfix in ilang frontend autoidx recoveryClifford Wolf2014-03-071-2/+2
|