Merge pull request #2000 from whitequark/log_error-trap
[yosys.git] / libs / subcircuit /
2020-04-21 Claire WolfMerge pull request #1851 from YosysHQ/claire/bitselwrite
2020-04-17 whitequarkMerge pull request #1864 from boqwxp/cleanup_techmap_abc
2020-04-16 whitequarkMerge pull request #1947 from whitequark/cxxrtl-usability
2020-04-16 whitequarkMerge pull request #1896 from boqwxp/read_stdin_repl
2020-04-16 Claire WolfMerge pull request #1797 from epfl-vlsc/firrtl_backend_...
2020-04-16 Eddie HungMerge pull request #1927 from YosysHQ/eddie/design_remo...
2020-04-16 whitequarkMerge pull request #1915 from boqwxp/dict_move_semantics
2020-04-16 whitequarkMerge pull request #1900 from Xiretza/suppress-makefile...
2020-04-16 whitequarkMerge pull request #1937 from hzeller/consexpr-opportunity
2020-04-14 Henner ZellerUse static constexpr instead of static const where...
2020-01-29 Claire WolfMerge branch 'vector_fix' of https://github.com/Kmanfi...
2019-09-27 Aman GoelMerge pull request #7 from YosysHQ/master
2019-06-26 Eddie HungMerge branch 'xc7nocarrymux' of https://github.com...
2019-06-13 Serge BazanskiMerge pull request #829 from abdelrahmanhosny/master
2019-06-12 Eddie HungMerge remote-tracking branch 'origin/master' into xaig
2019-06-07 Clifford WolfMerge branch 'pr_elab_sys_tasks' of https://github...
2019-06-06 David ShahMerge pull request #1073 from whitequark/ecp5-diamond-iob
2019-06-05 Clifford WolfMerge pull request #999 from jakobwenzel/setundefInitFix
2019-05-31 Eddie HungMerge branch 'xaig' into xc7mux
2019-05-27 Clifford WolfMerge pull request #1026 from YosysHQ/clifford/fix1023
2019-05-27 Clifford WolfMerge pull request #1030 from Kmanfi/makefile_osx
2019-05-23 Eddie HungMerge remote-tracking branch 'origin/eddie/opt_rmdff...
2019-05-23 Clifford WolfMerge pull request #1031 from mdaiter/optimizeLookupTab...
2019-05-22 Matthew DaiterOptimize numberOfPermutations
2019-03-28 Benedikt TutzerMerge remote-tracking branch 'origin/master' into featu...
2019-02-11 Jim LawsonMerge remote-tracking branch 'upstream/master'
2019-01-02 Clifford WolfMerge pull request #770 from whitequark/opt_expr_cmp
2019-01-02 Clifford WolfMerge pull request #755 from Icenowy/anlogic-dram-init
2019-01-02 Clifford WolfMerge pull request #750 from Icenowy/anlogic-ff-init
2019-01-02 Clifford WolfMerge pull request #773 from whitequark/opt_lut_elim_fixes
2019-01-02 Clifford WolfMerge pull request #772 from whitequark/synth_lut
2019-01-02 Clifford WolfMerge pull request #771 from whitequark/techmap_cmp2lut
2019-01-02 Clifford WolfMerge pull request #769 from whitequark/typos
2019-01-02 whitequarkFix typographical and grammatical errors and inconsiste...
2017-11-28 Clifford WolfMerge pull request #462 from daveshah1/up5k
2017-11-27 Clifford WolfMerge branch 'master' into btor-ng
2017-11-26 Clifford WolfMerge pull request #460 from mithro/g3-fixes
2017-11-26 Tim 'mithro' Ansellsubcircuit: Class with virtual methods should have...
2016-07-08 Clifford WolfMerge branch 'yosys-0.5-vtr' of https://github.com...
2015-07-02 Clifford WolfFixed trailing whitespaces
2015-04-03 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-10-10 Clifford WolfMore Win32 build fixes
2014-09-22 Ahmed IrfanMerge branch 'master' of https://github.com/cliffordwol...
2014-07-31 Clifford WolfMoved some stuff to kernel/yosys.{h,cc}, using Yosys...
2014-02-09 Clifford Wolffixed a bug in subcircuit library with cells that have...
2013-05-16 Clifford WolfMerge branch 'bugfix'
2013-03-28 Clifford WolfImproved subcircuit verbose output (added portmapper...
2013-03-25 Clifford WolfImproved verbose output of subcircuit
2013-03-07 Clifford WolfAdded portmapping support to subcircuit userCompareNode...
2013-03-06 Clifford WolfFixed mine test case for subcircuit library
2013-03-06 Clifford WolfFixed handling of constant values and port swapping...
2013-03-05 Clifford WolfAdded some simple progress information to verbose subci...
2013-03-03 Clifford WolfPerformance optimization in subcircuit mining
2013-03-03 Clifford WolfAdded "shared nodes" feature to the subcircuit library
2013-03-03 Clifford WolfFixed subcircuit allowOverlap=false corner case
2013-03-03 Clifford WolfFixed memory corruption in subcircuit miner
2013-03-03 Clifford WolfMinor hotfixes (mostly gcc build fixes)
2013-03-02 Clifford WolfFinished "extract -mine" feature
2013-03-02 Clifford WolfMore fun with subcircuit mining
2013-03-02 Clifford WolfAdded -mine option to extract pass (not finished)
2013-03-02 Clifford Wolfsubcircuit library: implied allExtern for mining
2013-03-02 Clifford WolfAdded frequent subcircuit miner to subcircuit library
2013-02-27 Clifford WolfMoved stand-alone libs to libs/ directory and added...