yosys.git
2019-06-22 Eddie HungMerge remote-tracking branch 'origin/xaig' into xc7mux
2019-06-22 Eddie HungReduce log_debug spam in parse_xaiger()
2019-06-22 Eddie HungMerge remote-tracking branch 'origin/xaig' into xc7mux
2019-06-22 Eddie HungDo not rename non LUT cells in abc9
2019-06-22 Eddie HungReplace assert with error message
2019-06-22 Eddie HungAdd log_push()/log_pop() inside write_xaiger
2019-06-22 Eddie HungAdd log_push()/log_pop() inside write_xaiger
2019-06-22 Eddie HungConstrain wreduce only if wide mux
2019-06-22 Eddie HungSimplify and comment out mux_map.v
2019-06-21 Eddie Hungsynth_xilinx to now wreduce except $mux, remove extra...
2019-06-21 Eddie Hungmux_map to no longer copy last value into 1'bx
2019-06-21 Eddie HungFix spacing
2019-06-21 Eddie HungFix spacing again, A_forward -> A_backward
2019-06-21 Eddie HungRestore wreduce to synth_xilinx, after muxcover
2019-06-21 Eddie HungRevert B_SIGNED optimisation, since only works for...
2019-06-21 Eddie HungFix spacing
2019-06-21 Eddie Hungsynth_xilinx to use _ABC macro, and perform muxpack...
2019-06-21 Eddie HungAdd $__XILINX_MUXF78 to preserve entire box
2019-06-21 Eddie HungDo not rename non LUT cells in abc9
2019-06-21 Eddie HungReplace assert with error message
2019-06-21 Eddie HungMerge remote-tracking branch 'origin/eddie/muxpack...
2019-06-21 Eddie HungFix alignment
2019-06-21 Eddie HungMerge branch 'xc7mux' into xc7mux_wip
2019-06-21 Eddie HungOne more workaround for gcc-4.8
2019-06-21 Eddie HungOne more workaround for gcc-4.8
2019-06-21 Eddie HungWorkaround issues exposed by gcc-4.8
2019-06-21 Eddie HungNo point logging constant bit
2019-06-21 Eddie HungMove comment
2019-06-21 Eddie HungRevert "autotest.sh to cat *.err on error"
2019-06-21 Eddie HungRevert "Cat more stuff"
2019-06-21 Eddie HungWorkaround issues exposed by gcc-4.8
2019-06-21 Eddie HungRevert "Stab in the dark with aig_map from dict ->...
2019-06-21 Eddie HungCat more stuff
2019-06-21 Eddie HungNo point logging constant bit
2019-06-21 Eddie HungMove comment
2019-06-21 Eddie HungStab in the dark with aig_map from dict -> std::map
2019-06-21 Eddie HungAdd FIXME about need for -mux4
2019-06-21 Eddie HungSince muxcover uses MUX4s, blast them back to gates...
2019-06-21 Eddie HungExpand synth -coarse without wreduce, move muxcover
2019-06-21 Eddie HungMerge remote-tracking branch 'origin/clifford/fix1091...
2019-06-21 Eddie Hungautotest.sh to cat *.err on error
2019-06-21 Clifford WolfReplace "muxcover -freedecode" with "muxcover -dmux...
2019-06-21 Clifford WolfAdd "muxcover -freedecode"
2019-06-21 Eddie HungFix spacing
2019-06-21 Eddie HungRevert Makefile
2019-06-21 Eddie HungFix spacing
2019-06-21 Eddie HungRevert Makefile
2019-06-21 Eddie HungRefactor bit2aig for less lookups
2019-06-21 Eddie HungFix gcc invalidation behaviour for write_aiger
2019-06-21 Eddie HungFix gcc error, due to dict invalidation during recursion
2019-06-21 Eddie HungFix gcc warning of potentially uninitialised
2019-06-21 Eddie HungRefactor bit2aig for less lookups
2019-06-21 Eddie HungFix gcc invalidation behaviour for write_aiger
2019-06-21 Eddie HungFix gcc error, due to dict invalidation during recursion
2019-06-21 Eddie HungFix gcc warning of potentially uninitialised
2019-06-21 Clifford WolfImprovements in muxcover
2019-06-21 Eddie HungMissing a `clean` and `opt_expr -mux_bool` in test
2019-06-21 Eddie HungAdd test
2019-06-21 Clifford WolfAdd support for partial matches to muxcover, fixes...
2019-06-21 Eddie Hungwrite_xaiger to flatten 1'bx/1'bz to 1'b0 again
2019-06-21 Eddie HungFix simple_abc9/generate test with 1'bx at MSB
2019-06-21 Eddie HungFix different abc9 test
2019-06-21 Eddie HungFix broken abc9.v test due to inout being 1'bx
2019-06-21 Eddie HungRun simple_abc9 tests
2019-06-21 Eddie Hungwrite_xaiger to flatten 1'bx/1'bz to 1'b0 again
2019-06-21 Eddie HungFix simple_abc9/generate test with 1'bx at MSB
2019-06-21 Eddie HungFix different abc9 test
2019-06-21 Eddie HungFix broken abc9.v test due to inout being 1'bx
2019-06-21 Eddie HungRun simple_abc9 tests
2019-06-21 Eddie HungMerge remote-tracking branch 'origin/master' into xaig
2019-06-21 Eddie HungFix issue with part of PI being 1'bx
2019-06-21 Eddie HungCall opt_expr -mux_undef to get rid of 1'bx in muxes...
2019-06-21 Eddie HungHandle COs driven by 1'bx
2019-06-21 Eddie HungDo not call "setundef -zero" in abc9
2019-06-21 Eddie Hungwrite_xaiger to skip POs driven by 1'bx
2019-06-21 Eddie HungFix issue with part of PI being 1'bx
2019-06-20 Eddie HungCall opt_expr -mux_undef to get rid of 1'bx in muxes...
2019-06-20 Eddie Hungmux_map to drop sign bit, and eliminate 'bx-es
2019-06-20 Eddie HungMerge remote-tracking branch 'origin/eddie/fix1115...
2019-06-20 Eddie HungMerge remote-tracking branch 'origin/eddie/fix1118...
2019-06-20 Eddie HungAdd test
2019-06-20 Eddie HungMake genvar a signed type
2019-06-20 Eddie HungAdd CHANGELOG entry
2019-06-20 Eddie HungExtend sign extension tests
2019-06-20 Eddie HungMaintain "is_unsized" state of constants
2019-06-20 Eddie HungRevert "Fix sign extension when sign is 1'bx"
2019-06-20 Eddie HungHandle COs driven by 1'bx
2019-06-20 Eddie HungDo not call "setundef -zero" in abc9
2019-06-20 Eddie Hungwrite_xaiger to skip POs driven by 1'bx
2019-06-20 Eddie HungMerge remote-tracking branch 'origin/eddie/fix1115...
2019-06-20 Eddie HungMerge remote-tracking branch 'origin/master' into xc7mux
2019-06-20 Eddie HungRemove leftover comment
2019-06-20 Eddie HungAdd test
2019-06-20 Eddie HungFix sign extension when sign is 1'bx
2019-06-20 Clifford WolfFix typo, fixes #1095
2019-06-20 Clifford WolfImprove shregmap help message, fixes #1113
2019-06-20 Clifford WolfUpdate some .gitignore files
2019-06-20 Clifford WolfFix typo
2019-06-20 Clifford WolfMerge branch 'towoe-unpacked_arrays'
2019-06-20 Clifford WolfAdd proper test for SV-style arrays
next