aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Wheeldon <arandomowl@gmail.com>2018-10-04 15:36:26 +0100
committerAdrian Wheeldon <arandomowl@gmail.com>2018-10-04 15:36:26 +0100
commit1355492c8966596f3694b781d6cdf12b17681bc1 (patch)
treec5f2a10a4053df877c7022a2e5b15a0394f5e278
parent8fde05dfa58d87ff2e71495c77f698af19a0d80b (diff)
downloadyosys-1355492c8966596f3694b781d6cdf12b17681bc1.tar.gz
yosys-1355492c8966596f3694b781d6cdf12b17681bc1.tar.bz2
yosys-1355492c8966596f3694b781d6cdf12b17681bc1.zip
Fix IdString M in setup_stdcells()
-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";