aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/genrtlil.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Removed $aconst cell typeClifford Wolf2016-08-301-3/+3
* Removed $predict againClifford Wolf2016-08-281-2/+0
* Another bugfix in mem2reg codeClifford Wolf2016-08-211-0/+2
* Optimize memory address port width in wreduce and memory_collect, not verilog...Clifford Wolf2016-08-191-4/+8
* Only allow posedge/negedge with 1 bit wide signalsClifford Wolf2016-08-101-0/+2
* Added $anyconst and $aconstClifford Wolf2016-07-271-0/+45
* After reading the SV spec, using non-standard predict() instead of expect()Clifford Wolf2016-07-211-2/+2
* Added basic support for $expect cellsClifford Wolf2016-07-131-2/+7
* Added support for SystemVerilog packages with localparam definitionsRuben Undheim2016-06-181-0/+1
* Fixed procedural assignments to non-unique lvalues, e.g. {y,y} = {a,b}Clifford Wolf2016-05-271-0/+11
* fixed typos in error messagesClifford Wolf2016-05-271-3/+3
* Fixed handling of parameters and const functions in casex/casez patternClifford Wolf2016-04-211-2/+4
* Fixed some visual studio warningsClifford Wolf2016-02-131-1/+1
* genrtlil: avoid converting SigSpec to set<SigBit> when going through removeSi...Rick Altherr2016-01-311-3/+3
* Fixed handling of parameters and localparams in functionsClifford Wolf2015-11-111-0/+5
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-251-20/+20
* Added read-enable to memory modelClifford Wolf2015-09-251-0/+1
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-141-7/+7
* Added WORDS parameter to $meminitClifford Wolf2015-07-311-1/+9
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
* Const-fold parameter defs on-demand in AstNode::detectSignWidthWorker()Clifford Wolf2015-03-011-2/+4
* Added non-std verilog assume() statementClifford Wolf2015-02-261-4/+7
* Convert floating point cell parameters to stringsClifford Wolf2015-02-181-9/+12
* Various fixes for memories with offsetsClifford Wolf2015-02-141-6/+4
* Creating $meminit cells in verilog front-endClifford Wolf2015-02-141-6/+9
* Ignore explicit assignments to constants in HDL codeClifford Wolf2015-02-081-0/+14
* Fixed a bug with autowire bit sizeClifford Wolf2015-02-081-9/+3
* Fixed memory->start_offset handlingClifford Wolf2015-01-011-6/+7
* Changed more code to dict<> and pool<>Clifford Wolf2014-12-281-3/+3
* Renamed extend() to extend_xx(), changed most users to extend_u0()Clifford Wolf2014-12-241-1/+1
* Added log_warning() APIClifford Wolf2014-11-091-6/+6
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-8/+8
* Fixed assignment of out-of bounds array elementClifford Wolf2014-09-061-2/+26
* Removed $bu0 cell typeClifford Wolf2014-09-041-5/+5
* Added Verilog/AST support for DPI functions (dpi_call() still unimplemented)Clifford Wolf2014-08-211-0/+1
* Improved AST ProcessGenerator performanceClifford Wolf2014-08-171-3/+3
* Use stackmap<> in AST ProcessGeneratorClifford Wolf2014-08-171-21/+19
* AST ProcessGenerator: replaced subst_*_{from,to} with subst_*_mapClifford Wolf2014-08-161-41/+26
* 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-141-17/+27
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-021-6/+6
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-311-22/+22
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-311-10/+14
* 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-281-1/+0
* Fixed part selects of parametersClifford Wolf2014-07-281-5/+10
* 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-281-11/+8