Merge pull request #887 from YosysHQ/gatecat/mistral-bit-update
mistral: Update to latest enum name
This commit is contained in:
commit
de63b5b09a
2
.github/workflows/mistral_ci.yml
vendored
2
.github/workflows/mistral_ci.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Execute build nextpnr
|
- name: Execute build nextpnr
|
||||||
env:
|
env:
|
||||||
MISTRAL_PATH: ${{ github.workspace }}/deps/mistral
|
MISTRAL_PATH: ${{ github.workspace }}/deps/mistral
|
||||||
MISTRAL_REVISION: 0edeca112dda9bd463125feb869ddb7511d1acd9
|
MISTRAL_REVISION: e039b595529ab573d9cb01c64ef927f9d81d63ce
|
||||||
run: |
|
run: |
|
||||||
source ./.github/ci/build_mistral.sh
|
source ./.github/ci/build_mistral.sh
|
||||||
get_dependencies
|
get_dependencies
|
||||||
|
@ -123,7 +123,7 @@ struct MistralBitgen
|
|||||||
break;
|
break;
|
||||||
};
|
};
|
||||||
case CycloneV::FPLL: {
|
case CycloneV::FPLL: {
|
||||||
if (pt == CycloneV::EXTSWITCH || (pt == CycloneV::CLKEN && pi < 2))
|
if (pt == CycloneV::EXTSWITCH0 || (pt == CycloneV::CLKEN && pi < 2))
|
||||||
cv->inv_set(pn2r.second, true);
|
cv->inv_set(pn2r.second, true);
|
||||||
break;
|
break;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user