Merge https://github.com/cliffordwolf/yosys
[yosys.git] / passes /
2017-01-05 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-01-04 Clifford WolfAdded "check -initdrv"
2017-01-01 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2017-01-01 Clifford WolfAdded cell port resizing to hierarchy pass
2016-11-30 Clifford WolfAdded "design -reset-vlog"
2016-11-29 Clifford WolfImproved equiv_purge log output
2016-11-23 Clifford WolfAdded wire start_offset and upto handling to splitnets cmd
2016-11-19 Clifford WolfMerge pull request #272 from AlexDaniel/master
2016-11-19 Clifford WolfImproved ABC default scripts
2016-11-15 Clifford WolfAdded support for hierarchical defparams
2016-11-09 Clifford WolfMinor bugfix in submod
2016-11-08 Clifford WolfBugfix in "setundef" pass
2016-11-05 Clifford WolfImplemented "scc -set_attr"
2016-11-05 Clifford WolfBugfix in "scc" command
2016-11-02 Clifford WolfBugfix in "hierarchy -check"
2016-11-02 Clifford WolfAdded support for fsm_encoding="user"
2016-11-02 Clifford WolfAdded "fsm_expand -full"
2016-10-25 Clifford WolfBugfix in fsm_map for FSMs without reset state
2016-10-22 Clifford WolfAdded avail params to ilang format, check module params...
2016-10-19 Clifford WolfAdded "setparam -type"
2016-10-19 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-10-17 Clifford WolfBugfix in "miter -assert" handling of assumptions
2016-10-17 Clifford WolfAdded clk2fflogic support for $dffsr and $dlatch
2016-10-16 Clifford WolfImprovements and bugfixes in clk2fflogic
2016-10-16 Clifford WolfBuild fixes for VS 2015
2016-10-14 Clifford WolfSome minor build fixes for Visual C
2016-10-14 Clifford WolfAvoid using strcasecmp()
2016-10-14 Clifford WolfAdded clk2fflogic
2016-10-14 Clifford WolfAdded opt_rmdff support for $ff cells
2016-10-14 Clifford WolfAdded $global_clock verilog syntax support for creating...
2016-10-14 Clifford WolfAdded MEMID handling to "flatten" pass
2016-10-12 Clifford WolfAdded "zinit" pass
2016-10-11 Clifford WolfAdded $ff and $_FF_ cell types
2016-09-30 Clifford WolfAdded "opt_rmdff -keepdc"
2016-09-23 Clifford WolfMerge branch 'master' of https://github.com/brouhaha...
2016-09-19 Clifford WolfCosmetic fix in test_autotb.cc
2016-09-19 Clifford WolfAvoid creating very long strings in test_autotb
2016-09-17 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2016-09-14 Clifford WolfBugfix in techmap parameter handling
2016-09-08 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
2016-09-08 Clifford WolfMerge pull request #225 from Kmanfi/test
2016-09-08 Kaj TuomiTypo fix.
2016-09-07 Clifford WolfImprovements in assertpmux
2016-09-06 Clifford WolfAdded assertpmux
2016-09-06 Clifford WolfAdded "tee +INT -INT"
2016-09-06 Clifford WolfRun log_flush() before solving in sat command
2016-08-29 Clifford WolfImproved init spec handling in opt_rmdff, modernized...
2016-08-28 Clifford WolfRemoved $predict again
2016-08-28 Clifford WolfImproved "show" help message
2016-08-27 Clifford WolfFixed handling of transparent bram rd ports on ROMs
2016-08-22 Clifford WolfFixed bug in memory_share for memory ports with differe...
2016-08-20 Clifford WolfAdded "wreduce -memx"
2016-08-19 Clifford WolfAdded memory_memx pass, "memory -memx", and "prep ...
2016-08-19 Clifford WolfOptimize memory address port width in wreduce and memor...
2016-08-18 Clifford WolfBugfix in test_autotb
2016-08-16 Clifford WolfFixed use-after-free dict<> usage pattern in hierarchy.cc
2016-08-15 Clifford WolfMinor fixes in show command
2016-08-10 Clifford WolfFixed some compiler warnings in attrmap command
2016-08-09 Clifford WolfAdded "attrmap" command
2016-08-09 Clifford WolfAdded "attrmvcp" pass
2016-08-08 Clifford WolfUndo "preserve wire attributes in iopadmap" change...
2016-08-06 Clifford WolfAdded "test_autotb -seed" (and "autotest.sh -S")
2016-08-06 Clifford Wolfpreserve wire attributes in iopadmap
2016-08-02 Clifford WolfAdded "insbuf" command
2016-07-25 Clifford WolfRenamed AbstractCellEdgesDatabase::add_cell() to add_ed...
2016-07-24 Clifford WolfImprovements in CellEdgesDatabase
2016-07-24 Clifford WolfAdded CellEdgesDatabase API
2016-07-24 Clifford WolfMoved SatHelper::setup_init() code to SatHelper::setup()
2016-07-23 Clifford WolfAdded $initstate support to "sat" command
2016-07-21 Clifford WolfAfter reading the SV spec, using non-standard predict...
2016-07-13 Clifford WolfAdded basic support for $expect cells
2016-07-13 Clifford WolfMerge pull request #191 from whitequark/json-module...
2016-07-12 Andrew ZonenbergMerge https://github.com/cliffordwolf/yosys
2016-07-12 Clifford WolfMinor bugfix in FSM reset state detection
2016-07-09 Clifford WolfFurther improved fsm_detect output, attempt to detect...
2016-07-09 Clifford WolfAdded printing of some warning messages to fsm_detect
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2016-07-01 Clifford WolfMerge branch 'assert-limit'
2016-07-01 Clifford WolfReplaced "select -assert-limit" with -assert-max and...
2016-07-01 eshellkoAdded 'assert-limit' option for 'select' command
2016-06-19 Clifford WolfBugfix in "abc -script" handling
2016-06-19 Clifford WolfMerge branch 'sv_packages' of https://github.com/rubund...
2016-06-19 Clifford WolfAdded "deminout"
2016-06-17 Clifford WolfAdded "dc2" to default ABC scripts
2016-06-17 Clifford WolfAdded "abc -I <num> -P <num>"
2016-06-17 Clifford WolfImproved support for $sop cells
2016-06-17 Clifford WolfAdded $sop cell type and "abc -sop"
2016-06-17 Clifford WolfUpdated ABC to hg rev b5df6e2b76f0
2016-06-09 Clifford WolfAdded "nlutmap -assert"
2016-06-06 Clifford WolfAdded "proc_mux -ifx"
2016-06-03 Clifford WolfAdded "setundef -init"
2016-06-02 Clifford WolfFix all undef-muxes in dlatch input cone
2016-06-01 Clifford WolfAvoid creating undef-muxes when inferring latches in...
2016-05-29 Clifford WolfAdded opt_expr support for div/mod by power-of-two
2016-05-27 Clifford WolfFixed "scc" for cells that have feedback singals _and_...
2016-05-22 Clifford WolfMerge pull request #172 from zeldin/deterministic_hierarchy
2016-05-22 Marcus ComstedtMade the expansion order of hierarchy deterministic
2016-05-20 Clifford WolfImprovements and fixes in autotest.sh script and test_a...
2016-05-20 Clifford WolfMerge branch 'master' of https://github.com/Kmanfi...
2016-05-19 Kaj TuomiClose opened dump file.
next