yosys.git
2014-07-23 Clifford WolfRemoved RTLIL::SigSpec::optimize()
2014-07-23 Clifford WolfTurned RTLIL::SigSpec::optimize() to a no-op: a packed...
2014-07-23 Clifford WolfFixed manual/CHAPTER_Prog/stubnets.cc
2014-07-23 Clifford WolfRemoved RTLIL::SigSpec::expand() method
2014-07-23 Clifford WolfAdded eclipse .setting folder to .gitignore
2014-07-23 Clifford WolfFixed all users of SigSpec::chunks_rw() and removed it
2014-07-23 Clifford WolfReplaced RTLIL::SigSpec::operator!=() with inline version
2014-07-23 Clifford WolfMerge branch: Refactoring {SigSpec|SigChunk}(RTLIL...
2014-07-23 Clifford WolfRefactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ...
2014-07-23 Clifford WolfRefactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ...
2014-07-23 Clifford WolfRefactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ...
2014-07-23 Clifford WolfSome cleanups in RTLIL::SigChunk::SigChunk(const RTLIL...
2014-07-22 Clifford WolfSigSpec refactoring: More cleanups of old SigSpec use...
2014-07-22 Clifford WolfSigSpec refactoring: Added RTLIL::SigSpecIterator
2014-07-22 Clifford WolfSigSpec refactoring: cleanup of old SigSpec usage in...
2014-07-22 Clifford WolfFixed memory corruption with new SigSpec API in proc_mux
2014-07-22 Clifford WolfSigSpec refactoring: added RTLIL::SigSpec::operator[]
2014-07-22 Clifford Wolffixed memory leak in fsm_opt
2014-07-22 Clifford WolfSigSpec refactoring: rewrote some RTLIL::SigSpec method...
2014-07-22 Clifford WolfRemoved RTLIL::SigChunk::compare()
2014-07-22 Clifford WolfSigSpec refactoring: added RTLIL::SigSpec::bits() and...
2014-07-22 Clifford WolfSigSpec refactoring: change RTLIL::SigSpec::chunks...
2014-07-22 Clifford WolfSigSpec refactoring: change RTLIL::SigSpec::size()...
2014-07-22 Clifford WolfSigSpec refactoring: using the accessor functions every...
2014-07-22 Clifford WolfSigSpec refactoring: renamed the SigSpec members to...
2014-07-22 Clifford WolfSigSpec refactoring: renamed chunks and width to __chun...
2014-07-22 Clifford WolfFixed ilang parsing of process attributes
2014-07-22 Clifford WolfFixed make rules for ilang parser
2014-07-21 Clifford WolfUse "opt -fine" in test/vloght/test_mapopt.sh
2014-07-21 Clifford WolfAdded "opt_const -keepdc"
2014-07-21 Clifford WolfAdded mul to mux conversion to "opt_const -fine"
2014-07-21 Clifford WolfAdded "opt_const -fine" and "opt_reduce -fine"
2014-07-21 Clifford WolfAdded "autoidx" statement to ilang file format
2014-07-21 Clifford WolfAdded opt_const support for simple identities
2014-07-21 Clifford WolfVarious improvements in test/vloghtb
2014-07-21 Clifford WolfAdded support for scripts with labels
2014-07-21 Clifford WolfReplaced depricated NEW_WIRE macro with module->addWire...
2014-07-21 Clifford WolfRemoved deprecated module->new_wire()
2014-07-21 Clifford WolfWider range of cell types supported in "share" pass
2014-07-21 Clifford WolfBugfix in satgen for cells with wider in- than outputs.
2014-07-21 Clifford WolfAdded module->remove(), module->addWire(), module-...
2014-07-21 Clifford WolfAdded log_ping()
2014-07-21 Clifford WolfUse ezSAT::non_incremental() in "share" pass
2014-07-21 Clifford WolfAdded ezSAT::keep_cnf() and ezSAT::non_incremental()
2014-07-20 Clifford WolfFixed ezSAT stand-alone build
2014-07-20 Clifford WolfUpdated minisat
2014-07-20 Clifford WolfUsing relative path names in minisat headers
2014-07-20 Clifford WolfAdded yet another resource sharing test case
2014-07-20 Clifford WolfAdded support for resource sharing in mux control logic
2014-07-20 Clifford WolfAdded "select -assert-count"
2014-07-20 Clifford WolfSupercell creation for $div/$mod worked all along,...
2014-07-20 Clifford WolfImproved tests/share/generate.py
2014-07-20 Clifford WolfFixed creation of shift supercells in "share" pass
2014-07-20 Clifford WolfSmall fix in tests/vloghtb/run-test.sh
2014-07-20 Clifford WolfActivated tests/share in "make test"
2014-07-20 Clifford WolfAdded "miter -equiv -flatten"
2014-07-20 Clifford WolfAdded call_on_selection() and call_on_module() API
2014-07-20 Clifford WolfAdded tests/vloghtb/test_share.sh
2014-07-20 Clifford WolfAdded tests/share for testing "share" supercell creation
2014-07-20 Clifford WolfAdded "share" supercell creation
2014-07-20 Clifford WolfAdded removing of always inactive cells to "share"...
2014-07-20 Clifford WolfProgress in "share" pass
2014-07-20 Clifford WolfAdded std::set<RTLIL::SigBit> to RTLIL::SigSpec conversion
2014-07-20 Clifford WolfAdded SIZE() macro
2014-07-20 Clifford WolfAdded log_cell()
2014-07-20 Clifford WolfProgress in "share" pass
2014-07-20 Clifford WolfAdded tests/vloghtb
2014-07-20 Clifford WolfUse functions instead of always blocks for $mux/$pmux...
2014-07-19 Clifford WolfAdded support for $bu0 to verilog backend
2014-07-19 Clifford WolfStarted to implement real resource sharing
2014-07-19 Clifford WolfFixed log_id() memory corruption
2014-07-19 Clifford WolfImproved memory_share log messages
2014-07-19 Clifford WolfMore verbose memory_share help message
2014-07-19 Clifford WolfAdded SAT-based write-port sharing to memory_share
2014-07-19 Clifford WolfAdded ModWalker helper class
2014-07-19 Clifford WolfSome "const" cleanups in SigMap
2014-07-19 Clifford WolfFixed bug in memory_share feedback-to-en code
2014-07-18 Clifford WolfAdded translation from read-feedback to en-signals...
2014-07-18 Clifford WolfImproved seeding of color rng in show command
2014-07-18 Clifford WolfOnly create collision detect logic in memory_share...
2014-07-18 Clifford WolfBugfix in tests/memories/run-test.sh
2014-07-18 Clifford Wolfadded tests/memories
2014-07-18 Clifford WolfAdded memory_share
2014-07-18 Clifford WolfAdded automatic conversion from RTLIL::SigSpec to std...
2014-07-18 Clifford WolfApply opt_reduce WR_EN opts to the whole mux tree drivi...
2014-07-18 Clifford WolfAdded function-like cell creation helpers
2014-07-18 Clifford WolfAdded log_id() helper function
2014-07-17 Clifford WolfAlso simulate unmapped memories in "make test"
2014-07-17 Clifford WolfImplemented dynamic bit-/part-select for memory writes
2014-07-17 Clifford WolfFixed simlib.v model for $mem
2014-07-17 Clifford WolfAdded support for bit/part select to mem2reg rewriter
2014-07-17 Clifford WolfAdded support for constant bit- or part-select for...
2014-07-17 Clifford WolfImproved opt_reduce handling of mem wr_en mux bits
2014-07-17 Clifford WolfFixed RTLIL::SigSpec::append_bit() for appending constants
2014-07-17 Clifford WolfAdded support for "blackbox" attribute to iopadmap
2014-07-17 Clifford WolfAdded support for "blackbox" attribute to flatten/techmap
2014-07-16 Clifford WolfAdded "inout" ports support to read_liberty
2014-07-16 Clifford WolfSet blackbox attribute in "read_liberty -lib"
2014-07-16 Clifford WolfFixed spelling of "direction" in read_liberty messages
2014-07-16 Clifford WolfMerged new $mem/$memwr WR_EN interface
next