aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2022-03-31 10:49:00 +0100
committergatecat <gatecat@ds0.me>2022-03-31 10:49:00 +0100
commit2ed68a21db9d04e5688c4c0784b0817f3485926e (patch)
treeffb8bca0933afaee3bc906712b0f3f91fc41b625 /nexus/arch.h
parent219310b20387a0dd781d4c1b587d04be99148a34 (diff)
downloadnextpnr-2ed68a21db9d04e5688c4c0784b0817f3485926e.tar.gz
nextpnr-2ed68a21db9d04e5688c4c0784b0817f3485926e.tar.bz2
nextpnr-2ed68a21db9d04e5688c4c0784b0817f3485926e.zip
clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index 323dcacd..d713afcf 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -1409,7 +1409,7 @@ struct Arch : BaseArch<ArchRanges>
// Parse a possibly-Lattice-style (C literal in Verilog string) style parameter
Property parse_lattice_param_from_cell(const CellInfo *ci, IdString prop, int width, int64_t defval) const;
- Property parse_lattice_param(const Property &val, IdString prop, int width, const char* ci="") const;
+ Property parse_lattice_param(const Property &val, IdString prop, int width, const char *ci = "") const;
// -------------------------------------------------