From: Clifford Wolf Date: Mon, 6 Jul 2015 15:45:56 +0000 (+0200) Subject: Improved liberty file test case X-Git-Tag: yosys-0.6~229 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85aaf08e53763a665d358d2c81d80a1de02e793f;p=yosys.git Improved liberty file test case --- diff --git a/techlibs/cmos/cmos_cells.lib b/techlibs/cmos/cmos_cells.lib index bf6b34788..1b0bf8457 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 } }