aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/ast.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Removed $predict againClifford Wolf2016-08-281-1/+0
* Minor improvements to AstNode::dumpAst() and AstNode::dumpVlog()Clifford Wolf2016-08-211-4/+15
* Added "read_verilog -dump_rtlil"Clifford Wolf2016-07-271-5/+16
* After reading the SV spec, using non-standard predict() instead of expect()Clifford Wolf2016-07-211-1/+1
* Added basic support for $expect cellsClifford Wolf2016-07-131-0/+1
* A few modifications after pull request commentsRuben Undheim2016-06-181-2/+2
* Added support for SystemVerilog packages with localparam definitionsRuben Undheim2016-06-181-0/+12
* Include <cmath> in yosys.hClifford Wolf2016-05-081-9/+0
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
* Fixed handling of parameters and const functions in casex/casez patternClifford Wolf2016-04-211-1/+10
* Fixed some visual studio warningsClifford Wolf2016-02-131-1/+1
* Fixed segfault in AstNode::asRealClifford Wolf2015-09-251-1/+1
* Fixed AstNode::mkconst_bits() segfault on zero-sized constantClifford Wolf2015-09-241-1/+1
* Another block of spelling fixesLarry Doolittle2015-08-141-4/+4
* Fixed trailing whitespacesClifford Wolf2015-07-021-3/+3
* Added non-std verilog assume() statementClifford Wolf2015-02-261-0/+1
* Added "read_verilog -nomeminit" and "nomeminit" attributeClifford Wolf2015-02-141-2/+6
* Creating $meminit cells in verilog front-endClifford Wolf2015-02-141-1/+2
* Added global yosys_celltypesClifford Wolf2014-12-291-1/+1
* dict/pool changes in astClifford Wolf2014-12-291-0/+4
* Changed more code to dict<> and pool<>Clifford Wolf2014-12-281-1/+1
* Added Yosys::{dict,nodict,vector} container typesClifford Wolf2014-12-261-1/+1
* Fixed constant "cond ? string1 : string2" with strings of different sizeClifford Wolf2014-10-251-0/+2
* minor indenting correctionsClifford Wolf2014-10-191-2/+2
* Builds on Mac 10.9.2 with LLVM 3.5.Parviz Palangpour2014-10-191-0/+5
* Do not the 'z' modifier in format string (another win32 fix)Clifford Wolf2014-10-111-2/+2
* Added emscripten (emcc) support to build system and some build fixesClifford Wolf2014-08-221-0/+4
* Added AstNode::asInt()Clifford Wolf2014-08-211-1/+22
* Added Verilog/AST support for DPI functions (dpi_call() still unimplemented)Clifford Wolf2014-08-211-0/+1
* Added support for global tasks and functionsClifford Wolf2014-08-211-12/+26
* Added const folding of AST_CASE to AST simplifierClifford Wolf2014-08-181-0/+8
* Use stackmap<> in AST ProcessGeneratorClifford Wolf2014-08-171-1/+1
* Fixed bug in "read_verilog -ignore_redef"Clifford Wolf2014-08-151-1/+1
* Changed the AST genWidthRTLIL subst interface to use a std::mapClifford Wolf2014-08-141-2/+1
* Added module->portsClifford Wolf2014-08-141-0/+1
* Added AST_MULTIRANGE (arrays with more than 1 dimension)Clifford Wolf2014-08-061-0/+7
* Preparations for RTLIL::IdString redesign: cleanup of existing codeClifford Wolf2014-08-021-2/+2
* Replaced sha1 implementationClifford Wolf2014-08-011-27/+2
* Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-311-5/+5
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-311-1/+5
* Added support for "upto" wires to Verilog front- and back-endClifford Wolf2014-07-281-1/+4
* Using log_assert() instead of assert()Clifford Wolf2014-07-281-2/+2
* Added proper Design->addModule interfaceClifford Wolf2014-07-271-0/+1
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-5/+5
* Use undef (x/z vs. NaN) rules for real values from IEEE Std 1800-2012Clifford Wolf2014-06-161-0/+2
* Improved AstNode::realAsConst for large numbersClifford Wolf2014-06-151-1/+1
* Improved AstNode::asReal for large integersClifford Wolf2014-06-151-9/+12
* improved (fixed) conversion of real values to bit vectorsClifford Wolf2014-06-141-0/+18
* Added handling of real-valued parameters/localparamsClifford Wolf2014-06-141-4/+9
* Implemented basic real arithmeticClifford Wolf2014-06-141-1/+30