From eae390ae17839bf0273b32149f46a2560a23d934 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 28 Aug 2016 21:35:33 +0200 Subject: Removed $predict again --- techlibs/common/simlib.v | 8 -------- 1 file changed, 8 deletions(-) (limited to 'techlibs') diff --git a/techlibs/common/simlib.v b/techlibs/common/simlib.v index ac4269c90..d0a6cd495 100644 --- a/techlibs/common/simlib.v +++ b/techlibs/common/simlib.v @@ -1305,14 +1305,6 @@ endmodule // -------------------------------------------------------- -module \$predict (A, EN); - -input A, EN; - -endmodule - -// -------------------------------------------------------- - module \$initstate (Y); output reg Y = 1; -- cgit v1.2.3