aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added module->avail_parameters (for advanced techmap features)Clifford Wolf2013-11-243-3/+14
|
* Added techmap -D and -I optionsClifford Wolf2013-11-241-2/+16
|
* Added verilog frontend -ignore_redef optionClifford Wolf2013-11-243-5/+19
|
* Added "techmap -share_map" optionClifford Wolf2013-11-242-4/+13
|
* Early wire/reg/parameter width calculation in ast/simplifyClifford Wolf2013-11-241-0/+5
|
* Updated TODOsClifford Wolf2013-11-241-2/+1
|
* Fixed xilinx/example_sim_counter test benchClifford Wolf2013-11-241-1/+1
|
* Added proper dumping of signed/unsigned parameters to verilog backendClifford Wolf2013-11-241-4/+6
|
* Added support for signed parameters in ilangClifford Wolf2013-11-243-2/+9
|
* Removed now obsolete test casesClifford Wolf2013-11-243-72/+0
|
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-249-126/+5
|
* Implemented correct handling of signed module parametersClifford Wolf2013-11-248-8/+19
|
* Added modelsim support to autotestClifford Wolf2013-11-243-8/+37
|
* Fixed "flatten" top-module detection: Only use on fully selected designsClifford Wolf2013-11-241-3/+4
|
* Fixed "make install" dependenciesClifford Wolf2013-11-241-1/+1
|
* Added "top" attribute to mark top module in hierarchyClifford Wolf2013-11-246-3/+63
|
* Updated command-reference-manual.texClifford Wolf2013-11-231-10/+26
|
* AppNote 010 typo fixes and correctionsClifford Wolf2013-11-231-55/+60
|
* AppNote 010 progressClifford Wolf2013-11-234-75/+230
|
* Improved handling of techmap special wiresClifford Wolf2013-11-231-1/+3
|
* Improved handling of initialized registersClifford Wolf2013-11-231-10/+10
|
* Added more generic _TECHMAP_ wire mechanism to techmap passClifford Wolf2013-11-233-78/+192
|
* Making prograss on Appnote 010Clifford Wolf2013-11-232-8/+93
|
* Progress on AppNote 010Clifford Wolf2013-11-221-6/+63
|
* Started to write on AppNote 010: Verilog to BLIFClifford Wolf2013-11-222-0/+178
|
* Updated command-reference-manual.texClifford Wolf2013-11-221-8/+192
|
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-2212-27/+27
|
* Some driver changes/fixesClifford Wolf2013-11-221-5/+5
|
* 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
| | | | flex)
* 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
|