aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added "make PRETTY=1"Clifford Wolf2014-07-246-36/+54
* Added "cover" commandClifford Wolf2014-07-248-34/+175
* Some improvements in SigSpec packing/unpacking and checkingClifford Wolf2014-07-241-8/+29
* Now using a dedicated ELF section for all coverage countersClifford Wolf2014-07-243-26/+21
* Small changes regarding cover() and check() in SigSpecClifford Wolf2014-07-242-10/+9
* Renamed RELEASE_CHECKLIST -> CHECKLISTClifford Wolf2014-07-241-0/+5
* Added support for YOSYS_COVER_FILE env variableClifford Wolf2014-07-242-3/+12
* Added cover() calls to RTLIL::SigSpec methodsClifford Wolf2014-07-241-5/+93
* Added support for YOSYS_COVER_DIR env variableClifford Wolf2014-07-241-0/+26
* Added cover() APIClifford Wolf2014-07-242-0/+35
* Added RELEASE_CHECKLISTClifford Wolf2014-07-241-0/+87
* Added "make config-gcc-4.7"Clifford Wolf2014-07-241-0/+9
* Added "make vloghtb"Clifford Wolf2014-07-241-0/+3
* Added hashing to RTLIL::SigSpec relational and equal operatorsClifford Wolf2014-07-232-17/+71
* Disabled RTLIL::SigSpec::check() in release buildsClifford Wolf2014-07-231-0/+2
* Fixed release buildClifford Wolf2014-07-231-0/+2
* Various fixes in Verific frontend for new RTLIL APIClifford Wolf2014-07-232-27/+55
* Added RTLIL::SigSpec::repeat()Clifford Wolf2014-07-232-0/+10
* Various small fixes (from gcc compiler warnings)Clifford Wolf2014-07-232-5/+5
* Removed RTLIL::SigSpec::optimize()Clifford Wolf2014-07-2324-181/+15
* Turned RTLIL::SigSpec::optimize() to a no-op: a packed SigSpec is now always ...Clifford Wolf2014-07-231-7/+42
* Fixed manual/CHAPTER_Prog/stubnets.ccClifford Wolf2014-07-231-2/+2
* Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-2316-429/+231
* Added eclipse .setting folder to .gitignoreClifford Wolf2014-07-231-0/+1
* Fixed all users of SigSpec::chunks_rw() and removed itClifford Wolf2014-07-2311-88/+77
* Replaced RTLIL::SigSpec::operator!=() with inline versionClifford Wolf2014-07-232-8/+1
* Merge branch: Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructorClifford Wolf2014-07-2316-39/+55
|\
| * Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3Clifford Wolf2014-07-2316-51/+43
| * Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3Clifford Wolf2014-07-2315-47/+33
| * Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 1/3Clifford Wolf2014-07-234-7/+45
|/
* Some cleanups in RTLIL::SigChunk::SigChunk(const RTLIL::Const&)Clifford Wolf2014-07-232-6/+6
* SigSpec refactoring: More cleanups of old SigSpec use patternClifford Wolf2014-07-223-58/+56
* SigSpec refactoring: Added RTLIL::SigSpecIteratorClifford Wolf2014-07-221-6/+28
* SigSpec refactoring: cleanup of old SigSpec usage in fsm_* commandsClifford Wolf2014-07-223-38/+19
* Fixed memory corruption with new SigSpec API in proc_muxClifford Wolf2014-07-221-7/+3
* SigSpec refactoring: added RTLIL::SigSpec::operator[]Clifford Wolf2014-07-221-1/+4
* fixed memory leak in fsm_optClifford Wolf2014-07-221-1/+3
* SigSpec refactoring: rewrote some RTLIL::SigSpec methods to use unpacked formClifford Wolf2014-07-221-182/+113
* Removed RTLIL::SigChunk::compare()Clifford Wolf2014-07-222-25/+5
* SigSpec refactoring: added RTLIL::SigSpec::bits() and pack/unpack apiClifford Wolf2014-07-222-18/+135
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...Clifford Wolf2014-07-2220-34/+29
* SigSpec refactoring: change RTLIL::SigSpec::size() to be read-onlyClifford Wolf2014-07-223-94/+18
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-2262-800/+800
* SigSpec refactoring: renamed the SigSpec members to chunks_ and width_ and ad...Clifford Wolf2014-07-222-152/+158
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-2262-951/+954
* Fixed ilang parsing of process attributesClifford Wolf2014-07-221-0/+1
* Fixed make rules for ilang parserClifford Wolf2014-07-221-1/+3
* Use "opt -fine" in test/vloght/test_mapopt.shClifford Wolf2014-07-212-2/+3
* Added "opt_const -keepdc"Clifford Wolf2014-07-212-15/+168
* Added mul to mux conversion to "opt_const -fine"Clifford Wolf2014-07-211-0/+55