aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Collapse)AuthorAgeFilesLines
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, ↵Clifford Wolf2014-07-224-7/+7
| | | | created interim RTLIL::SigSpec::chunks_rw()
* SigSpec refactoring: change RTLIL::SigSpec::size() to be read-onlyClifford Wolf2014-07-221-2/+1
|
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-226-93/+93
|
* SigSpec refactoring: renamed the SigSpec members to chunks_ and width_ and ↵Clifford Wolf2014-07-222-152/+158
| | | | added accessor functions
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-226-244/+247
|
* Added support for scripts with labelsClifford Wolf2014-07-211-11/+74
|
* Replaced depricated NEW_WIRE macro with module->addWire() callsClifford Wolf2014-07-211-3/+0
|
* Removed deprecated module->new_wire()Clifford Wolf2014-07-212-20/+11
|
* Bugfix in satgen for cells with wider in- than outputs.Clifford Wolf2014-07-211-1/+9
|
* Added module->remove(), module->addWire(), module->addCell(), cell->check()Clifford Wolf2014-07-212-8/+44
|
* Added log_ping()Clifford Wolf2014-07-211-0/+1
|
* Added call_on_selection() and call_on_module() APIClifford Wolf2014-07-202-6/+35
|
* Added std::set<RTLIL::SigBit> to RTLIL::SigSpec conversionClifford Wolf2014-07-202-3/+11
|
* Added SIZE() macroClifford Wolf2014-07-201-0/+2
|
* Added log_cell()Clifford Wolf2014-07-202-0/+17
|
* Fixed log_id() memory corruptionClifford Wolf2014-07-192-5/+10
|
* Added ModWalker helper classClifford Wolf2014-07-191-0/+298
|
* Some "const" cleanups in SigMapClifford Wolf2014-07-191-4/+4
|
* Added automatic conversion from RTLIL::SigSpec to std::vector<RTLIL::SigBit>Clifford Wolf2014-07-181-0/+1
|
* Added function-like cell creation helpersClifford Wolf2014-07-182-73/+158
|
* Added log_id() helper functionClifford Wolf2014-07-181-0/+8
|
* Fixed RTLIL::SigSpec::append_bit() for appending constantsClifford Wolf2014-07-171-2/+3
|
* Changed the $mem/$memwr WR_EN input to a per-data-bit enable signalClifford Wolf2014-07-161-2/+2
|
* Use "verilog -sv" to parse .sv filesClifford Wolf2014-07-111-0/+2
|
* Add support for cell arraysClifford Wolf2014-06-071-1/+2
|
* Improved error message for options after front-end filename argumentsClifford Wolf2014-06-041-0/+4
|
* workaround for OpenBSD 'stdout' implementationClifford Wolf2014-05-031-1/+2
|
* workaround for OpenBSD 'stdin' implementationClifford Wolf2014-05-021-1/+2
|
* Added support for dlatchsr cellsClifford Wolf2014-03-313-1/+71
|
* Fixed typo in RTLIL::Module::addAdff()Clifford Wolf2014-03-171-1/+1
|
* Fixed typo in RTLIL::Module::{addSshl,addSshr}Clifford Wolf2014-03-151-2/+2
|
* Added RTLIL::Module::add{Dff,Dffsr,Adff,Dlatch}Gate() APIClifford Wolf2014-03-152-1/+61
|
* Added log_dump() support for generic pointersClifford Wolf2014-03-141-0/+3
|
* Progress in Verific bindingsClifford Wolf2014-03-141-1/+1
|
* Added RTLIL::Module::Add{Inv,And,Or,Xor,Mux}Gate APIClifford Wolf2014-03-142-0/+48
|
* Hotfix for kernel/compatibility.hClifford Wolf2014-03-131-1/+2
|
* Merged OSX fixes from Siesh1oo with some modificationsClifford Wolf2014-03-135-2/+176
|
* - kernel/register.h, kernel/driver.cc: refactor ↵Siesh1oo2014-03-122-34/+39
| | | | | | | rewrite_yosys_exe()/get_share_file_name() to portable proc_self_dirname()/proc_share_dirname(). This refactoring improves robustness and allows OSX support with only 7 new lines of code, and easy extension for other systems. - passes/abc/abc.cc, passes/cmds/show.cc, passes/techmap/techmap.cc: use new, refactored semantics.
* Added libs/minisat (copy of minisat git master)Clifford Wolf2014-03-121-6/+1
|
* Merged a few fixes for non-posix systems from github.com/Siesh1oo/yosysClifford Wolf2014-03-113-0/+18
| | | | (see https://github.com/cliffordwolf/yosys/pull/28)
* Fixed a typo in RTLIL::Module::addReduce...Clifford Wolf2014-03-101-5/+5
|
* Added RTLIL::Module::add... helper methodsClifford Wolf2014-03-102-0/+293
|
* Fixed use of frozen literals in SatGenClifford Wolf2014-03-061-3/+2
|
* Strictly zero-extend unsigned A-inputs of shift operationsClifford Wolf2014-03-062-3/+3
|
* Fixed const folding of $bu0 cellsClifford Wolf2014-02-271-1/+1
|
* Added support for $bu0 to SatGenClifford Wolf2014-02-261-4/+4
|
* Added support for Minisat::SimpSolver + ezSAT frezze() APIClifford Wolf2014-02-231-0/+1
|
* Fixed small memory leak in Pass::call()Clifford Wolf2014-02-231-1/+4
|
* Added "design -push" and "design -pop"Clifford Wolf2014-02-201-0/+4
|
* Improved checking of internal cell conventionsClifford Wolf2014-02-081-8/+17
|