aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-09-29 06:40:30 +0100
committerGitHub <noreply@github.com>2021-09-29 06:40:30 +0100
commit8b3e6711bcdab8c59bfa30f5eff8ed0bfa1bc302 (patch)
tree03243b3eee8f27dd1ed5b9024f80fca68192100b
parent9d8d3bdbc48133ff7758c9c5293e5904bc6e5ba7 (diff)
parentddc368f0dd9c3e0d026c6fa792dbfc06df35c727 (diff)
downloadnextpnr-8b3e6711bcdab8c59bfa30f5eff8ed0bfa1bc302.tar.gz
nextpnr-8b3e6711bcdab8c59bfa30f5eff8ed0bfa1bc302.tar.bz2
nextpnr-8b3e6711bcdab8c59bfa30f5eff8ed0bfa1bc302.zip
Merge pull request #830 from yrabbit/mistype
Fix mistype.
-rw-r--r--ecp5/pack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/pack.cc b/ecp5/pack.cc
index 3bc2dbb3..66cb81b2 100644
--- a/ecp5/pack.cc
+++ b/ecp5/pack.cc
@@ -55,7 +55,7 @@ class Ecp5Packer
new_cells.clear();
}
- // Print logic usgage
+ // Print logic usage
int available_slices = 0;
void print_logic_usage()
{