Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | | Fixed temp net name generation in rtlil process generator for abbreviated ↵ | Clifford Wolf | 2013-11-28 | 1 | -0/+2 |
| | | | | | | | | name matching | ||||
* | | Added pattern support to "ls" command | Clifford Wolf | 2013-11-28 | 1 | -30/+35 |
| | | |||||
* | | Improved ID matching scheme in select (and thus for all commands) | Clifford Wolf | 2013-11-28 | 1 | -2/+12 |
| | | |||||
* | | Fixes and improvements in "show" command | Clifford Wolf | 2013-11-28 | 1 | -10/+42 |
| | | |||||
* | | More progress on AppNote 011 | Clifford Wolf | 2013-11-28 | 4 | -5/+122 |
| | | |||||
* | | Added "src" attribute to processes | Clifford Wolf | 2013-11-28 | 2 | -1/+5 |
| | | |||||
* | | Started writing appnote 011 | Clifford Wolf | 2013-11-28 | 7 | -3/+157 |
| | | |||||
* | | Added support for "show -pause" and "show -format dot" | Clifford Wolf | 2013-11-28 | 1 | -6/+30 |
|/ | |||||
* | Added QGraphicsWebView to yosys-svgviewer | Clifford Wolf | 2013-11-28 | 4 | -16/+58 |
| | |||||
* | Updated ABC to 9241719523f6 | Clifford Wolf | 2013-11-28 | 1 | -5/+5 |
| | |||||
* | Added some svgviewer code for possible future switch to QGraphicsWebView | Clifford Wolf | 2013-11-27 | 3 | -6/+20 |
| | |||||
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2013-11-27 | 1 | -1/+1 |
|\ | |||||
| * | Set version number to 0.1.0+ | Clifford Wolf | 2013-11-27 | 1 | -1/+1 |
| | | |||||
* | | Tighter integration of ABC build | Clifford Wolf | 2013-11-27 | 4 | -7/+35 |
|/ | |||||
* | Started implementing undef support in "sat" command | Clifford Wolf | 2013-11-25 | 1 | -12/+103 |
| | |||||
* | Bugfixes in new "stat" command | Clifford Wolf | 2013-11-25 | 1 | -7/+1 |
| | |||||
* | Added "stat" command | Clifford Wolf | 2013-11-25 | 2 | -0/+219 |
| | |||||
* | Improvements in satgen undef handling | Clifford Wolf | 2013-11-25 | 2 | -87/+209 |
| | |||||
* | Improvements in satgen undef handling | Clifford Wolf | 2013-11-25 | 2 | -31/+142 |
| | |||||
* | Added ezsat vec_const() api | Clifford Wolf | 2013-11-25 | 2 | -17/+26 |
| | |||||
* | Started implementing undef handling in satgen | Clifford Wolf | 2013-11-25 | 2 | -34/+202 |
| | |||||
* | Removed undef feature from ezsat api | Clifford Wolf | 2013-11-25 | 2 | -11/+2 |
| | |||||
* | Using simplemap mappers from techmap | Clifford Wolf | 2013-11-24 | 3 | -742/+104 |
| | |||||
* | Added simplemap pass | Clifford Wolf | 2013-11-24 | 2 | -0/+518 |
| | |||||
* | Renamed stdcells_sim.v to simcells.v and fixed blackbox.v | Clifford Wolf | 2013-11-24 | 6 | -22/+25 |
| | |||||
* | Added module->avail_parameters (for advanced techmap features) | Clifford Wolf | 2013-11-24 | 3 | -3/+14 |
| | |||||
* | Added techmap -D and -I options | Clifford Wolf | 2013-11-24 | 1 | -2/+16 |
| | |||||
* | Added verilog frontend -ignore_redef option | Clifford Wolf | 2013-11-24 | 3 | -5/+19 |
| | |||||
* | Added "techmap -share_map" option | Clifford Wolf | 2013-11-24 | 2 | -4/+13 |
| | |||||
* | Early wire/reg/parameter width calculation in ast/simplify | Clifford Wolf | 2013-11-24 | 1 | -0/+5 |
| | |||||
* | Updated TODOs | Clifford Wolf | 2013-11-24 | 1 | -2/+1 |
| | |||||
* | Fixed xilinx/example_sim_counter test bench | Clifford Wolf | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Added proper dumping of signed/unsigned parameters to verilog backend | Clifford Wolf | 2013-11-24 | 1 | -4/+6 |
| | |||||
* | Added support for signed parameters in ilang | Clifford Wolf | 2013-11-24 | 3 | -2/+9 |
| | |||||
* | Removed now obsolete test cases | Clifford Wolf | 2013-11-24 | 3 | -72/+0 |
| | |||||
* | Remove auto_wire framework (smarter than the verilog standard) | Clifford Wolf | 2013-11-24 | 9 | -126/+5 |
| | |||||
* | Implemented correct handling of signed module parameters | Clifford Wolf | 2013-11-24 | 8 | -8/+19 |
| | |||||
* | Added modelsim support to autotest | Clifford Wolf | 2013-11-24 | 3 | -8/+37 |
| | |||||
* | Fixed "flatten" top-module detection: Only use on fully selected designs | Clifford Wolf | 2013-11-24 | 1 | -3/+4 |
| | |||||
* | Fixed "make install" dependencies | Clifford Wolf | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Added "top" attribute to mark top module in hierarchy | Clifford Wolf | 2013-11-24 | 6 | -3/+63 |
| | |||||
* | Updated command-reference-manual.tex | Clifford Wolf | 2013-11-23 | 1 | -10/+26 |
| | |||||
* | AppNote 010 typo fixes and corrections | Clifford Wolf | 2013-11-23 | 1 | -55/+60 |
| | |||||
* | AppNote 010 progress | Clifford Wolf | 2013-11-23 | 4 | -75/+230 |
| | |||||
* | Improved handling of techmap special wires | Clifford Wolf | 2013-11-23 | 1 | -1/+3 |
| |