aboutsummaryrefslogtreecommitdiffstats
path: root/cyclonev/lab.cc
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-05-06 13:49:26 +0100
committergatecat <gatecat@ds0.me>2021-05-15 14:54:33 +0100
commita6ea72fd84706de8bdb6fd28005e3c735903ad4c (patch)
treeaf6357e7151efc775fdf262a389079598e761184 /cyclonev/lab.cc
parentfbdcfa9c42a2a8ed69b0130fcce56644bce3c64e (diff)
downloadnextpnr-a6ea72fd84706de8bdb6fd28005e3c735903ad4c.tar.gz
nextpnr-a6ea72fd84706de8bdb6fd28005e3c735903ad4c.tar.bz2
nextpnr-a6ea72fd84706de8bdb6fd28005e3c735903ad4c.zip
cyclonev: Add validity check and IO bels
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'cyclonev/lab.cc')
-rw-r--r--cyclonev/lab.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/cyclonev/lab.cc b/cyclonev/lab.cc
index 4e10fe59..6f7c5e6d 100644
--- a/cyclonev/lab.cc
+++ b/cyclonev/lab.cc
@@ -377,4 +377,10 @@ bool Arch::is_alm_legal(uint32_t lab, uint8_t alm) const
return true;
}
+bool Arch::is_lab_ctrlset_legal(uint32_t lab) const
+{
+ // TODO
+ return true;
+}
+
NEXTPNR_NAMESPACE_END \ No newline at end of file