diff options
author | David Shah <dave@ds0.me> | 2019-06-10 15:11:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-10 15:11:56 +0100 |
commit | 29adacf18eaaad7e38ec5b2dd9d1f6ccf9c70c18 (patch) | |
tree | eaff7c02dc6db212f6b147a5193b1a1ddf2b6ab0 /ice40/chipdb.py | |
parent | 187db92b0571b87360516598e88f36cdb1f33349 (diff) | |
parent | 88eeafae12b78798f6b886b2d4193b5fa64bac4c (diff) | |
download | nextpnr-29adacf18eaaad7e38ec5b2dd9d1f6ccf9c70c18.tar.gz nextpnr-29adacf18eaaad7e38ec5b2dd9d1f6ccf9c70c18.tar.bz2 nextpnr-29adacf18eaaad7e38ec5b2dd9d1f6ccf9c70c18.zip |
Merge pull request #288 from corecode/u4k
ice40: add RGB_DRV/LED_DRV_CUR support for u4k
Diffstat (limited to 'ice40/chipdb.py')
-rw-r--r-- | ice40/chipdb.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ice40/chipdb.py b/ice40/chipdb.py index 42ca6ac1..cc7be01f 100644 --- a/ice40/chipdb.py +++ b/ice40/chipdb.py @@ -81,6 +81,8 @@ constids["SPI"] = constids["SB_SPI"] constids["LEDDA_IP"] = constids["SB_LEDDA_IP"] constids["RGBA_DRV"] = constids["SB_RGBA_DRV"] constids["SPRAM"] = constids["ICESTORM_SPRAM"] +constids["LED_DRV_CUR"] = constids["SB_LED_DRV_CUR"] +constids["RGB_DRV"] = constids["SB_RGB_DRV"] with open(args.gfxh) as f: state = 0 |