yosys.git
2020-01-10 Eddie HungMerge pull request #1624 from YosysHQ/eddie/abc9_leak
2020-01-10 Eddie Hungabc9: fix memory leak
2020-01-09 Clifford WolfBump version
2020-01-08 Eddie HungFix abc9_xc7.box comments
2020-01-07 Eddie Hungscc to use design->selected_modules() which avoids...
2020-01-07 Eddie HungBump ABCREV for upstream fix
2020-01-07 Eddie HungMerge pull request #1618 from YosysHQ/eddie/aiger_fixes
2020-01-07 Eddie Hungread_aiger: consistency between ascii and binary; also...
2020-01-07 Eddie HungAdd testcases
2020-01-07 Eddie Hungtests/aiger: write Yosys output
2020-01-07 Eddie Hungread_aiger: connect identical signals together
2020-01-07 Eddie Hungread_aiger: cope with latches and POs with same name
2020-01-07 Eddie Hungread_aiger: default -clk_name to be empty
2020-01-07 Eddie HungMerge branch 'master' of github.com:YosysHQ/yosys
2020-01-07 Eddie HungMerge pull request #1181 from YosysHQ/xaig_dff
2020-01-07 Eddie HungFix DSP48E1 sim
2020-01-06 Eddie HungMerge remote-tracking branch 'origin/master' into xaig_dff
2020-01-06 Eddie HungMerge pull request #1617 from YosysHQ/eddie/abc9_dsp_re...
2020-01-06 Eddie Hungabc9: uncomment nothing to map message
2020-01-06 Eddie HungWrap arrival functions inside `YOSYS too
2020-01-06 Eddie HungFixes
2020-01-06 Eddie HungFixes
2020-01-06 Eddie HungMerge pull request #1616 from nakengelhardt/abc_scratch...
2020-01-06 Eddie HungFix return value of arrival time functions, fix word
2020-01-06 Eddie HungBump ABCREV for upstream fix
2020-01-06 Eddie Hungabc9: remove -markgroups option, since operates on...
2020-01-06 Eddie Hungabc9: cleanup
2020-01-06 Eddie Hungwrite_xaiger: make more robust, update doc
2020-01-06 Eddie Hungwrite_aiger: make more robust
2020-01-06 N. Engelhardterror if multiple -g options are given for abc
2020-01-06 Eddie HungAdd abc9.dff scratchpad option
2020-01-06 Eddie HungMerge remote-tracking branch 'origin/master' into xaig_dff
2020-01-06 Eddie HungMerge pull request #1582 from nakengelhardt/abc_scratch...
2020-01-06 Eddie HungMerge remote-tracking branch 'origin/master' into xaig_dff
2020-01-06 Eddie HungReword (* abc9_flop *) description
2020-01-06 N. Engelhardtcheck scratchpad for arguments in abc pass too
2020-01-06 N. Engelhardtinherit default values when checking scratchpad for...
2020-01-05 Miodrag MilanovićMerge pull request #1611 from YosysHQ/mmicko/wrapcarry_fix
2020-01-04 Miodrag MilanovicValid to have attribute starting with SB_CARRY.
2020-01-03 Eddie HungRestore write_xaiger's holes_mode since port_id order...
2020-01-03 N. Engelhardtshare codepath for scratchpad argument handling with...
2020-01-03 N. EngelhardtMerge branch 'master' of https://github.com/YosysHQ...
2020-01-03 Eddie HungCleanup
2020-01-03 Eddie HungFix spacing
2020-01-02 Eddie Hungwrite_xaiger: get rid of external_bits dict
2020-01-02 Eddie HungCombine tests to check multiple clock domains
2020-01-02 Eddie HungDrive $[ABCD] explicitly
2020-01-02 whitequarkMerge pull request #1604 from whitequark/unify-ram...
2020-01-02 Eddie Hungsynth_xilinx -dff to work with abc too
2020-01-02 Eddie HungMerge remote-tracking branch 'origin/master' into eddie...
2020-01-02 Eddie HungMerge remote-tracking branch 'origin/master' into xaig_dff
2020-01-02 Eddie HungAdd 'abc9 -dff' to CHANGELOG
2020-01-02 Eddie HungUpdate doc
2020-01-02 Eddie HungUpdate comments
2020-01-02 Eddie Hungabc9 -keepff -> -dff; refactor dff operations
2020-01-02 Clifford WolfMerge pull request #1609 from YosysHQ/clifford/fix1596
2020-01-02 Clifford WolfAlways create $shl, $shr, $sshl, $sshr cells with unsig...
2020-01-02 Eddie HungMerge pull request #1601 from YosysHQ/eddie/synth_retime
2020-01-02 Eddie HungMerge pull request #1608 from YosysHQ/eddie/ifndef_YOSYS
2020-01-02 Eddie Hungifndef __ICARUS__ -> ifdef YOSYS
2020-01-02 Eddie Hungifdef __ICARUS__ -> ifndef YOSYS
2020-01-02 Eddie HungRework abc9's DSP48E1 model
2020-01-01 Eddie HungMerge pull request #1606 from YosysHQ/eddie/improve_tests
2020-01-01 Eddie HungRevert insertion of 'reg', leave note behind
2020-01-01 Miodrag MilanovićMerge pull request #1605 from YosysHQ/iopad_fix
2020-01-01 Eddie HungFix anlogic async flop mapping
2020-01-01 Eddie HungClamp -46ps for FDPE* too
2020-01-01 Eddie HungGet rid of (* abc9_keep *) in write_xaiger too
2020-01-01 Eddie HungCleanup abc9, update doc for -keepff option
2020-01-01 Eddie HungRestore abc9 -keepff
2020-01-01 Eddie Hungattributes.count() -> get_bool_attribute()
2020-01-01 Miodrag MilanovicAdded a test case
2020-01-01 Miodrag Milanovictake skip wire bits into account
2020-01-01 whitequarkHarmonize BRAM/LUTRAM descriptions across all of Yosys.
2020-01-01 Eddie HungRe-arrange FD order
2020-01-01 Eddie HungMissing character
2020-01-01 Eddie HungDo not do call equiv_opt when no sim model exists
2020-01-01 Eddie HungFix warnings
2020-01-01 Eddie HungCall equiv_opt with -multiclock and -assert
2020-01-01 Eddie HungCleanup xilinx boxes
2020-01-01 Eddie HungCleanup ice40 boxes
2020-01-01 Eddie HungCleanup ecp5 boxes
2020-01-01 Eddie Hungparse_xaiger to not take box_lookup
2020-01-01 Eddie Hungparse_xaiger to reorder ports too
2020-01-01 Eddie HungAdd some abc9 dff tests
2020-01-01 Eddie HungDo not re-order carry chain ports, just precompute...
2019-12-31 Eddie HungUpdate abc9_xc7.box comments
2019-12-31 Eddie HungFDCE ports to be alphabetical
2019-12-31 Eddie HungFix attributes on $__ABC9_ASYNC[01] whitebox
2019-12-31 Eddie HungFix incorrect $__ABC9_ASYNC[01] box
2019-12-31 Eddie Hungwrite_xaiger: be more precise with ff_bits, remove...
2019-12-31 Eddie HungRetry getting rid of write_xaiger's holes_mode
2019-12-31 Eddie HungRevert "Get rid of holes_mode"
2019-12-31 Eddie HungGet rid of holes_mode
2019-12-31 Eddie HungAdd -D DFF_MODE to abc9_map test
2019-12-31 Eddie HungRemove delay targets doc
2019-12-30 Eddie Hungwrite_xaiger to use scratchpad for stats; cleanup abc9
2019-12-30 Eddie HungGrammar
2019-12-30 Eddie HungRemove submod changes
2019-12-30 Eddie HungUpdate timings for Xilinx S7 cells
next