diff options
author | David Shah <dave@ds0.me> | 2020-07-13 11:32:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 11:32:41 +0100 |
commit | 00d702086a77daa29301718e577ceacbf20f5d0d (patch) | |
tree | cbc7d00a40d36f52f9ec35dbcb97577254e47d0d /ecp5/config.h | |
parent | 9a621cf49c25b639d0052e343613310b4dd4e541 (diff) | |
parent | 19a4ddf2f08481fa295a267e93039b9e5bbdcd8d (diff) | |
download | nextpnr-00d702086a77daa29301718e577ceacbf20f5d0d.tar.gz nextpnr-00d702086a77daa29301718e577ceacbf20f5d0d.tar.bz2 nextpnr-00d702086a77daa29301718e577ceacbf20f5d0d.zip |
Merge pull request #472 from YosysHQ/ecp5-sysconfig
ecp5: SYSCONFIG in LPF support
Diffstat (limited to 'ecp5/config.h')
-rw-r--r-- | ecp5/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/config.h b/ecp5/config.h index 8b38de5d..d4a21577 100644 --- a/ecp5/config.h +++ b/ecp5/config.h @@ -114,6 +114,7 @@ class ChipConfig std::vector<std::string> metadata; std::map<std::string, TileConfig> tiles; std::vector<TileGroup> tilegroups; + std::map<std::string, std::string> sysconfig; std::map<uint16_t, std::vector<uint16_t>> bram_data; }; |