OpenAccess Scripting Language Interfaces Architecture John McGehee / Blognado, Chip Design, Software Development / CSharp, oaScript, OpenAccess, Perl, Python, Ruby, SWIG, Tcl / 0 comments Jun 14, 2011 At DAC 2011 I gave a presentation on the architecture of oaScript at Si2’s OpenAccess Scripting Language Workshop. Download PDF presentation More
Access Tcl Global Variables in an SDC File John McGehee / Blognado, Chip Design / IC Design Flow, SDC, Tcl / 0 comments Feb 22, 2009 When you read an SDC file from the command line, it works fine. When you read it using a Tcl procedure, it won’t work, because the global variables cannot be accessed. Here’s how to fix this annoying problem. More