Fix IdString M in setup_stdcells()

This commit is contained in:
Adrian Wheeldon 2018-10-04 15:36:26 +01:00 committed by Jim Lawson
parent ea82191c57
commit 81d77c4911
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ struct CellTypes
IdString A = "\\A", B = "\\B", C = "\\C", D = "\\D";
IdString E = "\\E", F = "\\F", G = "\\G", H = "\\H";
IdString I = "\\I", J = "\\J", K = "\\K", L = "\\L";
IdString M = "\\I", N = "\\N", O = "\\O", P = "\\P";
IdString M = "\\M", N = "\\N", O = "\\O", P = "\\P";
IdString S = "\\S", T = "\\T", U = "\\U", V = "\\V";
IdString Y = "\\Y";