Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Explicitly order function arguments | Eddie Hung | 2019-09-13 | 1 | -4/+15 | |
| | | | | | ||||||
| | * | | | Use template specialisation | Eddie Hung | 2019-09-13 | 1 | -2/+9 | |
| | | | | | ||||||
| | * | | | Revert "SigSet<Cell*> to use stable compare class" | Eddie Hung | 2019-09-13 | 5 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 4ea34aaacdf6f76e11a83d5eb2a53ba7e75f7c11. | |||||
| | * | | | Grammar | Eddie Hung | 2019-09-12 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | static_assert to enforce this going forward | Eddie Hung | 2019-09-12 | 1 | -0/+2 | |
| | | | | | ||||||
| | * | | | SigSet<Cell*> to use stable compare class | Eddie Hung | 2019-09-12 | 5 | -6/+6 | |
| | | | | | ||||||
| * | | | | xilinx: Make blackbox library family-dependent. | Marcin KoĆcielnicki | 2019-09-15 | 7 | -1024/+19252 | |
| | | | | | | | | | | | | | | | | | | | | Fixes #1246. | |||||
| * | | | | Merge pull request #1377 from YosysHQ/clifford/fixzdigit | Clifford Wolf | 2019-09-15 | 2 | -5/+5 | |
| |\ \ \ \ | | |_|/ / | |/| | | | Fix handling of z_digit "?" and fix optimization of cmp with "z" | |||||
| | * | | | Fix handling of z_digit "?" and fix optimization of cmp with "z" | Clifford Wolf | 2019-09-13 | 2 | -5/+5 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | Merge pull request #1373 from YosysHQ/clifford/fix1364 | Clifford Wolf | 2019-09-13 | 2 | -3/+3 | |
| |\ \ \ | | |/ / | |/| | | Fix lexing of integer literals | |||||
| | * | | Fix lexing of integer literals without radix | Clifford Wolf | 2019-09-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| | * | | Fix lexing of integer literals, fixes #1364 | Clifford Wolf | 2019-09-12 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | | | | Fix copy-paste | Eddie Hung | 2019-09-18 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Check overflow condition is power of 2 without using int32 | Eddie Hung | 2019-09-18 | 2 | -5/+15 | |
| | | | | ||||||
* | | | | Add .gitignore | Eddie Hung | 2019-09-18 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Refine macc testcase | Eddie Hung | 2019-09-18 | 2 | -9/+17 | |
| | | | | ||||||
* | | | | Mis-spell | Eddie Hung | 2019-09-18 | 1 | -10/+25 | |
| | | | | ||||||
* | | | | Add pattern detection support for DSP48E1 model, check against vendor | Eddie Hung | 2019-09-18 | 3 | -8/+102 | |
| | | | | ||||||
* | | | | Add support for overflow using pattern detector | Eddie Hung | 2019-09-18 | 2 | -1/+31 | |
| | | | | ||||||
* | | | | Separate dffrstmux from dffcemux, fix typos | Eddie Hung | 2019-09-18 | 1 | -20/+32 | |
| | | | | ||||||
* | | | | Add `undef DSP48E1_INST | Eddie Hung | 2019-09-13 | 1 | -4/+5 | |
| | | | | ||||||
* | | | | Fix D -> P{,COUT} delay | Eddie Hung | 2019-09-13 | 1 | -43/+43 | |
| | | | | ||||||
* | | | | Add no MULT no DPORT config | Eddie Hung | 2019-09-13 | 4 | -226/+471 | |
| | | | | ||||||
* | | | | Add support for MULT and DPORT | Eddie Hung | 2019-09-13 | 4 | -10/+588 | |
| | | | | ||||||
* | | | | Refine diagram | Eddie Hung | 2019-09-13 | 1 | -12/+14 | |
| | | | | ||||||
* | | | | Add an ASCII drawing | Eddie Hung | 2019-09-12 | 1 | -3/+22 | |
| | | | | ||||||
* | | | | Finish explanation | Eddie Hung | 2019-09-12 | 2 | -5/+20 | |
| | | | | ||||||
* | | | | Rename to techmap_guard | Eddie Hung | 2019-09-12 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | Initial DSP48E1 box support | Eddie Hung | 2019-09-12 | 4 | -0/+867 | |
| | | | | ||||||
* | | | | Set more ports explicitly | Eddie Hung | 2019-09-12 | 2 | -1/+4 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-12 | 9 | -13/+110 | |
|\| | | | ||||||
| * | | | Merge pull request #1370 from YosysHQ/dave/equiv_opt_multiclock | David Shah | 2019-09-12 | 2 | -1/+23 | |
| |\ \ \ | | |/ / | |/| | | Add equiv_opt -multiclock | |||||
| | * | | Add equiv_opt -multiclock | David Shah | 2019-09-11 | 2 | -1/+23 | |
| | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | | | Add -match-init option to dff2dffs. | Marcin KoĆcielnicki | 2019-09-11 | 3 | -3/+77 | |
| |/ / | ||||||
| * | | Merge pull request #1362 from xobs/smtbmc-msvc2-build-fixes | David Shah | 2019-09-11 | 4 | -9/+10 | |
| |\ \ | | | | | | | | | MSVC2 fixes | |||||
| | * | | tests: ice40: fix div_mod SB_LUT4 count | Sean Cross | 2019-09-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test is failing due to one of the changes present in this patchset. Adjust the test to match the newly-observed values. https://github.com/xobs/yosys/compare/smtbmc-msvc2-build-fixes...YosysHQ:xobs/pr1362 Signed-off-by: Sean Cross <sean@xobs.io> | |||||
| | * | | passes: opt_share: don't statically initialize mergeable_type_map | Sean Cross | 2019-09-09 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 3d3779b0376b8204ed7637053176a07b7271ac1d this got turned from a `std::map<std::string, std::string>` to `std::map<IdString, IdString>`. Consequently, this exposed some initialization sequencing issues (#1361). Only initialize the map when it's first used, to avoid these static issues. This fixes #1361. Signed-off-by: Sean Cross <sean@xobs.io> | |||||
| | * | | msys2: launcher: fix warnings and errors under g++ | Sean Cross | 2019-09-08 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building under G++, certain C-isms no longer work. For example, we must now cast the return from `calloc()`. Fix `launcher.c` so that it builds under whatever $CXX is set to, which is usually a C++ compiler. Signed-off-by: Sean Cross <sean@xobs.io> | |||||
| | * | | backends: smt2: use $(CXX) variable for compiler | Sean Cross | 2019-09-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Makefile assumes the compiler is called `gcc`, which isn't always true. In fact, if we're building on msys2 or msys2-64, the compiler is called `i686-w64-mingw32-g++` or `x86_64-w64-mingw32-g++`. Use the variable instead of hardcoding the name, to fix building on these systems. Signed-off-by: Sean Cross <sean@xobs.io> | |||||
* | | | | Add support for A1 and B1 registers | Eddie Hung | 2019-09-11 | 2 | -24/+105 | |
| | | | | ||||||
* | | | | Raise a RuntimeError instead of AssertionError | Eddie Hung | 2019-09-11 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Add AREG=2 BREG=2 test | Eddie Hung | 2019-09-11 | 1 | -2/+6 | |
| | | | | ||||||
* | | | | Rename {A,B} -> {A2,B2} | Eddie Hung | 2019-09-11 | 2 | -33/+34 | |
| | | | | ||||||
* | | | | Fix UB | Eddie Hung | 2019-09-11 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Add PCOUT -> PCIN non-shifted cascading | Eddie Hung | 2019-09-11 | 1 | -15/+22 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-11 | 2 | -27/+116 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Cope with presence of reset muxes too | Eddie Hung | 2019-09-11 | 2 | -4/+64 | |
| | | | | ||||||
| * | | | Cleanup | Eddie Hung | 2019-09-11 | 1 | -25/+22 | |
| | | | | ||||||
| * | | | Add more tests | Eddie Hung | 2019-09-11 | 1 | -0/+32 | |
| | | | | ||||||
| * | | | Only display log message if did_something | Eddie Hung | 2019-09-11 | 1 | -1/+1 | |
| | | | |