aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-10-06 11:26:56 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-10-20 09:41:30 +0200
commitbfbb6dbf6955f0fd5e68928f27d1a2edd17b5646 (patch)
tree3b0671045ce454e31bb867b2bae4be38ec2ea6e2 /ecp5/arch.h
parent872e296f7b6b679be89ad3757a9ff9936dc71ba9 (diff)
downloadnextpnr-bfbb6dbf6955f0fd5e68928f27d1a2edd17b5646.tar.gz
nextpnr-bfbb6dbf6955f0fd5e68928f27d1a2edd17b5646.tar.bz2
nextpnr-bfbb6dbf6955f0fd5e68928f27d1a2edd17b5646.zip
Draw swbox, smaller slices, proper io
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index a479abb6..94bd5f3a 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -930,13 +930,13 @@ struct Arch : BaseCtx
// -------------------------------------------------
- GroupId getGroupByName(IdString name) const { return GroupId(); }
- IdString getGroupName(GroupId group) const { return IdString(); }
- std::vector<GroupId> getGroups() const { return std::vector<GroupId>(); }
- std::vector<BelId> getGroupBels(GroupId group) const { return std::vector<BelId>(); }
- std::vector<WireId> getGroupWires(GroupId group) const { return std::vector<WireId>(); }
- std::vector<PipId> getGroupPips(GroupId group) const { return std::vector<PipId>(); }
- std::vector<GroupId> getGroupGroups(GroupId group) const { return std::vector<GroupId>(); }
+ GroupId getGroupByName(IdString name) const;
+ IdString getGroupName(GroupId group) const;
+ std::vector<GroupId> getGroups() const;
+ std::vector<BelId> getGroupBels(GroupId group) const;
+ std::vector<WireId> getGroupWires(GroupId group) const;
+ std::vector<PipId> getGroupPips(GroupId group) const;
+ std::vector<GroupId> getGroupGroups(GroupId group) const;
// -------------------------------------------------