marina-xml2.bsh: add explicit TDI/TDO port names
authorAdam Megacz <adam.megacz@sun.com>
Tue, 14 Jul 2009 04:13:46 +0000 (04:13 +0000)
committerAdam Megacz <adam.megacz@sun.com>
Tue, 14 Jul 2009 04:13:46 +0000 (04:13 +0000)
testCode/marina-xml2.bsh

index 3037f86..4cd877e 100644 (file)
@@ -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}");
 
+