From 85aaf08e53763a665d358d2c81d80a1de02e793f Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 6 Jul 2015 17:45:56 +0200 Subject: Improved liberty file test case --- techlibs/cmos/cmos_cells.lib | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'techlibs') diff --git a/techlibs/cmos/cmos_cells.lib b/techlibs/cmos/cmos_cells.lib index bf6b3478..1b0bf845 100644 --- a/techlibs/cmos/cmos_cells.lib +++ b/techlibs/cmos/cmos_cells.lib @@ -39,7 +39,7 @@ library(demo) { } cell(DFFSR) { area: 18; - ff(IQ, IQN) { clocked_on: C; + ff("IQ", "IQN") { clocked_on: C; next_state: D; preset: S; clear: R; } @@ -50,5 +50,6 @@ library(demo) { function: "IQ"; } pin(S) { direction: input; } pin(R) { direction: input; } + ; // empty statement } } -- cgit v1.2.3