aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/celltypes.h
diff options
context:
space:
mode:
authortklam <tklam@easylogic.hk>2018-10-13 22:52:31 +0800
committertklam <tklam@easylogic.hk>2018-10-13 22:52:31 +0800
commit3c5406c31b416bccb5cc98398b7e5a77d017a138 (patch)
tree2b8eb6a60b3ac75cdb7354d9a0c00f77a5577555 /kernel/celltypes.h
parent27c46d94e32a45762b3a424d6c7bfcd3ce7a1b12 (diff)
parent9850de405a11fe93e4562c86be0a0830b83c2785 (diff)
downloadyosys-3c5406c31b416bccb5cc98398b7e5a77d017a138.tar.gz
yosys-3c5406c31b416bccb5cc98398b7e5a77d017a138.tar.bz2
yosys-3c5406c31b416bccb5cc98398b7e5a77d017a138.zip
Merge branch 'master' of https://github.com/YosysHQ/yosys
Diffstat (limited to 'kernel/celltypes.h')
-rw-r--r--kernel/celltypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/celltypes.h b/kernel/celltypes.h
index fcc4fcc4b..6041168bb 100644
--- a/kernel/celltypes.h
+++ b/kernel/celltypes.h
@@ -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";