diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2019-12-28 13:51:02 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2019-12-28 13:51:02 +0100 |
commit | 50f87a6024859d197eefa8de0b0b616b1e03e239 (patch) | |
tree | 0b7b0dd94b2a876f958f76860febceee02ed7bf8 | |
parent | d399346de0f258a4871ce6e5162481586175f76d (diff) | |
download | nextpnr-50f87a6024859d197eefa8de0b0b616b1e03e239.tar.gz nextpnr-50f87a6024859d197eefa8de0b0b616b1e03e239.tar.bz2 nextpnr-50f87a6024859d197eefa8de0b0b616b1e03e239.zip |
add newline at eof
-rw-r--r-- | ecp5/constids.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/constids.inc b/ecp5/constids.inc index ce813778..b38e23ef 100644 --- a/ecp5/constids.inc +++ b/ecp5/constids.inc @@ -1328,4 +1328,4 @@ X(WIRE_TYPE_V06) X(WIRE_TYPE_G_HPBX) X(WIRE_TYPE_G_VPTX) X(WIRE_TYPE_L_HPBX) -X(WIRE_TYPE_R_HPBX)
\ No newline at end of file +X(WIRE_TYPE_R_HPBX) |