aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/arch.h
diff options
context:
space:
mode:
authorOlivier Galibert <galibert@pobox.com>2021-10-14 17:04:32 +0200
committerOlivier Galibert <galibert@pobox.com>2021-10-14 17:04:32 +0200
commit206bb0750608b65ff241f32bbf3e609ea307825a (patch)
tree79a56e531fa2b957559443a6438bb95687b82e94 /mistral/arch.h
parent4e1f2d7deb07c3119dcd1814273e2eb273fc19ef (diff)
downloadnextpnr-206bb0750608b65ff241f32bbf3e609ea307825a.tar.gz
nextpnr-206bb0750608b65ff241f32bbf3e609ea307825a.tar.bz2
nextpnr-206bb0750608b65ff241f32bbf3e609ea307825a.zip
mistral: Add support for cyclonev_hps_interface_mpu_general_purpose
Diffstat (limited to 'mistral/arch.h')
-rw-r--r--mistral/arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mistral/arch.h b/mistral/arch.h
index 4f5e68ae..df6d7e75 100644
--- a/mistral/arch.h
+++ b/mistral/arch.h
@@ -469,6 +469,7 @@ struct Arch : BaseArch<ArchRanges>
void create_lab(int x, int y, bool is_mlab); // lab.cc
void create_gpio(int x, int y); // io.cc
void create_clkbuf(int x, int y); // globals.cc
+ void create_hps_mpu_general_purpose(int x, int y); // globals.cc
// -------------------------------------------------