Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | intel_alm: increase abc9 -W | Dan Ravensloft | 2020-07-26 | 2 | -7/+7 | |
| | | | | | ||||||
* | | | | | Merge pull request #2299 from zachjs/arg-loop | clairexen | 2020-07-26 | 3 | -0/+73 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Avoid generating wires for function args which are constant | |||||
| * | | | | Avoid generating wires for function args which are constant | Zachary Snow | 2020-07-24 | 3 | -0/+73 | |
| | |/ / | |/| | | ||||||
* | | | | async2sync: Refactor to use FfInitVals. | Marcelina Kościelnicka | 2020-07-24 | 1 | -53/+11 | |
| | | | | ||||||
* | | | | memory_dff: Refactor to use FfInitVals. | Marcelina Kościelnicka | 2020-07-24 | 1 | -12/+5 | |
| | | | | ||||||
* | | | | proc_dlatch: Refactor to use FfInitVals. | Marcelina Kościelnicka | 2020-07-24 | 1 | -28/+8 | |
| | | | | ||||||
* | | | | pmux2shift: Refactor to use FfInitVals. | Marcelina Kościelnicka | 2020-07-24 | 1 | -15/+4 | |
| | | | | ||||||
* | | | | wreduce: Refactor to use FfInitVals. | Marcelina Kościelnicka | 2020-07-24 | 1 | -37/+7 | |
| | | | | ||||||
* | | | | techmap: Refactor to use FfInitVals. | Marcelina Kościelnicka | 2020-07-24 | 1 | -41/+4 | |
| | | | | ||||||
* | | | | shregmap: Refactor to use FfInitVals. | Marcelina Kościelnicka | 2020-07-24 | 1 | -39/+10 | |
| | | | | ||||||
* | | | | abc: Refactor to use FfInitVals. | Marcelina Kościelnicka | 2020-07-24 | 1 | -25/+6 | |
| | | | | ||||||
* | | | | dffinit: Refactor to use FfInitVals. | Marcelina Kościelnicka | 2020-07-24 | 1 | -41/+7 | |
| | | | | ||||||
* | | | | zinit: Refactor to use FfInitVals. | Marcelina Kościelnicka | 2020-07-24 | 2 | -45/+13 | |
| | | | | ||||||
* | | | | dfflegalize: Refactor to use FfInitVals. | Marcelina Kościelnicka | 2020-07-24 | 1 | -80/+25 | |
| | | | | ||||||
* | | | | clk2fflogic: Support all FF types. | Marcelina Kościelnicka | 2020-07-24 | 20 | -324/+245 | |
| | | | | ||||||
* | | | | satgen: Add support for dffe, sdff, sdffe, sdffce cells. | Marcelina Kościelnicka | 2020-07-24 | 4 | -6/+88 | |
|/ / / | ||||||
* | | | Add utility module for representing flip-flops. | Marcelina Kościelnicka | 2020-07-23 | 2 | -0/+441 | |
| | | | ||||||
* | | | memory_dff: recognize more dff cells | Marcelina Kościelnicka | 2020-07-23 | 1 | -11/+112 | |
| | | | ||||||
* | | | Add utility module for dealing with init attributes. | Marcelina Kościelnicka | 2020-07-23 | 2 | -0/+147 | |
| | | | ||||||
* | | | Merge pull request #2285 from YosysHQ/mwk/techmap-cellname | clairexen | 2020-07-23 | 4 | -1/+50 | |
|\ \ \ | | | | | | | | | techmap: Add _TECHMAP_CELLNAME_ special parameter. | |||||
| * | | | techmap: Add _TECHMAP_CELLNAME_ special parameter. | Marcelina Kościelnicka | 2020-07-21 | 4 | -1/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This parameter will resolve to the name of the cell being mapped. The first user of this parameter will be synth_intel_alm's Quartus output, which requires a unique (and preferably descriptive) name passed as a cell parameter for the memory cells. | |||||
* | | | | Merge pull request #2294 from Ravenslofty/intel_alm_timings | clairexen | 2020-07-23 | 5 | -78/+95 | |
|\ \ \ \ | | | | | | | | | | | intel_alm: add additional ABC9 timings | |||||
| * | | | | intel_alm: add additional ABC9 timings | Dan Ravensloft | 2020-07-23 | 5 | -78/+95 | |
| | |/ / | |/| | | ||||||
* | | | | Remove EXPLICIT_CARRY logic. | Keith Rothman | 2020-07-23 | 3 | -150/+2 | |
| |/ / |/| | | | | | | | | | | | | | | | | | The symbiflow-arch-defs tool chain no longer needs the EXPLICIT_CARRY within yosys itself. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | |||||
* | | | Merge pull request #2215 from boqwxp/qbfsat-solver-options | clairexen | 2020-07-21 | 4 | -4/+45 | |
|\ \ \ | | | | | | | | | qbfsat, smt2, smtio: Add `-solver-option` to allow specifying SMT-LIBv2 `(set-option ...)` commands | |||||
| * | | | smtio: Emit `mode: start` options before `set-logic` command and any other ↵ | Alberto Gonzalez | 2020-07-20 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | options after it. Refer to the SMT-LIB specification, section 4.1.7. According to the spec, some options can only be specified in `start` mode. Once the solver sees `set-logic`, it moves to `assert` mode. | |||||
| * | | | smtio: Add support for parsing `yosys-smt2-solver-option` info statements. | Alberto Gonzalez | 2020-07-20 | 1 | -3/+10 | |
| | | | | ||||||
| * | | | qbfsat: Add `-solver-option` option. | Alberto Gonzalez | 2020-07-20 | 2 | -1/+15 | |
| | | | | ||||||
| * | | | smt2: Add `-solver-option` option. | Alberto Gonzalez | 2020-07-20 | 1 | -0/+13 | |
|/ / / | ||||||
* | | | Merge pull request #2282 from YosysHQ/claire/satunsat | clairexen | 2020-07-20 | 2 | -4/+4 | |
|\ \ \ | | | | | | | | | Only allow "sat" and "unsat" smt solver responses in yosys-smtbmc | |||||
| * | | | Only allow "sat" and "unsat" smt solver responses in yosys-smtbmc | Claire Wolf | 2020-07-20 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Claire Wolf <claire@symbioticeda.com> | |||||
* | | | | celltypes: Fix EN port name for some FF types. | Marcelina Kościelnicka | 2020-07-20 | 1 | -4/+4 | |
|/ / / | ||||||
* | | | Merge pull request #2276 from YosysHQ/mwk/satgen-cc | clairexen | 2020-07-20 | 3 | -1166/+1190 | |
|\ \ \ | |/ / |/| | | satgen: Move importCell out of the header. | |||||
| * | | satgen: Move importCell out of the header. | Marcelina Kościelnicka | 2020-07-19 | 3 | -1166/+1190 | |
|/ / | | | | | | | | | This function has no hope of ever getting inlined anyway, and it speeds up yosys compile time by 7%. | |||||
* | | Merge pull request #2275 from YosysHQ/mwk/sf2-clkint-fix | Miodrag Milanović | 2020-07-17 | 1 | -2/+6 | |
|\ \ | | | | | | | sf2: Emit CLKINT even if -clkbuf not passed | |||||
| * | | sf2: Emit CLKINT even if -clkbuf not passed | Marcelina Kościelnicka | 2020-07-17 | 1 | -2/+6 | |
|/ / | | | | | | | This restores pre #2229 behavior. | |||||
* | | Merge pull request #2274 from YosysHQ/mwk/anlogic-ff-fix | Miodrag Milanović | 2020-07-17 | 1 | -12/+12 | |
|\ \ | | | | | | | anlogic: Fix FF mapping. | |||||
| * | | anlogic: Fix FF mapping. | Marcelina Kościelnicka | 2020-07-17 | 1 | -12/+12 | |
| | | | ||||||
* | | | Merge pull request #2229 from Ravenslofty/sf2_remove_sf2_iobs | clairexen | 2020-07-16 | 4 | -214/+135 | |
|\ \ \ | | | | | | | | | sf2: replace sf2_iobs with {clkbuf,iopad}map | |||||
| * | | | sf2: replace sf2_iobs with {clkbuf,iopad}map | Dan Ravensloft | 2020-07-09 | 4 | -214/+135 | |
| | | | | ||||||
* | | | | Merge pull request #2273 from whitequark/write-verilog-always-star-initial | clairexen | 2020-07-16 | 1 | -0/+5 | |
|\ \ \ \ | |_|/ / |/| | | | verilog_backend: in non-SV mode, add a trigger for `always @*` | |||||
| * | | | verilog_backend: in non-SV mode, add a trigger for `always @*`. | whitequark | 2020-07-16 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit only affects translation of RTLIL processes (for which there is limited support). Due to the event-driven nature of Verilog, processes like reg x; always @* x <= 1; may never execute. This can be fixed in SystemVerilog code by using `always_comb` instead of `always @*`, but in Verilog-2001 the options are limited. This commit implements the following workaround: reg init = 0; reg x; always @* begin if (init) begin end x <= 1; end Fixes #2271. | |||||
* | | | | Merge pull request #2272 from whitequark/write-verilog-sv | clairexen | 2020-07-16 | 2 | -11/+20 | |
|\| | | | | | | | | | | | verilog_backend: add `-sv` option, make `-o <filename>.sv` work | |||||
| * | | | verilog_backend: add `-sv` option, make `-o <filename>.sv` work. | whitequark | 2020-07-16 | 2 | -11/+20 | |
| | | | | | | | | | | | | | | | | See #2271. | |||||
* | | | | Merge pull request #2238 from YosysHQ/mwk/dfflegalize-anlogic | Miodrag Milanović | 2020-07-16 | 4 | -62/+49 | |
|\ \ \ \ | | | | | | | | | | | anlogic: Use dfflegalize. | |||||
| * | | | | anlogic: Use dfflegalize. | Marcelina Kościelnicka | 2020-07-14 | 4 | -62/+49 | |
| | | | | | ||||||
* | | | | | Merge pull request #2226 from YosysHQ/mwk/nuke-efinix-gbuf | Miodrag Milanović | 2020-07-16 | 5 | -122/+11 | |
|\ \ \ \ \ | | | | | | | | | | | | | efinix: Nuke efinix_gbuf in favor of clkbufmap. | |||||
| * | | | | | efinix: Nuke efinix_gbuf in favor of clkbufmap. | Marcelina Kościelnicka | 2020-07-04 | 5 | -122/+11 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #2270 from whitequark/cxxrtl-fix-typo | whitequark | 2020-07-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | cxxrtl: fix typo | |||||
| * | | | | | | cxxrtl: fix typo. NFC. | whitequark | 2020-07-14 | 1 | -1/+1 | |
| | |_|/ / / | |/| | | | |