summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* AppNote 010 typo fixes and correctionsClifford Wolf2013-11-23
* AppNote 010 progressClifford Wolf2013-11-23
* Improved handling of techmap special wiresClifford Wolf2013-11-23
* Improved handling of initialized registersClifford Wolf2013-11-23
* Added more generic _TECHMAP_ wire mechanism to techmap passClifford Wolf2013-11-23
* Making prograss on Appnote 010Clifford Wolf2013-11-23
* Progress on AppNote 010Clifford Wolf2013-11-22
* Started to write on AppNote 010: Verilog to BLIFClifford Wolf2013-11-22
* Updated command-reference-manual.texClifford Wolf2013-11-22
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-22
* Some driver changes/fixesClifford Wolf2013-11-22
* Fixed O(n^2) performance bug in verilog preprocessorClifford Wolf2013-11-22
* Added more performance measurement infrastructureClifford Wolf2013-11-22
* Enable {* .. *} feature per default (removes dependency to REJECT feature in ...Clifford Wolf2013-11-22
* Massive performance improvement from refactoring RTLIL::SigSpec::optimize()Clifford Wolf2013-11-22
* Added SigBit struct and refactored RTLIL::SigSpec::extractClifford Wolf2013-11-22
* Improved make rules for profiling and debuggingClifford Wolf2013-11-22
* Updated abcClifford Wolf2013-11-21
* Implemented $_DFFSR_ expression generator in verilog backendClifford Wolf2013-11-21
* Fixed async proc detection in mem2regClifford Wolf2013-11-21
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-21
* Fixed a bug in "add -global_input"Clifford Wolf2013-11-21
* Added "proc_arst -global_arst" featureClifford Wolf2013-11-20
* Fixed ilang parser: memory widthClifford Wolf2013-11-20
* Added "add" command (only wires for now)Clifford Wolf2013-11-20
* Another name resolution bugfix for generate blocksClifford Wolf2013-11-20
* Implemented indexed part selectsClifford Wolf2013-11-20
* Do not allow memory bit select on the left side of an assignmentClifford Wolf2013-11-20
* Added "synthesis" in (synopsys|synthesis) comment supportClifford Wolf2013-11-20
* Fixed name resolution of local tasks and functions in generate blockClifford Wolf2013-11-20
* Implemented part/bit select on memory readClifford Wolf2013-11-20
* Updated TODOs in README fileClifford Wolf2013-11-20
* Added init= attribute for fpga-style reset valuesClifford Wolf2013-11-20
* Added "make config-sudo"Clifford Wolf2013-11-19
* Install simlib in datdirClifford Wolf2013-11-19
* Large improvements in yosys-configClifford Wolf2013-11-19
* Fixed parsing of module arguments when one type is used for many argsClifford Wolf2013-11-19
* Renamed temp module generated by "abc" pass from "logic" to "netlist"Clifford Wolf2013-11-19
* Added additional mem2reg testcaseClifford Wolf2013-11-18
* Fixed two bugs in mem2reg functionality in AST frontendClifford Wolf2013-11-18
* Added dumping of attributes in AST frontendClifford Wolf2013-11-18
* Fixed parsing of default cases when not last caseClifford Wolf2013-11-18
* Fixed mem2reg for reg usage outside always blockClifford Wolf2013-11-18
* Added commented-out osu025 maping commands to cmos techmap exampleClifford Wolf2013-11-18
* Added -v<level> option and some minor driver cleanupsClifford Wolf2013-11-17
* Renamed ABCHGPULL to ABCPULL in MakefileClifford Wolf2013-11-16
* Improved building of yosys-abcClifford Wolf2013-11-13
* Fixed abc pass blif parser for constant bitsClifford Wolf2013-11-13
* Fixed parsing of "parameter integer"Clifford Wolf2013-11-13
* Cleanups and bugfixes in response to new internal cell checkerClifford Wolf2013-11-11