Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | sf2: Use dfflegalize. | Marcelina Kościelnicka | 2020-07-09 | 2 | -44/+13 | |
|/ / / / / | ||||||
* | | | | | xilinx: Use dfflegalize. | Marcelina Kościelnicka | 2020-07-09 | 6 | -484/+131 | |
| | | | | | ||||||
* | | | | | dfflibmap: Refactor to use dfflegalize internally. | Marcelina Kościelnicka | 2020-07-09 | 5 | -212/+214 | |
| | | | | | ||||||
* | | | | | Fix issue #2251 (#2252) | Lucas Castro | 2020-07-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | * Fix #2251 - YosysJS ReferenceError: _memset is not defined. Add '_memset' in emcc EXPORTED_FUNCTIONS in Makefile. | |||||
* | | | | | clkbufmap: improve input pad handling. | Marcelina Kościelnicka | 2020-07-09 | 2 | -17/+118 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - allow inserting only the input pad cell - do not insert the usual buffer if the input pad already acts as a buffer | |||||
* | | | | | Merge pull request #2244 from antmicro/logic | clairexen | 2020-07-09 | 4 | -7/+31 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add logic type support to parameters | |||||
| * | | | | | Add logic param and integer bad syntax tests | Kamil Rakoczy | 2020-07-06 | 3 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com> | |||||
| * | | | | | Support logic typed parameters | Lukasz Dalek | 2020-07-06 | 1 | -7/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukasz Dalek <ldalek@antmicro.com> | |||||
* | | | | | | clk2fflogic: Consistently treat async control signals as negative hold. | Marcelina Kościelnicka | 2020-07-09 | 8 | -88/+82 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes some dfflegalize equivalence checks, and breaks others — and I strongly suspect the others are due to bad support for multiple async inputs in `proc` (in particular, lack of proper support for dlatchsr and sketchy circuits on dffsr control inputs). | |||||
* | | | | | | dfflegalize: Add special support for const-D latches. | Marcelina Kościelnicka | 2020-07-09 | 2 | -0/+71 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Those can be created by `opt_dff` when optimizing `$adff` with const clock, or with D == Q. Make dfflegalize do the opposite transform when such dlatches would be otherwise unimplementable. | |||||
* | | | | | | Merge pull request #2246 from YosysHQ/mwk/dfflegalize-typo | whitequark | 2020-07-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | dfflegalize: typo fix | |||||
| * | | | | | | dfflegalize: typo fix | Marcelina Kościelnicka | 2020-07-07 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | efinix: Use dfflegalize. | Marcelina Kościelnicka | 2020-07-06 | 2 | -15/+53 | |
| | | | | | | ||||||
* | | | | | | gowin: Use dfflegalize. | Marcelina Kościelnicka | 2020-07-06 | 4 | -158/+49 | |
|/ / / / / | ||||||
* | | | | | intel_alm: direct M10K instantiation | Dan Ravensloft | 2020-07-05 | 8 | -38/+128 | |
| | | | | | ||||||
* | | | | | Naming fixes. | Marcelina Kościelnicka | 2020-07-05 | 2 | -2/+2 | |
| | | | | | ||||||
* | | | | | synth_gowin: ABC9 support | Dan Ravensloft | 2020-07-05 | 3 | -35/+345 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This adds ABC9 support for synth_gowin; drastically improving synthesis quality. | |||||
* | | | | | intel_alm: add Cyclone 10 GX tests | Dan Ravensloft | 2020-07-05 | 11 | -2/+236 | |
| | | | | | ||||||
* | | | | | Merge pull request #2236 from YosysHQ/mwk/dfflegalize-ice40 | Marcelina Kościelnicka | 2020-07-05 | 4 | -208/+24 | |
|\ \ \ \ \ | | | | | | | | | | | | | ice40: Use dfflegalize. | |||||
| * | | | | | ice40: Use dfflegalize. | Marcelina Kościelnicka | 2020-07-05 | 4 | -208/+24 | |
| | | | | | | ||||||
* | | | | | | ecp5: Use dfflegalize. | Marcelina Kościelnicka | 2020-07-05 | 4 | -254/+96 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #2227 from Ravenslofty/ccache | whitequark | 2020-07-05 | 1 | -0/+5 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add option to use ccache when building | |||||
| * | | | | | | Add option to use ccache when building | Dan Ravensloft | 2020-07-04 | 1 | -0/+5 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #2232 from YosysHQ/mwk/gowin-sim-init | Marcelina Kościelnicka | 2020-07-05 | 1 | -8/+8 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | gowin: Fix INIT values in sim library. | |||||
| * | | | | | | gowin: Fix INIT values in sim library. | Marcelina Kościelnicka | 2020-07-05 | 1 | -8/+8 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | dfflegalize: Prefer mapping dff to sdff before adff | Marcelina Kościelnicka | 2020-07-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that, when both sync and async FFs are available and abc9 is involved, the sync FFs will be used, and will thus remain available for sequential synthesis. | |||||
* | | | | | | opt_expr: Fix crash on $mul optimization with more zeros removed than Y has. | Marcelina Kościelnicka | 2020-07-05 | 2 | -0/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2221. | |||||
* | | | | | | intel_alm: DSP inference | Dan Ravensloft | 2020-07-05 | 7 | -9/+209 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | gowin: replace determine_init with setundef | Dan Ravensloft | 2020-07-04 | 3 | -74/+1 | |
| | | | | | ||||||
* | | | | | synth_intel_alm: Use dfflegalize. | Marcelina Kościelnicka | 2020-07-04 | 3 | -122/+10 | |
|/ / / / | ||||||
* | | | | Improve MISTRAL_FF specify rules | Dan Ravensloft | 2020-07-04 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | Co-authored-by: Eddie Hung <eddie@fpgeh.com> | |||||
* | | | | tests: update fsm.ys resource count | Eddie Hung | 2020-07-04 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | Suspect it is to do with map/set ordering in techmap; should be fixed by #1862? | |||||
* | | | | abc9: only techmap (* abc9_flop *) modules | Eddie Hung | 2020-07-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | intel_alm: compose $__MISTRAL_FF_SYNCONLY from MISTRAL_FF | Eddie Hung | 2020-07-04 | 2 | -47/+2 | |
| | | | | ||||||
* | | | | abc9: techmap from user design to allow abc9_flop modules to be composed | Eddie Hung | 2020-07-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | from other primitives | |||||
* | | | | intel_alm: add $__ prefix to MISTRAL_FF_SYNCONLY | Eddie Hung | 2020-07-04 | 4 | -4/+4 | |
| | | | | ||||||
* | | | | intel_alm: ABC9 sequential optimisations | Dan Ravensloft | 2020-07-04 | 7 | -19/+149 | |
|/ / / | ||||||
* / / | Add newlines to help text for dfflegalize | Rupert Swarbrick | 2020-07-03 | 1 | -11/+11 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | I think these were probably missed by accident. Spotted because GCC spits out lots of messages like this: passes/techmap/dfflegalize.cc:114:7: warning: zero-length gnu_printf format string [-Wformat-zero-length] 114 | log(""); | ^~ (because we tell GCC that the first argument to log() looks like a printf control string in log.h, and a zero length such string triggers a warning). | |||||
* | | Merge pull request #2132 from YosysHQ/eddie/verific_initial | clairexen | 2020-07-02 | 1 | -17/+36 | |
|\ \ | | | | | | | verific: rewrite initial assume/asserts prior to elaboration | |||||
| * | | verific: rewrite initial assume/asserts prior to elaboration | Eddie Hung | 2020-05-15 | 1 | -17/+36 | |
| | | | ||||||
* | | | Merge pull request #2208 from boqwxp/qbfsat-cleanup | clairexen | 2020-07-02 | 3 | -255/+274 | |
|\ \ \ | | | | | | | | | qbfsat: Cleanup and refactoring | |||||
| * | | | qbfsat: Remove useless comment and #ifndef guards. | Alberto Gonzalez | 2020-07-01 | 1 | -5/+0 | |
| | | | | ||||||
| * | | | qbfsat: Specify default values for some options in the help message. | Alberto Gonzalez | 2020-07-01 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | qbfsat: Clean up external executable command lines and update temporary ↵ | Alberto Gonzalez | 2020-07-01 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | | | directory name. | |||||
| * | | | qbfsat: Clean up and refactor data structures into `qbfsat.h`. | Alberto Gonzalez | 2020-07-01 | 3 | -248/+266 | |
| | | | | ||||||
* | | | | Merge pull request #2186 from YosysHQ/mwk/dfflegalize | clairexen | 2020-07-02 | 20 | -0/+4316 | |
|\ \ \ \ | | | | | | | | | | | Add dfflegalize pass. | |||||
| * | | | | dfflegalize: Add tests. | Marcelina Kościelnicka | 2020-07-01 | 17 | -0/+2957 | |
| | | | | | ||||||
| * | | | | Add dfflegalize pass. | Marcelina Kościelnicka | 2020-07-01 | 3 | -0/+1359 | |
| | | | | | ||||||
* | | | | | Merge pull request #2211 from YosysHQ/mwk/fix-fmcombine-ff | clairexen | 2020-07-02 | 1 | -2/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | fmcombine: use the master ff cell type list | |||||
| * | | | | | fmcombine: use the master ff cell type list | Marcelina Kościelnicka | 2020-06-30 | 1 | -2/+1 | |
| |/ / / / |