aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xc7dsp' of github.com:YosysHQ/yosys into xc7dspEddie Hung2019-08-301-1/+1
|\
| * Merge branch 'master' into xc7dspDavid Shah2019-08-3012-1209/+1273
| |\
| | * Bump year in copyright noticeClifford Wolf2019-08-221-1/+1
| |/ |/|
| * Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-08-128-91/+104
| |\
| * \ Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-08-0711-74/+177
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-08-014-12/+74
| |\ \ \
| * | | | Helper: SigSpec::operator[] to accept negative indicesEddie Hung2019-07-311-2/+2
| * | | | SigSpec::extract() to return as many bits as poss if out of boundsEddie Hung2019-07-221-1/+7
| * | | | Merge remote-tracking branch 'origin/eddie/wreduce_add' into ice40dspEddie Hung2019-07-191-0/+1
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into ice40dspEddie Hung2019-07-181-5/+12
| |\ \ \ \ \
| * | | | | | SigSpec::remove_const() to return SigSpec&Eddie Hung2019-07-172-2/+3
| * | | | | | SigSpec::extract to allow negative lengthEddie Hung2019-07-161-1/+1
| * | | | | | SigSpec::extend_u0() to return *thisEddie Hung2019-07-152-2/+3
* | | | | | | Merge pull request #1283 from YosysHQ/clifford/fix1255Clifford Wolf2019-08-171-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into clifford/fix1255Clifford Wolf2019-08-1511-1207/+1271
| |\ \ \ \ \ \ \
| * | | | | | | | Fix various NDEBUG compiler warnings, closes #1255Clifford Wolf2019-08-131-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Move namespace aliasEddie Hung2019-08-161-2/+1
* | | | | | | | Try this for gcc-4.8?Eddie Hung2019-08-151-1/+1
* | | | | | | | Fix spacingEddie Hung2019-08-151-1/+1
* | | | | | | | Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-158-286/+288
* | | | | | | | 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