aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'mistral/arch.h')
-rw-r--r--mistral/arch.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mistral/arch.h b/mistral/arch.h
index e931df2d..e17be331 100644
--- a/mistral/arch.h
+++ b/mistral/arch.h
@@ -461,7 +461,8 @@ struct Arch : BaseArch<ArchRanges>
void add_bel_pin(BelId bel, IdString pin, PortType dir, WireId wire);
- CycloneV::rnode_t find_rnode(CycloneV::block_type_t bt, int x, int y, CycloneV::port_type_t port, int bi = -1, int pi = -1) const;
+ CycloneV::rnode_t find_rnode(CycloneV::block_type_t bt, int x, int y, CycloneV::port_type_t port, int bi = -1,
+ int pi = -1) const;
WireId get_port(CycloneV::block_type_t bt, int x, int y, int bi, CycloneV::port_type_t port, int pi = -1) const;
bool has_port(CycloneV::block_type_t bt, int x, int y, int bi, CycloneV::port_type_t port, int pi = -1) const;
@@ -561,7 +562,7 @@ struct Arch : BaseArch<ArchRanges>
// -------------------------------------------------
- void build_bitstream(); // bitstream.cc
+ void build_bitstream(); // bitstream.cc
};
NEXTPNR_NAMESPACE_END