diff options
Diffstat (limited to 'mistral/arch.h')
-rw-r--r-- | mistral/arch.h | 1 |
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 // ------------------------------------------------- |