From b08441d95ca3cef844f00bba93fffbe843b14873 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Mon, 18 Nov 2024 12:48:50 +0100 Subject: [PATCH] clockgate: shuffle test liberty to exercise comparison better --- tests/techmap/clockgate.lib | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/tests/techmap/clockgate.lib b/tests/techmap/clockgate.lib index f231a131d..9f83baa55 100644 --- a/tests/techmap/clockgate.lib +++ b/tests/techmap/clockgate.lib @@ -1,21 +1,5 @@ library(test) { /* Integrated clock gating cells */ - cell (pos_big) { - area : 10; - clock_gating_integrated_cell : latch_posedge; - pin (GCLK) { - clock_gate_out_pin : true; - direction : output; - } - pin (CLK) { - clock_gate_clock_pin : true; - direction : input; - } - pin (CE) { - clock_gate_enable_pin : true; - direction : input; - } - } cell (pos_small_tielo) { area : 1; clock_gating_integrated_cell : latch_posedge_precontrol; @@ -36,6 +20,22 @@ library(test) { direction : input; } } + cell (pos_big) { + area : 10; + clock_gating_integrated_cell : latch_posedge; + pin (GCLK) { + clock_gate_out_pin : true; + direction : output; + } + pin (CLK) { + clock_gate_clock_pin : true; + direction : input; + } + pin (CE) { + clock_gate_enable_pin : true; + direction : input; + } + } cell (pos_small) { area : 1; clock_gating_integrated_cell : latch_posedge;