aboutsummaryrefslogtreecommitdiffstats
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed gcc compiler warningClifford Wolf2014-03-061-1/+2
|
* Include id2ast pointers when dumping ASTClifford Wolf2014-03-051-0/+6
|
* Fixed merging of compatible wire decls in AST frontendClifford Wolf2014-03-051-1/+4
|
* Bugfix in recursive AST simplificationClifford Wolf2014-03-051-10/+22
|
* Fixed vhdl2verilog temp dir nameClifford Wolf2014-03-011-1/+1
|
* Fixed vhdl2verilog help messageClifford Wolf2014-03-011-3/+2
|
* Fixed bit-extending in $mux argument (use $bu0 instead of $pos)Clifford Wolf2014-02-261-5/+5
|
* Don't blow up constants unneccessarily in Verilog frontendClifford Wolf2014-02-241-1/+1
|
* Fixed bug in generation of undefs for $memwr MUXesClifford Wolf2014-02-221-4/+6
|
* Added vhdl2verilogClifford Wolf2014-02-212-0/+155
|
* Cleanups in handling of read_verilog -defer and -icellsClifford Wolf2014-02-201-6/+7
|
* Added Verilog support for "`default_nettype none"Clifford Wolf2014-02-178-8/+31
|
* Added a warning note about error reporting to read_verilog help messageClifford Wolf2014-02-161-0/+5
|
* Improved support for constant functionsClifford Wolf2014-02-161-1/+50
|
* Added ff and latch support to read_libertyClifford Wolf2014-02-151-40/+254
|
* Bugfix in expression parser of read_libertyClifford Wolf2014-02-151-2/+1
|
* Correctly convert constants to RTLIL (fixed undef handling)Clifford Wolf2014-02-151-11/+1
|
* Added liberty frontendClifford Wolf2014-02-152-0/+362
|
* Be more conservative with new const-function codeClifford Wolf2014-02-141-1/+5
|
* Added support for FOR loops in function calls in parametersClifford Wolf2014-02-143-0/+43
|
* Created basic support for function calls in parameter valuesClifford Wolf2014-02-144-49/+184
|
* Implemented read_verilog -deferClifford Wolf2014-02-133-59/+90
|