aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed O(n^2) performance bug in verilog preprocessorClifford Wolf2013-11-221-1/+1
* Added more performance measurement infrastructureClifford Wolf2013-11-222-2/+43
* Enable {* .. *} feature per default (removes dependency to REJECT feature in ...Clifford Wolf2013-11-225-24/+3
* Massive performance improvement from refactoring RTLIL::SigSpec::optimize()Clifford Wolf2013-11-221-30/+13
* Added SigBit struct and refactored RTLIL::SigSpec::extractClifford Wolf2013-11-222-24/+119
* Improved make rules for profiling and debuggingClifford Wolf2013-11-221-3/+3
* Updated abcClifford Wolf2013-11-214-11/+39
* Implemented $_DFFSR_ expression generator in verilog backendClifford Wolf2013-11-211-1/+44
* Fixed async proc detection in mem2regClifford Wolf2013-11-211-5/+9
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-2110-89/+375
* Fixed a bug in "add -global_input"Clifford Wolf2013-11-211-16/+17
* Added "proc_arst -global_arst" featureClifford Wolf2013-11-202-8/+81
* Fixed ilang parser: memory widthClifford Wolf2013-11-201-1/+1
* Added "add" command (only wires for now)Clifford Wolf2013-11-202-0/+155
* Another name resolution bugfix for generate blocksClifford Wolf2013-11-202-4/+61
* Implemented indexed part selectsClifford Wolf2013-11-204-3/+19
* Do not allow memory bit select on the left side of an assignmentClifford Wolf2013-11-201-1/+1
* Added "synthesis" in (synopsys|synthesis) comment supportClifford Wolf2013-11-201-6/+6
* Fixed name resolution of local tasks and functions in generate blockClifford Wolf2013-11-202-3/+16
* Implemented part/bit select on memory readClifford Wolf2013-11-204-5/+104
* Updated TODOs in README fileClifford Wolf2013-11-201-6/+26
* Added init= attribute for fpga-style reset valuesClifford Wolf2013-11-202-6/+23
* Added "make config-sudo"Clifford Wolf2013-11-191-6/+10
* Install simlib in datdirClifford Wolf2013-11-191-0/+6
* Large improvements in yosys-configClifford Wolf2013-11-193-17/+84
* Fixed parsing of module arguments when one type is used for many argsClifford Wolf2013-11-191-3/+10
* Renamed temp module generated by "abc" pass from "logic" to "netlist"Clifford Wolf2013-11-192-6/+6
* Added additional mem2reg testcaseClifford Wolf2013-11-181-0/+28
* Fixed two bugs in mem2reg functionality in AST frontendClifford Wolf2013-11-181-4/+8
* Added dumping of attributes in AST frontendClifford Wolf2013-11-181-0/+11
* Fixed parsing of default cases when not last caseClifford Wolf2013-11-182-12/+38
* Fixed mem2reg for reg usage outside always blockClifford Wolf2013-11-181-1/+1
* Added commented-out osu025 maping commands to cmos techmap exampleClifford Wolf2013-11-181-0/+5
* Added -v<level> option and some minor driver cleanupsClifford Wolf2013-11-173-5/+23
* Renamed ABCHGPULL to ABCPULL in MakefileClifford Wolf2013-11-161-2/+2
* Improved building of yosys-abcClifford Wolf2013-11-131-1/+5
* Fixed abc pass blif parser for constant bitsClifford Wolf2013-11-131-18/+57
* Fixed parsing of "parameter integer"Clifford Wolf2013-11-131-2/+2
* Cleanups and bugfixes in response to new internal cell checkerClifford Wolf2013-11-115-52/+52
* Added information on all internal cell types to internal checkerClifford Wolf2013-11-111-0/+340
* Call internal checker more oftenClifford Wolf2013-11-104-9/+11
* Improved user-friendliness of "sat" and "eval" expression parsingClifford Wolf2013-11-094-20/+31
* Silenced a gcc warning in spice backendClifford Wolf2013-11-091-1/+1
* Added verification of SAT model to "eval -vloghammer_report" commandClifford Wolf2013-11-092-6/+48
* More undef-propagation related fixesClifford Wolf2013-11-082-0/+9
* Fixed handling of different signedness in power operandsClifford Wolf2013-11-081-1/+1
* Fixed keep attribute on wires in opt_cleanClifford Wolf2013-11-081-1/+1
* Implemented const folding of ternary op with undef selectClifford Wolf2013-11-081-0/+8
* Removed debug log from const_pow()Clifford Wolf2013-11-081-1/+0
* Fixed handling of power operatorClifford Wolf2013-11-074-19/+78