From 6f41e5277d1d41db7a620c73cf1b65558b55f236 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 30 Aug 2016 19:09:56 +0200 Subject: Removed $aconst cell type --- techlibs/common/simlib.v | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'techlibs') diff --git a/techlibs/common/simlib.v b/techlibs/common/simlib.v index d0a6cd495..922a47cab 100644 --- a/techlibs/common/simlib.v +++ b/techlibs/common/simlib.v @@ -1322,18 +1322,6 @@ endmodule // -------------------------------------------------------- -module \$aconst (Y); - -parameter WIDTH = 0; - -output [WIDTH-1:0] Y; - -assign Y = 'bx; - -endmodule - -// -------------------------------------------------------- - module \$anyconst (Y); parameter WIDTH = 0; -- cgit v1.2.3