aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* More use of IdString::in()Eddie Hung2019-08-151-26/+25
* Add YOSYS_NO_IDS_REFCNT configuration macroClifford Wolf2019-08-112-2/+25
* Use ID() in kernel/*, add simple ID:: hack (to be improved upon later)Clifford Wolf2019-08-1110-1160/+1182
* More improvements and cleanups in IdString subsystemClifford Wolf2019-08-113-43/+54
* Improve API of ID() macroClifford Wolf2019-08-111-2/+10
* Merge pull request #1258 from YosysHQ/eddie/cleanupClifford Wolf2019-08-108-86/+90
|\
| * substr() -> compare()Eddie Hung2019-08-072-32/+32
| * RTLIL::S{0,1} -> State::S{0,1} for headersEddie Hung2019-08-075-40/+40
| * RTLIL::S{0,1} -> State::S{0,1}Eddie Hung2019-08-071-6/+6
| * Merge remote-tracking branch 'origin/master' into eddie/cleanupEddie Hung2019-08-075-80/+96
| |\
| * | stoi -> atoiEddie Hung2019-08-071-3/+3
| * | Fix typosEddie Hung2019-08-062-4/+4
| * | Use std::stoi instead of atoi(<str>.c_str())Eddie Hung2019-08-061-3/+3
| * | Use IdString::begins_with()Eddie Hung2019-08-062-7/+11
| * | Make liberal use of IdString.in()Eddie Hung2019-08-061-1/+1
* | | Automatically prune init attributes in verific front-end, fixes #1237Clifford Wolf2019-08-071-5/+14
| |/ |/|
* | Merge pull request #1213 from YosysHQ/eddie/wreduce_addClifford Wolf2019-08-071-0/+2
|\ \
| * | Add SigSpec::extract_end() convenience functionEddie Hung2019-08-061-0/+1
| * | Restore original SigSpec::extract()Eddie Hung2019-08-061-1/+1
| * | Merge remote-tracking branch 'origin/master' into eddie/wreduce_addEddie Hung2019-08-0610-28/+184
| |\|
| * | Add an SigSpec::at(offset, defval) convenience methodEddie Hung2019-07-191-0/+1
| * | SigSpec::extract to take negative lengthsEddie Hung2019-07-191-1/+1
* | | Merge pull request #1253 from YosysHQ/clifford/checkClifford Wolf2019-08-073-9/+17
|\ \ \
| * | | Be less aggressive with running design->check()Clifford Wolf2019-08-063-9/+17
* | | | Tweak default gate costs, cleanup "stat -tech cmos"Clifford Wolf2019-08-071-4/+4
* | | | Redesign of cell cost APIClifford Wolf2019-08-071-71/+77
| |_|/ |/| |
* | | Add support for writing gzip-compressed filesDavid Shah2019-08-061-7/+60
|/ /
* | Add $_NMUX_, add "abc -g cmos", add proper cmos cell costsClifford Wolf2019-08-067-9/+46
* | New mxe hacks needed to support 2ca237eMiodrag Milanovic2019-08-011-0/+4
* | Fix case when file does not existMiodrag Milanovic2019-07-291-19/+21
* | Merge pull request #1226 from YosysHQ/dave/gzipDavid Shah2019-07-272-9/+52
|\ \
| * | Fix frontend auto-detection for gzipped inputDavid Shah2019-07-261-9/+12
| * | Add support for reading gzip'd input filesDavid Shah2019-07-261-0/+40
| |/
* | replaced std::iterator with using statementsJakob Wenzel2019-07-251-6/+6
* | made ObjectIterator extend std::iteratorJakob Wenzel2019-07-242-2/+19
|/
* Revert "Add log_checkpoint function and use it in opt_muxtree"Eddie Hung2019-07-152-8/+0
* Redesign log_id_cache so that it doesn't keep IdString instances referenced, ...Clifford Wolf2019-07-151-6/+13
* Add log_checkpoint function and use it in opt_muxtreeClifford Wolf2019-07-152-0/+8
* Merge pull request #1162 from whitequark/rtlil-case-attrsClifford Wolf2019-07-091-1/+1
|\
| * Allow attributes on individual switch cases in RTLIL.whitequark2019-07-081-1/+1
* | Clarify script -scriptwire docEddie Hung2019-07-081-0/+4
|/
* Use Pass::call_on_module() as per @cliffordwolf commentsEddie Hung2019-07-021-1/+1
* script -select -> script -scriptwireEddie Hung2019-07-021-5/+5
* Support ability for "script -select" to take commands from wiresEddie Hung2019-06-281-8/+39
* Merge pull request #1098 from YosysHQ/xaigEddie Hung2019-06-281-0/+12
|\
| * Undo iterator based Module::remove() for cells, as containers will notEddie Hung2019-06-272-11/+2
| * Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-06-211-0/+1
| |\
| * \ Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-06-202-1/+32
| |\ \
| * | | Fix leak removing cells during ABC integration; also preserve attrEddie Hung2019-06-172-2/+11
| * | | Further cleanup based on @daveshah1Eddie Hung2019-06-141-0/+6