1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-02-11 10:44:58 +00:00

Merge pull request #830 from yrabbit/mistype

Fix mistype.
This commit is contained in:
gatecat
2021-09-29 06:40:30 +01:00
committed by GitHub

View File

@@ -55,7 +55,7 @@ class Ecp5Packer
new_cells.clear();
}
// Print logic usgage
// Print logic usage
int available_slices = 0;
void print_logic_usage()
{