Various improvements in ModIndex
[yosys.git] / passes /
2014-12-27 Clifford WolfMore dict/pool related changes
2014-12-27 Clifford WolfMore hashtable finetuning
2014-12-26 Clifford WolfReplaced std::unordered_set (nodict) with Yosys::pool
2014-12-26 Clifford WolfReplaced std::unordered_map as implementation for Yosys...
2014-12-26 Clifford WolfAdded Yosys::{dict,nodict,vector} container types
2014-12-25 Clifford WolfAdded "test_cell -muxdiv"
2014-12-25 Clifford WolfAdded "test_cell -w" feature
2014-12-25 Clifford WolfFixed simplemap for $ne cells with output width > 1
2014-12-24 Clifford WolfFixed off-by-one bug in "hierarchy -check" for position...
2014-12-24 Clifford WolfAdded "dfflibmap -prepare" help
2014-12-24 Clifford WolfAdded "dfflibmap -prepare"
2014-12-24 Clifford WolfAdded "dff2dffe -direct" for direct gate mapping
2014-12-24 Clifford WolfAdded "dff2dffe -unmap"
2014-12-24 Clifford WolfAdded support for gate-level cells in dff2dffe
2014-12-24 Clifford WolfImprovements in simplemap api, added $ne $nex $eq ...
2014-12-24 Clifford WolfRenamed extend() to extend_xx(), changed most users...
2014-12-23 Clifford WolfImproved ABC clock domain partitioning
2014-12-23 Clifford WolfIndenting fix in show.cc
2014-12-23 Clifford WolfAdded "show -colorattr"
2014-12-23 Clifford WolfAdded "abc -markgroups"
2014-12-21 Clifford WolfAdded support for multiple clock domains to "abc" pass
2014-12-21 Clifford WolfFixed "abc" pass for clk and enable signals driven...
2014-12-19 Clifford WolfAdded DFFE support to "abc" pass
2014-12-19 Clifford WolfChecking existence of ports in "hierarchy -check"
2014-12-08 Clifford WolfAdded functionality to dff2dffe pass
2014-12-08 Clifford WolfAdded skeleton dff2dffe pass
2014-12-08 Clifford WolfAdded $dffe cell type
2014-11-27 Clifford WolfFixed bug in "hierarchy -top" with array of instances
2014-11-09 Clifford WolfIntroducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NOR...
2014-11-09 Clifford WolfAdded log_warning() API
2014-11-08 Clifford WolfAdded missing fixup_ports() calls to "rename" command
2014-11-08 Clifford WolfAdded "Nx" syntax to "show" command for repeating SigChunks
2014-11-07 Clifford WolfImproved TopoSort determinism
2014-11-07 Clifford WolfFixed typo in "log_cmd_error_exception"
2014-11-06 Clifford WolfMade "cover" a compile-time option (disabled by default)
2014-10-31 Clifford WolfAdded "opt -full" alias for all more aggressive optimiz...
2014-10-23 Clifford WolfRe-introduced Yosys::readsome() helper function
2014-10-19 Clifford WolfMerge pull request #40 from parvizp/compile_mac_10.9.2
2014-10-18 Clifford WolfAlso look for yosys-abc in parent dir on win32
2014-10-18 Clifford WolfFixed typo in test_cell
2014-10-18 Clifford WolfFixed various VS warnings
2014-10-17 Clifford WolfVarious win32 / vs build fixes
2014-10-17 Clifford WolfAdded genfiles.zip to MXE "make dist"
2014-10-17 Clifford WolfVarious MXE build fixes
2014-10-17 William SpeirsHeader changes so it will compile on VS
2014-10-16 Clifford WolfDon't be too smart with $dff cells with "init" attribut...
2014-10-16 Clifford WolfSome cleanups in opt_clean
2014-10-14 Clifford WolfMerge branch 'win32'
2014-10-14 Clifford WolfReplaced readsome() with read() and gcount()
2014-10-14 William SpeirsChanged from "and" to "&&"
2014-10-14 William SpeirsWrapped init in std::set constructor
2014-10-13 Clifford WolfRemoved CHECK() macro from libparse.cc (was using non...
2014-10-12 Clifford WolfMore win32/abc fixes
2014-10-12 Clifford WolfAdded make_temp_{file,dir}() and remove_directory(...
2014-10-12 Clifford WolfUsing stringf() instead of asprintf() in "abc" pass
2014-10-12 Clifford WolfAdded run_command() api to replace system() and popen()
2014-10-11 Clifford WolfRenamed "log.cc" to "logcmd.cc" so there aren't two...
2014-10-11 Clifford WolfDo not the 'z' modifier in format string (another win32...
2014-10-11 Clifford WolfFixed win32 troubles with f.readsome()
2014-10-11 Clifford WolfDisabled "cover -d" on win32
2014-10-10 Clifford WolfMore Win32 build fixes
2014-10-10 Clifford WolfMoved patmatch() to yosys.cc
2014-10-10 Clifford WolfReplaced fnmatch() with patmatch()
2014-10-10 Clifford WolfAdded format __attribute__ to stringf()
2014-10-10 Clifford WolfRenamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because...
2014-10-10 Clifford WolfRenamed SIZE() to GetSize() because of name collision...
2014-10-09 Clifford WolfAdded API for generic cell cost calculations
2014-10-09 Clifford WolfAdded mxe-based cross build for win32
2014-10-08 Clifford WolfFixes in "hilomap" help message
2014-10-03 Clifford Wolfsort cell types in "stat" output by name
2014-10-03 Clifford Wolfsat encoding for exclusive $pmux ctrl inputs in "share...
2014-10-03 Clifford Wolfadded resource sharing of $macc cells
2014-10-03 Clifford WolfAdded $_BUF_ cell type
2014-10-03 Clifford Wolfremove buffers in opt_clean
2014-10-03 Clifford Wolfresource sharing of $alu cells
2014-09-30 Clifford Wolfset "keep" on modules with $assert cells in "hierarchy"
2014-09-29 Clifford WolfAdded support for "keep" on modules
2014-09-27 Clifford Wolfnamespace Yosys
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-09-21 Clifford WolfRe-enabled assert for new logic loops in "share" pass
2014-09-21 Clifford WolfVarious improvements regarding logic loops in "share...
2014-09-21 Clifford WolfLogic loop bugfix for "share" pass
2014-09-21 Clifford WolfAdded "share -limit"
2014-09-21 Clifford WolfStill loop bug in "share": changed assert to warning
2014-09-21 Clifford WolfDo not introduce new logic loops in "share"
2014-09-21 Clifford WolfAssert on new logic loops in "share" pass
2014-09-19 Clifford WolfAdded "test_abcloop" command
2014-09-19 Clifford WolfSmall improvements in "abc" command handle_loops()...
2014-09-19 Clifford WolfUsing "NOT" instead of "INV" as cell name in default...
2014-09-19 Clifford WolfAlphabetically sort port names in "show" output
2014-09-18 Clifford WolfDo not run "scorr" in "abc -fast"
2014-09-18 Clifford WolfAdded "abc -fast"
2014-09-16 Clifford WolfFixed $_NOR vs. $_NOR_ typo in abc.cc
2014-09-16 Clifford WolfFixed $memwr/$memrd order in memory_dff
2014-09-15 Clifford WolfMore aggressive $macc merging in alumacc
2014-09-15 Clifford WolfAdded the obvious optimizations to alumacc $macc generator
2014-09-15 Clifford WolfImproved maccmap tree bit packing
2014-09-15 Clifford WolfFixed wreduce $shiftx handling
2014-09-14 Clifford WolfFixed techmap_wrap for techmap_celltype
2014-09-14 Clifford WolfVarious fixes/cleanups in alumacc and maccmap
next