summaryrefslogtreecommitdiff
path: root/kernel/rtlil.h
Commit message (Expand)AuthorAge
* Removed $bu0 cell typeClifford Wolf2014-09-04
* Using std::vector<RTLIL::State> instead of RTLIL::Const for RTLIL::SigChunk::...Clifford Wolf2014-09-01
* Added RTLIL::Const::size()Clifford Wolf2014-08-31
* Typo fixes in cell->*Param() APIClifford Wolf2014-08-31
* Added design->scratchpadClifford Wolf2014-08-30
* Added is_signed argument to SigSpec.as_int() and Const.as_int()Clifford Wolf2014-08-24
* Added emscripten (emcc) support to build system and some build fixesClifford Wolf2014-08-22
* Added mod->addGate() methods for new gate typesClifford Wolf2014-08-19
* Added module->uniquify()Clifford Wolf2014-08-16
* Renamed $_INV_ cell type to $_NOT_Clifford Wolf2014-08-15
* More idstring sort_by_* helpers and fixed tpl ordering in techmapClifford Wolf2014-08-15
* Added RTLIL::SigSpec::to_sigbit_map()Clifford Wolf2014-08-14
* Added sig.{replace,remove,extract} variants for std::{map,set} patternClifford Wolf2014-08-14
* Added module->portsClifford Wolf2014-08-14
* RIP $safe_pmuxClifford Wolf2014-08-14
* Fixed SigBit(RTLIL::Wire *wire) constructorClifford Wolf2014-08-12
* Added support for truncating of wires to wreduce passClifford Wolf2014-08-05
* Added RTLIL::IdString::in(...)Clifford Wolf2014-08-04
* Removed at() method from RTLIL::IdStringClifford Wolf2014-08-02
* No implicit conversion from IdString to anything elseClifford Wolf2014-08-02
* More bugfixes related to new RTLIL::IdStringClifford Wolf2014-08-02
* Limit size of log_signal buffer to 100 elementsClifford Wolf2014-08-02
* Improvements in new RTLIL::IdString implementationClifford Wolf2014-08-02
* Implemented new reference counting RTLIL::IdStringClifford Wolf2014-08-02
* Fixed memory corruption related to id2cstr()Clifford Wolf2014-08-02
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-02
* Preparations for RTLIL::IdString redesign: cleanup of existing codeClifford Wolf2014-08-02
* Added ModIndex helper class, some changes to RTLIL::MonitorClifford Wolf2014-08-01
* Packed SigBit::data and SigBit::offset in a unionClifford Wolf2014-08-01
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-31
* Added RTLIL::MonitorClifford Wolf2014-07-31
* Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-31
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-31
* Added techmap CONSTMAP featureClifford Wolf2014-07-30
* Added "kernel/yosys.h" and "kernel/yosys.cc"Clifford Wolf2014-07-30
* Added "techmap -map %{design-name}"Clifford Wolf2014-07-29
* Added $shift and $shiftx cell types (needed for correct part select behavior)Clifford Wolf2014-07-29
* Added wire->upto flag for signals such as "wire [0:7] x;"Clifford Wolf2014-07-28
* Using log_assert() instead of assert()Clifford Wolf2014-07-28
* Added std::initializer_list<> constructor to SigSpecClifford Wolf2014-07-28
* Added proper Design->addModule interfaceClifford Wolf2014-07-27
* Added RTLIL::SigSpecConstIteratorClifford Wolf2014-07-27
* Added RTLIL::Module::wire(id) and cell(id) lookup functionsClifford Wolf2014-07-27
* Added RTLIL::Design::modules()Clifford Wolf2014-07-27
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-27
* Added conversion from ObjRange to std::vector and std::setClifford Wolf2014-07-27
* Added RTLIL::ObjIterator and RTLIL::ObjRangeClifford Wolf2014-07-27
* Using std::move() in SigSpec move constructorClifford Wolf2014-07-27
* Added RTLIL::SigSpec move constructor and move assignment operatorClifford Wolf2014-07-27
* Mostly cosmetic changes to rtlil.hClifford Wolf2014-07-27