Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #721 from YosysHQ/gatecat/mistral-cmake | gatecat | 2021-06-05 | 7 | -17/+7 |
|\ | | | | | Updates for latest libmistral | ||||
| * | ci: Bump mistral version | gatecat | 2021-06-05 | 2 | -6/+2 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | mistral: Remove mistral root argument | gatecat | 2021-06-04 | 3 | -7/+1 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | mistral: Build libmistral as a cmake subdir | gatecat | 2021-06-04 | 2 | -4/+4 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Merge pull request #718 from YosysHQ/gatecat/hashlib | gatecat | 2021-06-03 | 137 | -1658/+2152 |
|\ | | | | | Moving from unordered_{map, set} to hashlib | ||||
| * | Remove redundant code after hashlib move | gatecat | 2021-06-02 | 20 | -498/+14 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | Use hashlib in frontend, where possible | gatecat | 2021-06-02 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | Use hashlib in most remaining code | gatecat | 2021-06-02 | 20 | -58/+53 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | Using hashlib in timing | gatecat | 2021-06-02 | 2 | -82/+26 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | Using hashlib in arches | gatecat | 2021-06-02 | 66 | -549/+358 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | Use hashlib in routers | gatecat | 2021-06-02 | 4 | -41/+37 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | Bump tests submodule | gatecat | 2021-06-02 | 1 | -0/+0 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | Use hashlib in placers | gatecat | 2021-06-02 | 7 | -52/+43 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | Use hashlib for core netlist structures | gatecat | 2021-06-02 | 49 | -368/+383 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | Add hash() member functions | gatecat | 2021-06-02 | 9 | -7/+51 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | common: Import hashlib from Yosys | gatecat | 2021-06-02 | 2 | -0/+1184 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Merge pull request #719 from YosysHQ/gatecat/mistral-llvm | gatecat | 2021-06-02 | 3 | -4/+4 |
|\ | | | | | mistral: Fix nextpnr build with LLVM | ||||
| * | mistral: Fix nextpnr build with LLVM | gatecat | 2021-06-02 | 3 | -4/+4 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | clangformat | gatecat | 2021-06-01 | 1 | -1/+1 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Merge pull request #717 from YosysHQ/gatecat/timing-memory-fix | gatecat | 2021-06-01 | 1 | -1/+1 |
|\ | | | | | timing: Fix use of uninitialised value | ||||
| * | timing: Fix use of uninitialised value | gatecat | 2021-06-01 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | Merge pull request #715 from YosysHQ/gatecat/ic-lifcl40 | gatecat | 2021-06-01 | 12 | -4/+85 |
|\ \ | |/ |/| | interchange: Add LIFCL-40 EVN tests | ||||
| * | interchange: Add LIFCL-40 EVN tests | gatecat | 2021-06-01 | 12 | -4/+85 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Fixed warnings in QtPropertyBrowser component | Miodrag Milanovic | 2021-05-31 | 2 | -2/+0 |
| | |||||
* | Fix hidpi, fixes #167, fixes #275, fixes #425 | Miodrag Milanovic | 2021-05-31 | 2 | -3/+10 |
| | |||||
* | Merge pull request #714 from YosysHQ/gatecat/mistral-dis-compress | gatecat | 2021-05-30 | 2 | -1/+9 |
|\ | | | | | mistral: Make RBF compression optional | ||||
| * | mistral: Make RBF compression optional | gatecat | 2021-05-30 | 2 | -1/+9 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Merge pull request #713 from YosysHQ/gatecat/version-bump | gatecat | 2021-05-27 | 2 | -1/+1 |
|\ | | | | | interchange: Bump versions | ||||
| * | interchange: Bump versions | gatecat | 2021-05-27 | 2 | -1/+1 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Merge pull request #686 from YosysHQ/gatecat/interchange-macro | gatecat | 2021-05-21 | 14 | -4/+414 |
|\ | | | | | interchange: Add macro expansion | ||||
| * | interchange: Bump versions | gatecat | 2021-05-21 | 2 | -1/+1 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | interchange: Add macro parameter mapping | gatecat | 2021-05-21 | 2 | -3/+53 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | interchange: Don't error out on missing cell ports | gatecat | 2021-05-21 | 2 | -2/+3 |
| | | | | | | | | | | | | | | This is required for LUTRAM support, as the upper address bits of RAMD64E etc are missing for shallower primitives. Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | interchange: Add LUTRAM test | gatecat | 2021-05-21 | 6 | -0/+169 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | interchange: Preliminary implementation of macro expansion | gatecat | 2021-05-21 | 3 | -0/+116 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | interchange: Add macro param map rules to chipdb | gatecat | 2021-05-21 | 1 | -0/+24 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | interchange: Add macro data to chipdb | gatecat | 2021-05-21 | 1 | -1/+51 |
|/ | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Merge pull request #712 from YosysHQ/gatecat/rr-heatmap | gatecat | 2021-05-21 | 6 | -3/+64 |
|\ | | | | | router2: Add heatmap by routing resource type | ||||
| * | router2: Add heatmap by routing resource type | gatecat | 2021-05-20 | 6 | -3/+64 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | | Merge pull request #711 from acomodi/interchange-site-to-pseudo-pips | gatecat | 2021-05-20 | 3 | -4/+29 |
|\ \ | |/ |/| | interchange: phys: add site instance idstr for pseudo tile PIPs | ||||
| * | gh-actions: interchange: use commit sha as cache key | Alessandro Comodi | 2021-05-20 | 1 | -4/+10 |
| | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | ||||
| * | bump interchange schema | Alessandro Comodi | 2021-05-20 | 1 | -0/+0 |
| | | | | | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | ||||
| * | interchange: phys: add site instance idstr for pseudo tile PIPs | Alessandro Comodi | 2021-05-19 | 1 | -0/+19 |
|/ | | | | Signed-off-by: Alessandro Comodi <acomodi@antmicro.com> | ||||
* | Run clangformat | gatecat | 2021-05-16 | 3 | -6/+8 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Merge pull request #708 from Ravenslofty/mistral-getchipname | gatecat | 2021-05-15 | 1 | -1/+1 |
|\ | | | | | mistral: add getChipName | ||||
| * | mistral: add getChipName | Lofty | 2021-05-15 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Lofty <dan.ravensloft@gmail.com> | ||||
* | Merge pull request #707 from gatecat/cyclonev | gatecat | 2021-05-15 | 31 | -9/+4222 |
|\ | | | | | mistral: Initial Cyclone V support | ||||
| * | Update README | gatecat | 2021-05-15 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | mistral: Add MISTRAL_CLKBUF cell type | gatecat | 2021-05-15 | 5 | -1/+15 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
| * | ci: Use GH only for Mistral and fpga-interchange | gatecat | 2021-05-15 | 3 | -2/+58 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> |