Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ystests: fix write_smt2_write_smt2_cyclic_dependency_fail | Eddie Hung | 2020-02-28 | 1 | -11/+11 |
| | |||||
* | Merge pull request #1709 from rqou/coolrunner2_counter | Claire Wolf | 2020-02-27 | 1 | -97/+354 |
|\ | | | | | Improve CoolRunner-II optimization by using extract_counter pass | ||||
| * | extract_counter: Implement extracting up counters | R. Ou | 2020-02-17 | 1 | -65/+247 |
| | | |||||
| * | extract_counter: Add support for inverted clock enable | R. Ou | 2020-02-17 | 1 | -8/+28 |
| | | |||||
| * | extract_counter: Fix clock enable | R. Ou | 2020-02-17 | 1 | -1/+3 |
| | | |||||
| * | extract_counter: Fix outputting count to module port | R. Ou | 2020-02-17 | 1 | -8/+20 |
| | | |||||
| * | extract_counter: Allow forbidding async reset | R. Ou | 2020-02-17 | 1 | -2/+17 |
| | | |||||
| * | extract_counter: Refactor out extraction settings into struct | R. Ou | 2020-02-17 | 1 | -17/+43 |
| | | |||||
* | | Merge pull request #1705 from YosysHQ/logger_pass | Miodrag Milanović | 2020-02-26 | 2 | -0/+202 |
|\ \ | | | | | | | Logger pass | ||||
| * | | Fix line endings | Miodrag Milanovic | 2020-02-23 | 1 | -10/+10 |
| | | | |||||
| * | | Update explanation for expect-no-warnings | Miodrag Milanovic | 2020-02-22 | 1 | -1/+1 |
| | | | |||||
| * | | Check other regex parameters | Miodrag Milanovic | 2020-02-22 | 1 | -15/+30 |
| | | | |||||
| * | | check for regex errors | Miodrag Milanovic | 2020-02-20 | 1 | -16/+20 |
| | | | |||||
| * | | Option to expect no warnings | Miodrag Milanovic | 2020-02-17 | 1 | -0/+7 |
| | | | |||||
| * | | Add expect option to logger command | Miodrag Milanovic | 2020-02-14 | 1 | -1/+35 |
| | | | |||||
| * | | Add new logger pass | Miodrag Milanovic | 2020-02-13 | 2 | -0/+142 |
| | | | |||||
* | | | Closes #1714. Fix make failure when NDEBUG=1. | Alberto Gonzalez | 2020-02-22 | 1 | -2/+0 |
| | | | |||||
* | | | Merge pull request #1703 from YosysHQ/eddie/specify_improve | Eddie Hung | 2020-02-21 | 1 | -9/+15 |
|\ \ \ | |_|/ |/| | | Improve specify parser | ||||
| * | | clean: ignore specify-s inside cells when determining whether to keep | Eddie Hung | 2020-02-19 | 1 | -9/+15 |
| |/ | |||||
* | | show: Add -nobg argument. | Tim 'mithro' Ansell | 2020-02-15 | 1 | -6/+13 |
| | | | | | | | | Makes yosys wait for the viewer command to finish before continuing. | ||||
* | | Revert "abc9: fix abc9_arrival for flops" | Eddie Hung | 2020-02-14 | 1 | -31/+2 |
| | | | | | | | | This reverts commit f7c0dbecee7ee8f2e3fc8bc8337e7045fd4aff15. | ||||
* | | Merge pull request #1700 from YosysHQ/eddie/abc9_fixes | Eddie Hung | 2020-02-13 | 1 | -15/+33 |
|\ \ | | | | | | | Use (* abc9_init *) attribute, fix use of abc9_arrival for flops | ||||
| * | | abc9: fix abc9_arrival for flops | Eddie Hung | 2020-02-13 | 1 | -2/+31 |
| | | | |||||
| * | | abc9: deprecate abc9_ff.init wire for (* abc9_init *) attr | Eddie Hung | 2020-02-13 | 1 | -13/+2 |
| |/ | |||||
* | | iopadmap: fixes as suggested by @mwkmwkmwk | Eddie Hung | 2020-02-13 | 1 | -19/+11 |
| | | |||||
* | | iopadmap: move \init attributes from outpad output to its input | Eddie Hung | 2020-02-13 | 1 | -3/+20 |
|/ | |||||
* | abc9: cleanup | Eddie Hung | 2020-02-10 | 1 | -1/+1 |
| | |||||
* | Fix misc.abc9.abc9_abc9_luts | Eddie Hung | 2020-02-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1576 from YosysHQ/eddie/opt_merge_init | Eddie Hung | 2020-02-05 | 1 | -1/+16 |
|\ | | | | | opt_merge: discard \init of '$' cells with 'Q' port when merging | ||||
| * | Merge remote-tracking branch 'origin/master' into eddie/opt_merge_init | Eddie Hung | 2020-01-28 | 29 | -1488/+3392 |
| |\ | |||||
| * | | Add $_FF_ and $_SR* courtesy of @mwkmwkmwk | Eddie Hung | 2019-12-20 | 1 | -4/+6 |
| | | | |||||
| * | | More stringent check for flop cells | Eddie Hung | 2019-12-20 | 1 | -2/+4 |
| | | | |||||
| * | | opt_merge to discard \init of '$' cells with 'Q' port when merging | Eddie Hung | 2019-12-13 | 1 | -0/+11 |
| | | | |||||
* | | | abc9_ops: -reintegrate to use derived_type for box_ports | Eddie Hung | 2020-02-05 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1638 from YosysHQ/eddie/fix1631 | Eddie Hung | 2020-02-05 | 1 | -6/+77 |
|\ \ \ | | | | | | | | | clk2fflogic: work for bit-level $_DFF_* and $_DFFSR_* | ||||
| * | | | clk2fflogic: work for bit-level $_DFF_* and $_DFFSR_* | Eddie Hung | 2020-01-15 | 1 | -6/+77 |
| | | | | |||||
* | | | | Merge pull request #1661 from YosysHQ/eddie/abc9_required | Eddie Hung | 2020-02-05 | 3 | -77/+383 |
|\ \ \ \ | | | | | | | | | | | abc9: add support for required times | ||||
| * | | | | abc9_ops: -check for negative arrival/required times | Eddie Hung | 2020-01-27 | 1 | -4/+22 |
| | | | | | |||||
| * | | | | Merge branch 'eddie/abc9_refactor' into eddie/abc9_required | Eddie Hung | 2020-01-27 | 9 | -107/+361 |
| |\ \ \ \ | |||||
| * | | | | | abc9_ops: -write_box is empty, output a dummy box to prevent ABC error | Eddie Hung | 2020-01-15 | 2 | -2/+4 |
| | | | | | | |||||
| * | | | | | abc9_ops: cope with (* abc9_flop *) in place of (* abc9_box_id *) | Eddie Hung | 2020-01-14 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | abc9_ops: -check to check abc9_{arrival,required} | Eddie Hung | 2020-01-14 | 1 | -3/+30 |
| | | | | | | |||||
| * | | | | | abc9_ops: implement a requireds_cache | Eddie Hung | 2020-01-14 | 1 | -26/+34 |
| | | | | | | |||||
| * | | | | | abc9_ops: generate flop box ids, add abc9_required to FD* cells | Eddie Hung | 2020-01-14 | 1 | -65/+56 |
| | | | | | | |||||
| * | | | | | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into ↵ | Eddie Hung | 2020-01-14 | 1 | -9/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | eddie/abc9_required | ||||
| * | | | | | | abc9_ops: fix -reintegrate handling of $__ABC9_DELAY | Eddie Hung | 2020-01-14 | 1 | -2/+3 |
| | | | | | | | |||||
| * | | | | | | abc9_ops: -prep_times -> -prep_delays; add doc | Eddie Hung | 2020-01-14 | 2 | -11/+23 |
| | | | | | | | |||||
| * | | | | | | abc9_ops: cleanup | Eddie Hung | 2020-01-14 | 1 | -14/+5 |
| | | | | | | | |||||
| * | | | | | | abc9_ops: discard $__ABC9_DELAY boxes | Eddie Hung | 2020-01-14 | 1 | -7/+2 |
| | | | | | | | |||||
| * | | | | | | Merge remote-tracking branch 'origin/eddie/abc9_refactor' into ↵ | Eddie Hung | 2020-01-14 | 5 | -249/+277 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | eddie/abc9_required |