From 72f500c950f002a229d0434e76b24b347d7c583c Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 12 Dec 2014 12:44:16 +0100 Subject: [PATCH] Removed UTF-8 chars from techmap.v --- techlibs/common/techmap.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techlibs/common/techmap.v b/techlibs/common/techmap.v index cb39fb4b2..7b5528560 100644 --- a/techlibs/common/techmap.v +++ b/techlibs/common/techmap.v @@ -207,7 +207,7 @@ module _90_lcu (P, G, CI, CO); g[0] = g[0] | (p[0] & CI); // [[CITE]] Brent Kung Adder - // R. P. Brent and H. T. Kung, “A Regular Layout for Parallel Adders”, + // R. P. Brent and H. T. Kung, "A Regular Layout for Parallel Adders", // IEEE Transaction on Computers, Vol. C-31, No. 3, p. 260-264, March, 1982 // Main tree -- 2.30.2