diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-08-05 14:18:34 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-08-05 14:18:34 +0200 |
commit | 287fe7e89451b952d15c7839aff9cb3db12bf807 (patch) | |
tree | 0132549765f45798d4a455dfbdb1912294885b17 /ice40/arch.h | |
parent | 528eddcaf797c5da3a75876817b6c4377e4dfd6f (diff) | |
download | nextpnr-287fe7e89451b952d15c7839aff9cb3db12bf807.tar.gz nextpnr-287fe7e89451b952d15c7839aff9cb3db12bf807.tar.bz2 nextpnr-287fe7e89451b952d15c7839aff9cb3db12bf807.zip |
clangformat
Diffstat (limited to 'ice40/arch.h')
-rw-r--r-- | ice40/arch.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/ice40/arch.h b/ice40/arch.h index ff52c1a5..d3076416 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -90,21 +90,21 @@ NPNR_PACKED_STRUCT(struct WireSegmentPOD { NPNR_PACKED_STRUCT(struct WireInfoPOD { enum WireType : int8_t { - WIRE_TYPE_NONE = 0, - WIRE_TYPE_GLB2LOCAL = 1, - WIRE_TYPE_GLB_NETWK = 2, - WIRE_TYPE_LOCAL = 3, - WIRE_TYPE_LUTFF_IN = 4, + WIRE_TYPE_NONE = 0, + WIRE_TYPE_GLB2LOCAL = 1, + WIRE_TYPE_GLB_NETWK = 2, + WIRE_TYPE_LOCAL = 3, + WIRE_TYPE_LUTFF_IN = 4, WIRE_TYPE_LUTFF_IN_LUT = 5, - WIRE_TYPE_LUTFF_LOUT = 6, - WIRE_TYPE_LUTFF_OUT = 7, - WIRE_TYPE_LUTFF_COUT = 8, + WIRE_TYPE_LUTFF_LOUT = 6, + WIRE_TYPE_LUTFF_OUT = 7, + WIRE_TYPE_LUTFF_COUT = 8, WIRE_TYPE_LUTFF_GLOBAL = 9, WIRE_TYPE_CARRY_IN_MUX = 10, - WIRE_TYPE_SP4_V = 11, - WIRE_TYPE_SP4_H = 12, - WIRE_TYPE_SP12_V = 13, - WIRE_TYPE_SP12_H = 14 + WIRE_TYPE_SP4_V = 11, + WIRE_TYPE_SP4_H = 12, + WIRE_TYPE_SP12_V = 13, + WIRE_TYPE_SP12_H = 14 }; RelPtr<char> name; |