aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'machxo2/config.h')
-rw-r--r--machxo2/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/machxo2/config.h b/machxo2/config.h
index a71b29a8..141409bc 100644
--- a/machxo2/config.h
+++ b/machxo2/config.h
@@ -112,6 +112,7 @@ class ChipConfig
{
public:
std::string chip_name;
+ std::string chip_variant;
std::vector<std::string> metadata;
std::map<std::string, TileConfig> tiles;
std::vector<TileGroup> tilegroups;