Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup of dfflibmap cellmap exploration code | Clifford Wolf | 2013-12-20 | 1 | -17/+20 |
| | |||||
* | Further improved dfflibmap cellmap exploration | Clifford Wolf | 2013-12-20 | 1 | -14/+18 |
| | |||||
* | Fixed dfflibmap endless-loop bug | Clifford Wolf | 2013-12-20 | 1 | -0/+1 |
| | |||||
* | Added log_dump() API | Clifford Wolf | 2013-12-20 | 1 | -0/+54 |
| | |||||
* | Prefer non-inverted clocks in dfflibmap | Clifford Wolf | 2013-12-19 | 1 | -6/+8 |
| | |||||
* | Added multiplier test case from eda playground | Clifford Wolf | 2013-12-18 | 1 | -0/+132 |
| | |||||
* | Added elsif preproc support | Clifford Wolf | 2013-12-18 | 2 | -2/+243 |
| | |||||
* | Added support for macro arguments | Clifford Wolf | 2013-12-18 | 2 | -23/+84 |
| | |||||
* | Fixes and other changes in README | Clifford Wolf | 2013-12-08 | 1 | -7/+6 |
| | |||||
* | Finished AppNote 011 | Clifford Wolf | 2013-12-08 | 22 | -22/+619 |
| | |||||
* | Progress on AppNote 011 | Clifford Wolf | 2013-12-08 | 1 | -86/+88 |
| | |||||
* | Added sat -max_undef feature | Clifford Wolf | 2013-12-07 | 1 | -11/+50 |
| | |||||
* | Progress on AppNote 011 | Clifford Wolf | 2013-12-07 | 1 | -3/+134 |
| | |||||
* | Added "sat" undef support and "sat -set-init" options | Clifford Wolf | 2013-12-07 | 2 | -53/+170 |
| | |||||
* | Fixed uninitialized const flags bug | Clifford Wolf | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | Fixed compiler warining in passes/sat/eval.cc | Clifford Wolf | 2013-12-07 | 1 | -2/+2 |
| | |||||
* | Progress on AppNote 011 | Clifford Wolf | 2013-12-07 | 2 | -2/+156 |
| | |||||
* | Progress on AppNote 011 | Clifford Wolf | 2013-12-07 | 3 | -42/+90 |
| | |||||
* | Added eval -set-undef and eval -table | Clifford Wolf | 2013-12-07 | 1 | -11/+140 |
| | |||||
* | Fixes and improvements in RTLIL::SigSpec::parse | Clifford Wolf | 2013-12-07 | 1 | -2/+12 |
| | |||||
* | Fixes in fsm detect/extract for better detection of non-fsm circuits | Clifford Wolf | 2013-12-06 | 2 | -4/+4 |
| | |||||
* | Fixed bug in example prog in appnote 011 | Clifford Wolf | 2013-12-05 | 1 | -2/+2 |
| | |||||
* | Keep strings as strings in const ternary and concat | Clifford Wolf | 2013-12-05 | 3 | -5/+25 |
| | |||||
* | Added const folding support for $signed and $unsigned | Clifford Wolf | 2013-12-05 | 1 | -0/+7 |
| | |||||
* | Added AstNode::mkconst_str API | Clifford Wolf | 2013-12-05 | 3 | -12/+19 |
| | |||||
* | Fixed generate-for (and disabled double warning for auto-wire) | Clifford Wolf | 2013-12-04 | 1 | -1/+5 |
| | |||||
* | Added support for $clog2 system function | Clifford Wolf | 2013-12-04 | 1 | -4/+20 |
| | |||||
* | Various improvements in support for generate statements | Clifford Wolf | 2013-12-04 | 7 | -7/+161 |
| | |||||
* | Replaced signed_parameters API with CONST_FLAG_SIGNED | Clifford Wolf | 2013-12-04 | 10 | -16/+11 |
| | |||||
* | Replaced RTLIL::Const::str with generic decoder method | Clifford Wolf | 2013-12-04 | 21 | -84/+125 |
| | |||||
* | Fix in sincos testbench gen | Clifford Wolf | 2013-12-04 | 1 | -1/+1 |
| | |||||
* | Added sincos test case | Clifford Wolf | 2013-12-04 | 1 | -0/+124 |
| | |||||
* | Added support for local regs in named blocks | Clifford Wolf | 2013-12-04 | 3 | -2/+30 |
| | |||||
* | Fixed gentb_constant handling in autotest backend | Clifford Wolf | 2013-12-04 | 1 | -2/+2 |
| | |||||
* | More ABC releated Makefile changes | Clifford Wolf | 2013-12-04 | 1 | -1/+10 |
| | |||||
* | Minor improvements in ABc build | Clifford Wolf | 2013-12-03 | 1 | -8/+3 |
| | |||||
* | Progress on AppNote 011 | Clifford Wolf | 2013-12-02 | 5 | -3/+77 |
| | |||||
* | Fixed submod for non-primitive cells | Clifford Wolf | 2013-12-02 | 1 | -0/+1 |
| | |||||
* | Fixed submod for non-cleaned designs | Clifford Wolf | 2013-12-02 | 1 | -1/+4 |
| | |||||
* | Added Pass:call_newsel API | Clifford Wolf | 2013-12-02 | 2 | -0/+27 |
| | |||||
* | Added "history" command | Clifford Wolf | 2013-12-02 | 1 | -0/+18 |
| | |||||
* | A fix in memory_dff for write ports with static addresses | Clifford Wolf | 2013-12-01 | 1 | -10/+10 |
| | |||||
* | Progress on AppNote 011 | Clifford Wolf | 2013-12-01 | 4 | -24/+200 |
| | |||||
* | Progress on AppNote 011 | Clifford Wolf | 2013-11-29 | 6 | -16/+110 |
| | |||||
* | Progress on AppNote 011 | Clifford Wolf | 2013-11-29 | 6 | -11/+190 |
| | |||||
* | Using RTLIL::id2cstr for prompt printing | Clifford Wolf | 2013-11-29 | 1 | -1/+1 |
| | |||||
* | Added dump -m and -n options | Clifford Wolf | 2013-11-29 | 2 | -54/+89 |
| | |||||
* | Progress on AppNote 011 | Clifford Wolf | 2013-11-28 | 4 | -58/+143 |
| | |||||
* | Merge pull request #17 from mschmoelzer/master | Clifford Wolf | 2013-11-28 | 1 | -0/+1 |
|\ | | | | | Include unistd.h in svgview.cpp (required for getcwd() function) | ||||
| * | Include unistd.h in svgview.cpp (required for getcwd() function) | Martin Schmölzer | 2013-11-28 | 1 | -0/+1 |
| | | | | | | | | | | | | This fixes compilation on Arch Linux, which otherwise fails. Signed-off-by: Martin Schmölzer <martin.schmoelzer@student.tuwien.ac.at> |