diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-08-04 11:48:29 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-08-04 11:48:29 +0200 |
commit | a31c00ed96aee4e43bfafc7165d640a1d1a14a9f (patch) | |
tree | afd6bf3b223ae4a58cac8c25cfc38bb4c078a082 /ecp5 | |
parent | beb5f9d4df1685a39a02548147e0c7ada40eae48 (diff) | |
download | nextpnr-a31c00ed96aee4e43bfafc7165d640a1d1a14a9f.tar.gz nextpnr-a31c00ed96aee4e43bfafc7165d640a1d1a14a9f.tar.bz2 nextpnr-a31c00ed96aee4e43bfafc7165d640a1d1a14a9f.zip |
Chip selection ui for ECP5
Diffstat (limited to 'ecp5')
-rw-r--r-- | ecp5/arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h index 38ca7f6b..6daf543d 100644 --- a/ecp5/arch.h +++ b/ecp5/arch.h @@ -384,7 +384,7 @@ struct PipRange struct ArchArgs { - enum ArchArgsType + enum ArchArgsTypes { NONE, LFE5U_25F, |