aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-312-0/+103
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-3111-597/+653
* Added "yosys -A"Clifford Wolf2014-07-311-1/+10
* Added "yosys -Q"Clifford Wolf2014-07-311-26/+35
* Added techmap CONSTMAP featureClifford Wolf2014-07-301-0/+3
* Added write_file commandClifford Wolf2014-07-302-5/+7
* Using native ezSAT shift ops in satgen, fixed $shift and $shiftx SAT modelsClifford Wolf2014-07-301-36/+39
* Added "log_dump_val_worker(char *v)"Clifford Wolf2014-07-301-0/+1
* Added "kernel/yosys.h" and "kernel/yosys.cc"Clifford Wolf2014-07-307-60/+132
* Added "test_cell" commandClifford Wolf2014-07-291-1/+1
* Renamed "write_autotest" to "test_autotb" and moved to passes/tests/Clifford Wolf2014-07-291-1/+3
* Added "techmap -map %{design-name}"Clifford Wolf2014-07-292-0/+10
* Added $shift and $shiftx cell types (needed for correct part select behavior)Clifford Wolf2014-07-295-19/+75
* Added wire->upto flag for signals such as "wire [0:7] x;"Clifford Wolf2014-07-282-1/+3
* Using log_assert() instead of assert()Clifford Wolf2014-07-2812-144/+157
* Added std::initializer_list<> constructor to SigSpecClifford Wolf2014-07-282-0/+15
* Added cover() to all SigSpec constructorsClifford Wolf2014-07-281-0/+22
* Added proper Design->addModule interfaceClifford Wolf2014-07-272-4/+42
* Added topological sorting to techmapClifford Wolf2014-07-271-1/+2
* Added SigPool::check(bit)Clifford Wolf2014-07-271-0/+5
* Small improvements in PerformanceTimer APIClifford Wolf2014-07-271-6/+7
* Improved performance of opt_const on large modulesClifford Wolf2014-07-271-0/+103
* Added RTLIL::SigSpec::remove_const() handling of packed SigSpecsClifford Wolf2014-07-271-9/+26
* Added RTLIL::SigSpecConstIteratorClifford Wolf2014-07-271-0/+18
* Added log_cmd_error_expectionClifford Wolf2014-07-273-4/+6
* Added RTLIL::Module::wire(id) and cell(id) lookup functionsClifford Wolf2014-07-272-2/+20
* Added RTLIL::Design::modules()Clifford Wolf2014-07-271-0/+3
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-274-20/+20
* Added conversion from ObjRange to std::vector and std::setClifford Wolf2014-07-271-0/+15
* Added RTLIL::ObjIterator and RTLIL::ObjRangeClifford Wolf2014-07-272-7/+111
* Using std::move() in SigSpec move constructorClifford Wolf2014-07-271-4/+4
* Added RTLIL::SigSpec move constructor and move assignment operatorClifford Wolf2014-07-271-0/+15
* Mostly cosmetic changes to rtlil.hClifford Wolf2014-07-271-17/+57
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-275-17/+17
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-275-27/+27
* Changed more code to the new RTLIL::Wire constructorsClifford Wolf2014-07-262-7/+23
* Changed a lot of code to the new RTLIL::Wire constructorsClifford Wolf2014-07-262-0/+43
* Added support for here documentsClifford Wolf2014-07-263-18/+63
* Added RTLIL::Cell::has(portname)Clifford Wolf2014-07-263-8/+14
* Manual fixes for new cell connections APIClifford Wolf2014-07-261-11/+11
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-265-179/+179
* Added some missing "const" in rtlil.hClifford Wolf2014-07-262-9/+9
* Added RTLIL::Module::connections()Clifford Wolf2014-07-262-0/+6
* Added RTLIL::Module::connect(const RTLIL::SigSig&)Clifford Wolf2014-07-262-0/+6
* Automatically pack SigSpec on copy/assignClifford Wolf2014-07-262-17/+63
* Added new RTLIL::Cell port access methodsClifford Wolf2014-07-262-0/+71
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-266-190/+211
* Added copy-constructor-like module->addCell(name, other) methodClifford Wolf2014-07-262-8/+12
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-252-4/+54
* Added RTLIL::SigSpec is_chunk()/as_chunk() APIClifford Wolf2014-07-252-0/+20