From b8623e74ef86afe0260c88c9ecd3295af865441c Mon Sep 17 00:00:00 2001 From: Adam Megacz Date: Tue, 14 Jul 2009 04:13:46 +0000 Subject: [PATCH] marina-xml2.bsh: add explicit TDI/TDO port names --- testCode/marina-xml2.bsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testCode/marina-xml2.bsh b/testCode/marina-xml2.bsh index 3037f86..4cd877e 100644 --- a/testCode/marina-xml2.bsh +++ b/testCode/marina-xml2.bsh @@ -42,7 +42,7 @@ Simulation.setVerilogStopAtStandardCells(false); // Define the jtag controller by it's library, cell name, // and the number of instruction register bits - gen.setJtagController("jtagController", "jtagCentral{sch}", 8); + gen.setJtagController("jtagController", "jtagCentral{sch}", 8, "TDI", "TDO"); // Chip-specific configuration @@ -68,3 +68,4 @@ Simulation.setVerilogStopAtStandardCells(false); */ gen.start("marina_padframe","marinaPadframe{sch}"); + -- 1.7.10.4