aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/arch.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-10-17 15:42:30 +0100
committerGitHub <noreply@github.com>2021-10-17 15:42:30 +0100
commit6bd1ab41b77e3d038398ee6f2c5ba0dc46ef01c2 (patch)
tree93436fbd7953e52a45c8133899cc8e2fc34ae476 /mistral/arch.h
parentc71a20e8052e82fb773138f9b935cd6f7371a0b1 (diff)
parentf88c119461065cd6e26602cb308dc138dda7c8b2 (diff)
downloadnextpnr-6bd1ab41b77e3d038398ee6f2c5ba0dc46ef01c2.tar.gz
nextpnr-6bd1ab41b77e3d038398ee6f2c5ba0dc46ef01c2.tar.bz2
nextpnr-6bd1ab41b77e3d038398ee6f2c5ba0dc46ef01c2.zip
Merge pull request #849 from galibert/cyclonev-oscillator
mistral: Add internal oscillator support
Diffstat (limited to 'mistral/arch.h')
-rw-r--r--mistral/arch.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/mistral/arch.h b/mistral/arch.h
index df6d7e75..34e55846 100644
--- a/mistral/arch.h
+++ b/mistral/arch.h
@@ -466,9 +466,10 @@ struct Arch : BaseArch<ArchRanges>
return WireId(cyclonev->pnode_to_rnode(CycloneV::pnode(bt, x, y, port, bi, pi)));
}
- 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_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_control(int x, int y); // globals.cc
void create_hps_mpu_general_purpose(int x, int y); // globals.cc
// -------------------------------------------------