diff options
author | gatecat <gatecat@ds0.me> | 2022-03-09 18:03:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 18:03:59 +0000 |
commit | 1911a9523c86fdcb7b5542cd5fa5bfcbd23dc6fd (patch) | |
tree | a5b8fe410100bcc87712b076001ff72da5fd4ad0 /mistral/arch.h | |
parent | df7e26c1aa9b8727bacf56ab0d592df5cef63bb5 (diff) | |
parent | 3e688a3ac9ae35a894d5c2c19f2d9591b746d8da (diff) | |
download | nextpnr-1911a9523c86fdcb7b5542cd5fa5bfcbd23dc6fd.tar.gz nextpnr-1911a9523c86fdcb7b5542cd5fa5bfcbd23dc6fd.tar.bz2 nextpnr-1911a9523c86fdcb7b5542cd5fa5bfcbd23dc6fd.zip |
Merge pull request #886 from Ravenslofty/mistral-m10k
mistral: M10K support
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 e17be331..8fcea291 100644 --- a/mistral/arch.h +++ b/mistral/arch.h @@ -467,6 +467,7 @@ struct Arch : BaseArch<ArchRanges> bool has_port(CycloneV::block_type_t bt, int x, int y, int bi, CycloneV::port_type_t port, int pi = -1) const; void create_lab(int x, int y, bool is_mlab); // lab.cc + void create_m10k(int x, int y); // m10k.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 |