Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Use pool instead of std::set for determinism | Eddie Hung | 2019-12-02 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | iopadmap: Look harder for already-present buffers. (#1731) | Marcelina Kościelnicka | 2020-03-02 | 1 | -14/+54 | |
| | | | | | | | | | | | | | | | | | | | | iopadmap: Look harder for already-present buffers. Fixes #1720. | |||||
* | | | | Merge pull request #1724 from YosysHQ/eddie/abc9_specify | Eddie Hung | 2020-03-02 | 2 | -187/+372 | |
|\ \ \ \ | | | | | | | | | | | abc9: auto-generate *.lut/*.box files and arrival/required times from specify entries | |||||
| * | | | | Fixes for older compilers | Eddie Hung | 2020-02-27 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | abc9_ops: suppress -prep_box warning for abc9_flop | Eddie Hung | 2020-02-27 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Make TimingInfo::TimingInfo(SigBit) constructor explicit | Eddie Hung | 2020-02-27 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | TimingInfo: index by (port_name,offset) | Eddie Hung | 2020-02-27 | 1 | -3/+4 | |
| | | | | | ||||||
| * | | | | Fix spacing | Eddie Hung | 2020-02-27 | 1 | -18/+18 | |
| | | | | | ||||||
| * | | | | abc9_ops: still emit delay table even box has no timing | Eddie Hung | 2020-02-27 | 1 | -3/+1 | |
| | | | | | ||||||
| * | | | | abc9_ops: demote lack of box timing info to warning | Eddie Hung | 2020-02-27 | 1 | -2/+4 | |
| | | | | | ||||||
| * | | | | Get rid of (* abc9_{arrival,required} *) entirely | Eddie Hung | 2020-02-27 | 1 | -89/+15 | |
| | | | | | ||||||
| * | | | | abc9_ops: use TimingInfo for -prep_{lut,box} too | Eddie Hung | 2020-02-27 | 1 | -24/+18 | |
| | | | | | ||||||
| * | | | | abc9_ops: use TimingInfo for -prep_{lut,box} too | Eddie Hung | 2020-02-27 | 1 | -72/+53 | |
| | | | | | ||||||
| * | | | | abc9_ops: add and use new TimingInfo struct | Eddie Hung | 2020-02-27 | 1 | -70/+41 | |
| | | | | | ||||||
| * | | | | abc9_ops: ignore (* abc9_flop *) if not '-dff' | Eddie Hung | 2020-02-27 | 2 | -64/+64 | |
| | | | | | ||||||
| * | | | | abc9_ops: sort LUT delays to be ascending | Eddie Hung | 2020-02-27 | 1 | -1/+4 | |
| | | | | | ||||||
| * | | | | abc9_ops: output LUT area | Eddie Hung | 2020-02-27 | 1 | -6/+6 | |
| | | | | | ||||||
| * | | | | abc9_ops: cope with T_LIMIT{,2}_{MIN,TYP,MAX} and auto-gen small LUTs | Eddie Hung | 2020-02-27 | 1 | -18/+33 | |
| | | | | | ||||||
| * | | | | xilinx: improve specify functionality | Eddie Hung | 2020-02-27 | 1 | -19/+19 | |
| | | | | | ||||||
| * | | | | xilinx: use specify blocks in place of abc9_{arrival,required} | Eddie Hung | 2020-02-27 | 1 | -158/+264 | |
| | | | | | ||||||
| * | | | | Auto-generate .box/.lut files from specify blocks | Eddie Hung | 2020-02-27 | 1 | -40/+117 | |
| | | | | | ||||||
| * | | | | abc9_ops: assert on $specify2 properties | Eddie Hung | 2020-02-27 | 1 | -0/+3 | |
| | | | | | ||||||
| * | | | | abc9_ops: -prep_box, to be called once | Eddie Hung | 2020-02-27 | 2 | -50/+49 | |
| | | | | | ||||||
| * | | | | abc9_ops: -prep_lut and -write_lut to auto-generate LUT library | Eddie Hung | 2020-02-27 | 2 | -6/+115 | |
| | | | | | ||||||
* | | | | | 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 | |
|/ / / |