summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fixed detection of unconditional $readmem[hb]Clifford Wolf2015-09-30
|
* Added edgetypes commandClifford Wolf2015-09-27
|
* Some cleanups in qwpClifford Wolf2015-09-26
|
* Added "test_cell -noeval"Clifford Wolf2015-09-25
|
* Added wreduce $mul support and fixed signed $mul opt_const bugClifford Wolf2015-09-25
|
* Bugfix in bram read-enable codeClifford Wolf2015-09-25
|
* Bugfixes in $readmem[hb]Clifford Wolf2015-09-25
|
* Bugfixes in writing of memories as VerilogClifford Wolf2015-09-25
|
* Fixed segfault in AstNode::asRealClifford Wolf2015-09-25
|
* Added read-enable to memory modelClifford Wolf2015-09-25
|
* Added pivoting to qwp solverClifford Wolf2015-09-24
|
* Improved qwp performanceClifford Wolf2015-09-24
|
* Added statistics summary to "qwp"Clifford Wolf2015-09-24
|
* Fixed memory_bram for ROMs in BRAMs with write-enable inputsClifford Wolf2015-09-24
|
* Fixed AstNode::mkconst_bits() segfault on zero-sized constantClifford Wolf2015-09-24
|
* Added read_verilog -nodpiClifford Wolf2015-09-23
|
* Bugfix in handling of multi-dimensional memoriesClifford Wolf2015-09-23
|
* Warning for $display/$write outside initial blockClifford Wolf2015-09-23
|
* Fixed support for $write system taskClifford Wolf2015-09-23
|
* Fixed detection of "task foo(bar);" syntax errorClifford Wolf2015-09-22
|
* Fixed multi-level prefix resolvingClifford Wolf2015-09-22
|
* Fixed segfault on invalid verilog constant 1'b_Clifford Wolf2015-09-22
|
* Fixed emcc buildClifford Wolf2015-09-21
|
* Do not detect fsm state registers with init attributeClifford Wolf2015-09-21
|
* Bugfix in "qwp" passClifford Wolf2015-09-21
|
* Improvements and fixes in "qwp" passClifford Wolf2015-09-21
|
* Added "qwp -dump"Clifford Wolf2015-09-20
|
* Added "qwp" commandClifford Wolf2015-09-20
|
* Improvements to $display system taskAndrew Zonenberg2015-09-19
|
* Added nlutmapClifford Wolf2015-09-18
|
* Added lut2mux passClifford Wolf2015-09-18
|
* Cosmetic fix in Module::addLut()Clifford Wolf2015-09-18
|
* Added buffer detection to "abc -lut"Clifford Wolf2015-09-18
|
* Renamed GreenPAK4 cells, improved GP4 DFF mappingClifford Wolf2015-09-18
|
* Added support for "dfflibmap -liberty +/..."Clifford Wolf2015-09-18
|
* Added detection of "mux inverter" chains in opt_constClifford Wolf2015-09-18
|
* Added $logic_not handling to fsm_detectClifford Wolf2015-09-18
|
* Added $finish and $display to READMEClifford Wolf2015-09-18
|
* Merge branch 'feat-finish-disp'Clifford Wolf2015-09-18
|\
| * Added AST_INITIAL checks for $finish and $displayClifford Wolf2015-09-18
| |
| * Initial implementation of $display()Andrew Zonenberg2015-09-18
| |
| * Initial implementation of $finish()Andrew Zonenberg2015-09-18
|/
* Fixed copy&paste typo in synth_greenpak4Clifford Wolf2015-09-16
|
* Added GreenPAK4 skeletonClifford Wolf2015-09-16
|
* Fixed sharing of $memrd cellsClifford Wolf2015-09-12
|
* Fixed ice40 handling of negclk RAM40Clifford Wolf2015-09-10
|
* Fixed port ordering in "splitnets" cmdClifford Wolf2015-09-01
|
* gcc-4.6 build fixesClifford Wolf2015-09-01
|
* Removed unnecessary cast.Andrei Errapart2015-09-01
|
* Microsoft Visual C++ fixes in hashlib; template specializations on int32_t ↵Andrei Errapart2015-09-01
| | | | and int64_t.