Merge pull request #633 from mmicko/master
[yosys.git] / passes /
2018-09-14 Clifford WolfMerge pull request #625 from aman-goel/master
2018-09-14 Clifford WolfMerge pull request #627 from acw1251/master
2018-09-12 acw1251Fixed minor typo in "sim" help message
2018-09-11 Aman GoelMinor revision to -expose in setundef pass
2018-08-23 Clifford WolfMerge pull request #610 from udif/udif_specify_round2
2018-08-22 Jim LawsonMerge pull request #1 from YosysHQ/master
2018-08-19 Clifford WolfMerge pull request #606 from cr1901/show-win
2018-08-18 Clifford WolfMerge pull request #575 from aman-goel/master
2018-08-18 Aman GoelRevision to expose option in setundef pass
2018-08-18 Aman GoelMerge pull request #3 from YosysHQ/master
2018-08-15 William D. JonesUpdate show pass documentation with Windows caveats.
2018-08-15 William D. JonesFix run_command() when using -format and -viewer in...
2018-08-15 Clifford WolfMerge pull request #573 from cr1901/msys-64
2018-08-15 Clifford WolfMerge pull request #591 from hzeller/virtual-override
2018-08-15 Clifford WolfMerge pull request #590 from hzeller/remaining-file...
2018-08-15 Clifford WolfMerge pull request #576 from cr1901/no-resource
2018-08-15 Clifford WolfMerge pull request #513 from udif/pr_reg_wire_error
2018-08-15 Clifford WolfMerge pull request #562 from udif/pr_fix_illegal_port_decl
2018-07-22 Clifford WolfAdd missing <deque> include (MSVC build fix)
2018-07-21 Henner ZellerConsistent use of 'override' for virtual methods in...
2018-07-19 Clifford WolfAdd async2sync pass
2018-07-18 Aman GoelMerge pull request #2 from YosysHQ/master
2018-07-16 Clifford WolfMerge pull request #581 from daveshah1/ecp5
2018-07-14 David Shahecp5: Adding synchronous set/reset support
2018-07-04 Aman GoelMerge branch 'YosysHQ-master'
2018-07-04 Aman GoelMerging with official repo
2018-06-20 Clifford WolfMerge branch 'master' of github.com:YosysHQ/yosys
2018-06-20 Clifford WolfAdd automatic verific import in hierarchy command
2018-06-19 Clifford WolfMerge pull request #571 from q3k/q3k/protobuf-backend
2018-06-19 Clifford WolfBe slightly less aggressive in "deminout" pass
2018-06-19 Clifford WolfMerge pull request #570 from edcote/patch-4
2018-06-19 Edmond CoteInclude module name for area summary stats
2018-06-01 Clifford WolfAdd setundef -anyseq / -anyconst support to -undriven...
2018-06-01 Clifford WolfAdd "setundef -anyconst"
2018-05-31 Clifford WolfBugfix in handling of array instances with empty ports
2018-05-28 Clifford WolfDisable memory_dff for initialized FFs
2018-05-28 Clifford WolfAdd some cleanup code to memory_nordff
2018-05-19 Clifford WolfMerge pull request #454 from rqou/emscripten-and-abc
2018-05-19 Robert OuFix infinite loop in abc command under emscripten
2018-05-19 Robert OuAdd an option to statically link abc into yosys
2018-05-15 Aman GoelCorrection to -expose with setundef
2018-05-15 Clifford WolfFix iopadmap for loops between tristate IO buffers
2018-05-15 Clifford WolfFix iopadmap for cases where IO pins already have buffe...
2018-05-14 Aman GoelMinor correction
2018-05-14 Aman GoelCorrections to option -expose in setundef pass
2018-05-13 Aman GoelAdd option -expose to setundef pass
2018-05-13 Clifford WolfSome cleanups in setundef.cc
2018-05-13 Clifford WolfMerge pull request #505 from thefallenidealist/FreeBSD_...
2018-05-13 Christian KrämerAdd "#ifdef __FreeBSD__"
2018-05-13 Clifford WolfRevert "Add "#ifdef __FreeBSD__""
2018-05-12 Clifford WolfAdd optimization of tristate buffer with constant contr...
2018-05-12 Clifford WolfAdd "hierarchy -simcheck"
2018-05-05 Johnny SorocilAdd "#ifdef __FreeBSD__"
2018-05-04 Clifford WolfAdd ABC FAQ to "help abc"
2018-05-04 Clifford WolfMerge pull request #537 from mithro/yosys-vpr
2018-05-03 Clifford WolfReplace -ignore_redef with -[no]overwrite
2018-04-05 Clifford WolfAdded missing dont_use handling for SR FFs to dfflibmap
2018-03-29 Clifford WolfRemoved $timescale from "sat" command VCD writer
2018-03-27 Clifford WolfMerge pull request #515 from edcote/patch-1
2018-03-27 Clifford WolfChenged "extensions_map" to "extensions_list" in hierar...
2018-03-27 Clifford WolfMerge pull request #518 from xerpi/master
2018-03-27 Sergi Granellpasses/hierarchy: Reduce code duplication in expand_module
2018-03-26 Clifford WolfAdd .sv support to "hierarchy -libdir"
2018-03-12 Clifford WolfAdd "expose -input"
2018-03-12 Clifford WolfAdd "setundef -undef"
2018-03-10 Clifford WolfFix handling of src attributes in flatten
2018-03-06 Clifford WolfAdd "memory_nordff" pass
2018-03-04 Clifford WolfFix connwrappers help message
2018-02-26 Clifford WolfAdd $dlatchsr support to clk2fflogic
2018-02-26 Clifford WolfFix opt_rmdff handling of $dlatchsr
2018-02-23 Clifford WolfMerge branch 'forall'
2018-02-23 Clifford WolfAdd $allconst and $allseq cell types
2018-02-13 Clifford WolfRecognize stand-alone obj pattern even when it contains...
2018-02-03 Clifford WolfMerge pull request #488 from azonenberg/for_clifford
2018-01-19 Clifford WolfImprove log messages in equiv_make
2018-01-09 Clifford WolfAdd "dffinit -highlow" and fix synth_intel
2018-01-07 Clifford WolfAdd support for "yosys -E"
2018-01-07 Clifford WolfBugfix in hierarchy blackbox module port width handling
2018-01-05 Clifford WolfMerge pull request #479 from Fatsie/latch_without_data
2018-01-05 Clifford WolfBugfix in hierarchy handling of blackbox module ports
2018-01-04 Clifford WolfMerge pull request #480 from Fatsie/liberty_value_expre...
2018-01-04 Clifford WolfTemporarily derive blackbox modules in hierarchy to...
2018-01-03 Staf VerhaegenValue of properties can be expression.
2017-12-14 Clifford WolfMerge branch 'master' into btor-ng
2017-12-14 Clifford WolfFix a bug in clk2fflogic memory handling
2017-12-14 Clifford WolfMerge branch 'master' into btor-ng
2017-12-14 Clifford WolfAdd clk2fflogic memory support
2017-12-13 Clifford WolfCheck for memories in clk2fflogic
2017-12-13 Clifford WolfMerge pull request #468 from grahamedgecombe/fix-sb...
2017-12-12 Clifford WolfAdd warnings for driver-driver conflicts between FFs...
2017-11-24 Clifford WolfMerge pull request #446 from mithro/travis-rework
2017-11-09 dh73Merge https://github.com/cliffordwolf/yosys
2017-11-08 Clifford WolfAdd support for editline as replacement for readline
2017-10-31 Clifford WolfAdd "ltp" command
2017-10-26 Clifford WolfFix memory corruption bug in opt_rmdff
2017-10-26 Clifford WolfFix typo in opt_clean log message
2017-10-14 Clifford WolfRevert 90be0d8 as it causes endless loops for some...
2017-10-12 Clifford WolfMerge pull request #434 from Kmanfi/vector_fix
2017-10-12 Kaj TuomiFix input vector for reduce cells.
2017-10-10 Clifford WolfMerge branch 'master' of github.com:cliffordwolf/yosys
next