From beaf602a459477629673f5b93dca3f7f73afcd7c Mon Sep 17 00:00:00 2001 From: Adam Megacz Date: Thu, 28 May 2009 02:43:47 +0000 Subject: [PATCH] marina.bsh updates for new scanCellFtaller --- testCode/marina.bsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testCode/marina.bsh b/testCode/marina.bsh index 3371b9a..32db4c7 100644 --- a/testCode/marina.bsh +++ b/testCode/marina.bsh @@ -19,7 +19,7 @@ import com.sun.electric.plugins.menus.ScanChainXML; gen.addScanChainElement("scanM", "scanCellE", "RW", "-", "sin", "sout", "dIn[1](R)", "latch2in@0.dataBar(WI)"); gen.addScanChainElement("scanM", "scanCellF", "RW", "L", "sin", "sout", "dout[1](R)", "latch2in@1.dataBar(WI)"); - gen.addScanChainElement("scanM", "scanCellFtall", "RW", "L", "sin", "sout", "dout[1](R)", "latch2in@1.dataBar(WI)"); + gen.addScanChainElement("scanM", "scanCellFtaller", "RW", "L", "sin", "sout", "dout[1](R)", "latch2in@1.dataBar(WI)"); // Add all the pass through elements: these pass scan data through, // like inverters or buffers -- 1.7.10.4