| Commit message (Expand) | Author | Age | Files | Lines |
* | Warning for $display/$write outside initial block | Clifford Wolf | 2015-09-23 | 1 | -7/+8 |
* | Fixed support for $write system task | Clifford Wolf | 2015-09-23 | 1 | -1/+1 |
* | Fixed detection of "task foo(bar);" syntax error | Clifford Wolf | 2015-09-22 | 1 | -0/+2 |
* | Fixed multi-level prefix resolving | Clifford Wolf | 2015-09-22 | 1 | -0/+2 |
* | Fixed segfault on invalid verilog constant 1'b_ | Clifford Wolf | 2015-09-22 | 1 | -1/+1 |
* | Fixed emcc build | Clifford Wolf | 2015-09-21 | 1 | -1/+1 |
* | Do not detect fsm state registers with init attribute | Clifford Wolf | 2015-09-21 | 1 | -0/+2 |
* | Bugfix in "qwp" pass | Clifford Wolf | 2015-09-21 | 1 | -6/+31 |
* | Improvements and fixes in "qwp" pass | Clifford Wolf | 2015-09-21 | 1 | -29/+74 |
* | Added "qwp -dump" | Clifford Wolf | 2015-09-20 | 1 | -21/+115 |
* | Added "qwp" command | Clifford Wolf | 2015-09-20 | 2 | -0/+586 |
* | Improvements to $display system task | Andrew Zonenberg | 2015-09-19 | 1 | -9/+22 |
* | Added nlutmap | Clifford Wolf | 2015-09-18 | 3 | -2/+176 |
* | Added lut2mux pass | Clifford Wolf | 2015-09-18 | 2 | -0/+94 |
* | Cosmetic fix in Module::addLut() | Clifford Wolf | 2015-09-18 | 2 | -5/+5 |
* | Added buffer detection to "abc -lut" | Clifford Wolf | 2015-09-18 | 1 | -0/+6 |
* | Renamed GreenPAK4 cells, improved GP4 DFF mapping | Clifford Wolf | 2015-09-18 | 5 | -9/+50 |
* | Added support for "dfflibmap -liberty +/..." | Clifford Wolf | 2015-09-18 | 1 | -0/+1 |
* | Added detection of "mux inverter" chains in opt_const | Clifford Wolf | 2015-09-18 | 1 | -0/+2 |
* | Added $logic_not handling to fsm_detect | Clifford Wolf | 2015-09-18 | 1 | -0/+2 |
* | Added $finish and $display to README | Clifford Wolf | 2015-09-18 | 1 | -0/+4 |
* | Merge branch 'feat-finish-disp' | Clifford Wolf | 2015-09-18 | 1 | -2/+98 |
|\ |
|
| * | Added AST_INITIAL checks for $finish and $display | Clifford Wolf | 2015-09-18 | 1 | -2/+9 |
| * | Initial implementation of $display() | Andrew Zonenberg | 2015-09-18 | 1 | -1/+84 |
| * | Initial implementation of $finish() | Andrew Zonenberg | 2015-09-18 | 1 | -2/+8 |
|/ |
|
* | Fixed copy&paste typo in synth_greenpak4 | Clifford Wolf | 2015-09-16 | 1 | -3/+3 |
* | Added GreenPAK4 skeleton | Clifford Wolf | 2015-09-16 | 4 | -0/+297 |
* | Fixed sharing of $memrd cells | Clifford Wolf | 2015-09-12 | 1 | -0/+4 |
* | Fixed ice40 handling of negclk RAM40 | Clifford Wolf | 2015-09-10 | 2 | -12/+12 |
* | Fixed port ordering in "splitnets" cmd | Clifford Wolf | 2015-09-01 | 1 | -7/+18 |
* | gcc-4.6 build fixes | Clifford Wolf | 2015-09-01 | 2 | -3/+3 |
* | Removed unnecessary cast. | Andrei Errapart | 2015-09-01 | 1 | -2/+2 |
* | Microsoft Visual C++ fixes in hashlib; template specializations on int32_t an... | Andrei Errapart | 2015-09-01 | 1 | -6/+8 |
* | Microsoft Visual C++ fix for log.h. | Andrei Errapart | 2015-09-01 | 1 | -0/+5 |
* | Fixed iopadmap help message | Clifford Wolf | 2015-08-31 | 1 | -3/+3 |
* | Added SigMap::allbits() | Clifford Wolf | 2015-08-31 | 1 | -0/+8 |
* | Using dict<> and pool<> in alumacc pass | Clifford Wolf | 2015-08-31 | 1 | -5/+5 |
* | Added "yosys-smt2-wire" tag support to smt2 back-end | Clifford Wolf | 2015-08-31 | 1 | -0/+2 |
* | Fixed handling of memory read without address | Clifford Wolf | 2015-08-22 | 1 | -1/+1 |
* | Switched to Python 3 | Clifford Wolf | 2015-08-22 | 14 | -35/+14 |
* | Added sat -show-regs, -show-public, -show-all | Clifford Wolf | 2015-08-18 | 1 | -0/+39 |
* | Bugfix in fsm_detect for complex muxtrees | Clifford Wolf | 2015-08-18 | 1 | -15/+23 |
* | Properly clean up unused "init" attributes | Clifford Wolf | 2015-08-18 | 2 | -6/+36 |
* | Small corrections to const2ast warning messages | Clifford Wolf | 2015-08-17 | 1 | -2/+2 |
* | Check base-n literals only contain valid digits | Florian Zeitz | 2015-08-17 | 1 | -0/+3 |
* | Warn on literals exceeding the specified bit width | Florian Zeitz | 2015-08-17 | 1 | -34/+39 |
* | Merge pull request #72 from cseed/master | Clifford Wolf | 2015-08-17 | 1 | -0/+34 |
|\ |
|
| * | Added .travis.yml. | Cotton Seed | 2015-08-17 | 1 | -0/+34 |
|/ |
|
* | Another bugfix for ice40 and xilinx brams_init make rules | Clifford Wolf | 2015-08-16 | 4 | -9/+9 |
* | Fixed Makefile rules for generated share files | Clifford Wolf | 2015-08-16 | 3 | -2/+20 |