diff options
author | gatecat <gatecat@ds0.me> | 2022-03-09 18:03:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 18:03:59 +0000 |
commit | 1911a9523c86fdcb7b5542cd5fa5bfcbd23dc6fd (patch) | |
tree | a5b8fe410100bcc87712b076001ff72da5fd4ad0 /mistral/constids.inc | |
parent | df7e26c1aa9b8727bacf56ab0d592df5cef63bb5 (diff) | |
parent | 3e688a3ac9ae35a894d5c2c19f2d9591b746d8da (diff) | |
download | nextpnr-1911a9523c86fdcb7b5542cd5fa5bfcbd23dc6fd.tar.gz nextpnr-1911a9523c86fdcb7b5542cd5fa5bfcbd23dc6fd.tar.bz2 nextpnr-1911a9523c86fdcb7b5542cd5fa5bfcbd23dc6fd.zip |
Merge pull request #886 from Ravenslofty/mistral-m10k
mistral: M10K support
Diffstat (limited to 'mistral/constids.inc')
-rw-r--r-- | mistral/constids.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mistral/constids.inc b/mistral/constids.inc index d241c8ef..262fd12a 100644 --- a/mistral/constids.inc +++ b/mistral/constids.inc @@ -90,6 +90,7 @@ X(WE) X(MISTRAL_MLAB) X(CLK1) X(A1EN) +X(B1EN) X(A1DATA) X(B1DATA) X(WCLK_INV) @@ -98,6 +99,12 @@ X(WE_INV) X(cyclonev_oscillator) X(cyclonev_hps_interface_mpu_general_purpose) +X(MISTRAL_M10K) +X(ADDRSTALLA) +X(ADDRSTALLB) +X(CFG_ABITS) +X(CFG_DBITS) + X(clkout) X(clkout1) X(compress_rbf) |