aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast
Commit message (Expand)AuthorAgeFilesLines
* Do not the 'z' modifier in format string (another win32 fix)Clifford Wolf2014-10-111-2/+2
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-103-20/+20
* namespace YosysClifford Wolf2014-09-271-0/+8
* Another $clog2 bugfixClifford Wolf2014-09-081-0/+2
* Fixed $clog2 (off by one error)Clifford Wolf2014-09-061-2/+2
* Fixed assignment of out-of bounds array elementClifford Wolf2014-09-061-2/+26
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-061-1/+1
* Removed $bu0 cell typeClifford Wolf2014-09-041-5/+5
* Added emscripten (emcc) support to build system and some build fixesClifford Wolf2014-08-222-1/+17
* Archibald Rust and Clifford Wolf: ffi-based dpi_call()Clifford Wolf2014-08-221-6/+90
* Fixed small memory leak in ast simplifyClifford Wolf2014-08-211-3/+3
* Added support for DPI function with different names in C and VerilogClifford Wolf2014-08-211-4/+4
* Added AstNode::asInt()Clifford Wolf2014-08-213-2/+24
* Fixed memory leak in DPI function callsClifford Wolf2014-08-211-0/+4
* Added Verilog/AST support for DPI functions (dpi_call() still unimplemented)Clifford Wolf2014-08-216-2/+81
* Added support for global tasks and functionsClifford Wolf2014-08-211-12/+26
* Added "via_celltype" attribute on task/funcClifford Wolf2014-08-181-6/+69
* Added const folding of AST_CASE to AST simplifierClifford Wolf2014-08-183-1/+41
* Improved AST ProcessGenerator performanceClifford Wolf2014-08-171-3/+3
* Use stackmap<> in AST ProcessGeneratorClifford Wolf2014-08-173-24/+22
* AST ProcessGenerator: replaced subst_*_{from,to} with subst_*_mapClifford Wolf2014-08-161-41/+26
* Fixed bug in "read_verilog -ignore_redef"Clifford Wolf2014-08-151-1/+1
* Added RTLIL::SigSpec::to_sigbit_map()Clifford Wolf2014-08-141-11/+3
* Changed the AST genWidthRTLIL subst interface to use a std::mapClifford Wolf2014-08-143-21/+31
* Fixed handling of task outputsClifford Wolf2014-08-141-2/+4
* Added module->portsClifford Wolf2014-08-141-0/+1
* Added AST_MULTIRANGE (arrays with more than 1 dimension)Clifford Wolf2014-08-063-1/+62
* Improved scope resolution of local regs in Verilog+AST frontendClifford Wolf2014-08-052-7/+26
* Fixed AST handling of variables declared inside a functions main blockClifford Wolf2014-08-051-3/+3
* More bugfixes related to new RTLIL::IdStringClifford Wolf2014-08-021-7/+7
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-021-6/+6
* Preparations for RTLIL::IdString redesign: cleanup of existing codeClifford Wolf2014-08-022-3/+3
* Replaced sha1 implementationClifford Wolf2014-08-011-27/+2
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-311-22/+22
* 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-314-39/+55
* Added $shift and $shiftx cell types (needed for correct part select behavior)Clifford Wolf2014-07-291-5/+11
* Removed left over debug codeClifford Wolf2014-07-282-2/+0
* Fixed part selects of parametersClifford Wolf2014-07-282-7/+31
* Set results of out-of-bounds static bit/part select to undefClifford Wolf2014-07-281-5/+31
* Fixed RTLIL code generator for part select of parameterClifford Wolf2014-07-281-2/+2
* Fixed width detection for part selectsClifford Wolf2014-07-281-2/+2
* Added support for "upto" wires to Verilog front- and back-endClifford Wolf2014-07-284-13/+17
* Added wire->upto flag for signals such as "wire [0:7] x;"Clifford Wolf2014-07-281-0/+3
* Using log_assert() instead of assert()Clifford Wolf2014-07-283-31/+30
* Fixed signdness detection of expressions with bit- and part-selectsClifford Wolf2014-07-281-0/+1
* Added proper Design->addModule interfaceClifford Wolf2014-07-271-0/+1
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-271-5/+5
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-271-5/+5
* Changed a lot of code to the new RTLIL::Wire constructorsClifford Wolf2014-07-261-13/+9