| Commit message (Expand) | Author | Age | Files | Lines |
* | Add RTLIL::constpad, init by yosys_setup(); use for abc9 | Eddie Hung | 2020-01-08 | 1 | -0/+1 |
* | Always create $shl, $shr, $sshl, $sshr cells with unsigned B inputs | Clifford Wolf | 2020-01-02 | 1 | -4/+25 |
* | kernel: require \B_SIGNED=0 on $shl, $sshl, $shr, $sshr. | whitequark | 2019-12-04 | 1 | -3/+21 |
* | Fix for SigSpec() == SigSpec(State::Sx, 0) to be true again | Eddie Hung | 2019-10-04 | 1 | -0/+6 |
* | Fix typo | Eddie Hung | 2019-09-30 | 1 | -1/+1 |
* | Avoid work in replace() if rules empty. | Henner Zeller | 2019-09-29 | 1 | -0/+2 |
* | Use more ID::{A,B,Y,blackbox,whitebox} | Eddie Hung | 2019-08-15 | 1 | -96/+96 |
* | Add YOSYS_NO_IDS_REFCNT configuration macro | Clifford Wolf | 2019-08-11 | 1 | -1/+3 |
* | Use ID() in kernel/*, add simple ID:: hack (to be improved upon later) | Clifford Wolf | 2019-08-11 | 1 | -578/+585 |
* | More improvements and cleanups in IdString subsystem | Clifford Wolf | 2019-08-11 | 1 | -0/+2 |
* | RTLIL::S{0,1} -> State::S{0,1} | Eddie Hung | 2019-08-07 | 1 | -6/+6 |
* | stoi -> atoi | Eddie Hung | 2019-08-07 | 1 | -3/+3 |
* | Fix typos | Eddie Hung | 2019-08-06 | 1 | -2/+2 |
* | 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 | 1 | -4/+4 |
* | Make liberal use of IdString.in() | Eddie Hung | 2019-08-06 | 1 | -1/+1 |
* | Add $_NMUX_, add "abc -g cmos", add proper cmos cell costs | Clifford Wolf | 2019-08-06 | 1 | -0/+2 |
* | In RTLIL::Module::check(), check process invariants. | whitequark | 2019-06-19 | 1 | -1/+28 |
* | Add rewrite_sigspecs2, Improve remove() wires | Clifford Wolf | 2019-05-15 | 1 | -7/+22 |
* | Minor optimization to get_attribute_bool | Matthew Daiter | 2019-05-07 | 1 | -4/+8 |
* | Merge remote-tracking branch 'origin/master' into clifford/specify | Eddie Hung | 2019-05-03 | 1 | -1/+1 |
|\ |
|
| * | Fix performance bug in RTLIL::SigSpec::operator==(), fixes #970 | Clifford Wolf | 2019-04-30 | 1 | -1/+1 |
* | | Improve $specrule interface | Clifford Wolf | 2019-04-23 | 1 | -2/+2 |
* | | Improve $specrule interface | Clifford Wolf | 2019-04-23 | 1 | -1/+2 |
* | | Add $specrule cells for $setup/$hold/$skew specify rules | Clifford Wolf | 2019-04-23 | 1 | -0/+15 |
* | | Rename T_{RISE,FALL}_AVG to T_{RISE,FALL}_TYP to better match verilog std nom... | Clifford Wolf | 2019-04-23 | 1 | -2/+2 |
* | | Add InternalCellChecker support for $specify2 and $specify3 | Clifford Wolf | 2019-04-23 | 1 | -7/+21 |
* | | Add specify parser | Clifford Wolf | 2019-04-23 | 1 | -0/+10 |
|/ |
|
* | Merge pull request #905 from christian-krieg/feature/python_bindings | Clifford Wolf | 2019-04-22 | 1 | -1/+97 |
|\ |
|
| * | Global lists in rtlil.cc are now static objects | Benedikt Tutzer | 2019-04-03 | 1 | -10/+10 |
| * | Merge remote-tracking branch 'origin/master' into feature/python_bindings | Benedikt Tutzer | 2019-03-28 | 1 | -3/+31 |
| |\ |
|
| * | | added some checks if python is enabled to make sure everything compiles if py... | Benedikt Tutzer | 2018-08-20 | 1 | -4/+2 |
| * | | Added Wrappers for: | Benedikt Tutzer | 2018-08-13 | 1 | -1/+31 |
| * | | added destructors for wires and cells | Benedikt Tutzer | 2018-07-10 | 1 | -0/+14 |
| * | | removed debug output | Benedikt Tutzer | 2018-07-09 | 1 | -1/+0 |
| * | | multiple designs can now exist independent from each other. Cells/Wires/Modul... | Benedikt Tutzer | 2018-07-09 | 1 | -0/+55 |
* | | | Add "wbflip" command | Clifford Wolf | 2019-04-20 | 1 | -2/+5 |
* | | | Add "whitebox" attribute, add "read_verilog -wb" | Clifford Wolf | 2019-04-18 | 1 | -3/+3 |
* | | | Add "read_ilang -lib" | Clifford Wolf | 2019-04-05 | 1 | -0/+24 |
| |/
|/| |
|
* | | Add RTLIL::Const::ext[su](), fix RTLIL::SigSpec::extend_u0 for 0-size signals | Clifford Wolf | 2019-03-23 | 1 | -1/+1 |
* | | Add fmcombine pass | Clifford Wolf | 2019-03-15 | 1 | -2/+2 |
* | | Improve determinism of IdString DB for similar scripts | Clifford Wolf | 2019-03-11 | 1 | -0/+2 |
* | | Add FF support to wreduce | Clifford Wolf | 2019-02-20 | 1 | -0/+3 |
* | | proc_clean: remove any empty cases if all cases use all-def compare. | whitequark | 2018-12-23 | 1 | -0/+10 |
* | | Documentation improvements etc. | Ruben Undheim | 2018-10-13 | 1 | -3/+1 |
* | | Support for 'modports' for System Verilog interfaces | Ruben Undheim | 2018-10-12 | 1 | -1/+1 |
* | | Synthesis support for SystemVerilog interfaces | Ruben Undheim | 2018-10-12 | 1 | -0/+15 |
|/ |
|
* | Add $allconst and $allseq cell types | Clifford Wolf | 2018-02-23 | 1 | -1/+21 |
* | Bugfix in hierarchy handling of blackbox module ports | Clifford Wolf | 2018-01-05 | 1 | -1/+3 |
* | Add RTLIL::Const::is_fully_ones() | Clifford Wolf | 2017-12-14 | 1 | -0/+11 |