Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: require \B_SIGNED=0 on $shl, $sshl, $shr, $sshr. | whitequark | 2019-12-04 | 1 | -3/+21 |
| | | | | | | | Before this commit, these cells would accept any \B_SIGNED and in case of \B_SIGNED=1, would still treat the \B input as unsigned. Also fix the Verilog frontend to never emit such constructs. | ||||
* | Fix for SigSpec() == SigSpec(State::Sx, 0) to be true again | Eddie Hung | 2019-10-04 | 1 | -0/+6 |
| | |||||
* | Add Const::{begin,end,empty}() | Eddie Hung | 2019-10-04 | 1 | -0/+3 |
| | |||||
* | log_dump() to support State enum | Eddie Hung | 2019-10-02 | 3 | -0/+6 |
| | |||||
* | Fix typo | Eddie Hung | 2019-09-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1416 from YosysHQ/mmicko/frontend_binary_in | Miodrag Milanović | 2019-09-30 | 2 | -3/+3 |
|\ | | | | | Open aig frontend as binary file | ||||
| * | Open aig frontend as binary file | Miodrag Milanovic | 2019-09-29 | 2 | -3/+3 |
| | | |||||
* | | Merge pull request #1414 from hzeller/improve-replace-with-empty-map | Eddie Hung | 2019-09-29 | 1 | -0/+2 |
|\ \ | |/ |/| | Avoid work in replace() if rules empty. | ||||
| * | Avoid work in replace() if rules empty. | Henner Zeller | 2019-09-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | | This speeds up processing when number of bits are large but there is actually nothing to replace. Adresses part of #1382. Signed-off-by: Henner Zeller <h.zeller@acm.org> | ||||
* | | Support binary files for backends, fixes #1407 | Miodrag Milanovic | 2019-09-28 | 2 | -3/+3 |
|/ | |||||
* | Make read/write gzip files on macos works, fixes #1357 | Miodrag Milanovic | 2019-09-26 | 1 | -3/+11 |
| | |||||
* | Spacing | Eddie Hung | 2019-09-13 | 1 | -1/+1 |
| | |||||
* | Use template specialisation | Eddie Hung | 2019-09-13 | 1 | -2/+9 |
| | |||||
* | Revert "SigSet<Cell*> to use stable compare class" | Eddie Hung | 2019-09-13 | 1 | -1/+1 |
| | | | | This reverts commit 4ea34aaacdf6f76e11a83d5eb2a53ba7e75f7c11. | ||||
* | Grammar | Eddie Hung | 2019-09-12 | 1 | -1/+1 |
| | |||||
* | static_assert to enforce this going forward | Eddie Hung | 2019-09-12 | 1 | -0/+2 |
| | |||||
* | SigSet<Cell*> to use stable compare class | Eddie Hung | 2019-09-12 | 1 | -1/+1 |
| | |||||
* | Bump year in copyright notice | Clifford Wolf | 2019-08-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge pull request #1283 from YosysHQ/clifford/fix1255 | Clifford Wolf | 2019-08-17 | 1 | -1/+1 |
|\ | | | | | Fix various NDEBUG compiler warnings | ||||
| * | Merge branch 'master' into clifford/fix1255 | Clifford Wolf | 2019-08-15 | 11 | -1207/+1271 |
| |\ | |||||
| * | | Fix various NDEBUG compiler warnings, closes #1255 | Clifford Wolf | 2019-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Move namespace alias | Eddie Hung | 2019-08-16 | 1 | -2/+1 |
| | | | |||||
* | | | Try this for gcc-4.8? | Eddie Hung | 2019-08-15 | 1 | -1/+1 |
| | | | |||||
* | | | Fix spacing | Eddie Hung | 2019-08-15 | 1 | -1/+1 |
| | | | |||||
* | | | Use more ID::{A,B,Y,blackbox,whitebox} | Eddie Hung | 2019-08-15 | 8 | -286/+288 |
| | | | |||||
* | | | More use of IdString::in() | Eddie Hung | 2019-08-15 | 1 | -26/+25 |
| |/ |/| | |||||
* | | Add YOSYS_NO_IDS_REFCNT configuration macro | Clifford Wolf | 2019-08-11 | 2 | -2/+25 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Use ID() in kernel/*, add simple ID:: hack (to be improved upon later) | Clifford Wolf | 2019-08-11 | 10 | -1160/+1182 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | More improvements and cleanups in IdString subsystem | Clifford Wolf | 2019-08-11 | 3 | -43/+54 |
| | | | | | | | | | | | | | | | | | | - better use of "inline" keyword - deprecate "sticky" IDs feature - improve handling of empty ID - add move constructor Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Improve API of ID() macro | Clifford Wolf | 2019-08-11 | 1 | -2/+10 |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Merge pull request #1258 from YosysHQ/eddie/cleanup | Clifford Wolf | 2019-08-10 | 8 | -86/+90 |
|\ | | | | | Cleanup a few barnacles across codebase | ||||
| * | substr() -> compare() | Eddie Hung | 2019-08-07 | 2 | -32/+32 |
| | | |||||
| * | RTLIL::S{0,1} -> State::S{0,1} for headers | Eddie Hung | 2019-08-07 | 5 | -40/+40 |
| | | |||||
| * | RTLIL::S{0,1} -> State::S{0,1} | Eddie Hung | 2019-08-07 | 1 | -6/+6 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into eddie/cleanup | Eddie Hung | 2019-08-07 | 5 | -80/+96 |
| |\ | |||||
| * | | stoi -> atoi | Eddie Hung | 2019-08-07 | 1 | -3/+3 |
| | | | |||||
| * | | Fix typos | Eddie Hung | 2019-08-06 | 2 | -4/+4 |
| | | | |||||
| * | | Use std::stoi instead of atoi(<str>.c_str()) | Eddie Hung | 2019-08-06 | 1 | -3/+3 |
| | | | |||||
| * | | Use IdString::begins_with() | Eddie Hung | 2019-08-06 | 2 | -7/+11 |
| | | | |||||
| * | | Make liberal use of IdString.in() | Eddie Hung | 2019-08-06 | 1 | -1/+1 |
| | | | |||||
* | | | Automatically prune init attributes in verific front-end, fixes #1237 | Clifford Wolf | 2019-08-07 | 1 | -5/+14 |
| |/ |/| | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Merge pull request #1213 from YosysHQ/eddie/wreduce_add | Clifford Wolf | 2019-08-07 | 1 | -0/+2 |
|\ \ | | | | | | | wreduce/opt_expr: improve width reduction for $add and $sub cells | ||||
| * | | Add SigSpec::extract_end() convenience function | Eddie Hung | 2019-08-06 | 1 | -0/+1 |
| | | | |||||
| * | | Restore original SigSpec::extract() | Eddie Hung | 2019-08-06 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into eddie/wreduce_add | Eddie Hung | 2019-08-06 | 10 | -28/+184 |
| |\| | |||||
| * | | Add an SigSpec::at(offset, defval) convenience method | Eddie Hung | 2019-07-19 | 1 | -0/+1 |
| | | | |||||
| * | | SigSpec::extract to take negative lengths | Eddie Hung | 2019-07-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1253 from YosysHQ/clifford/check | Clifford Wolf | 2019-08-07 | 3 | -9/+17 |
|\ \ \ | | | | | | | | | Be less aggressive with running design->check() | ||||
| * | | | Be less aggressive with running design->check() | Clifford Wolf | 2019-08-06 | 3 | -9/+17 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | | Tweak default gate costs, cleanup "stat -tech cmos" | Clifford Wolf | 2019-08-07 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> |