Forum Post: RE: SOC DFT methodology
Hi, We don't have a DFT team. That's why I'm posting this and would like some tips and recommendations. Hope to hear from the community about their experiences (without giving out confidential...
View ArticleForum Post: RE: Change multiple off-page connectors names & directions
you can use the ctrl-insert to copy the column, and shift-insert to paste it again. However, you are only allowed to change the name. You cannot edit the location and direction. An idea is to place the...
View ArticleForum Post: Most efficient db function to move all shapes in a design?
Working in ic5141, what is the most efficient way to move all shapes in a design using the db functions? I'm dealing with millions of shapes and would like to use a function like Move Origin, but this...
View ArticleForum Post: RE: Most efficient db function to move all shapes in a design?
Perhaps try leMoveCellViewOrigin() ? I think that was around in IC5141. Hope it helps. Lawrence.
View ArticleForum Post: what is the difference between 'rex' and 'pcre' SKILL regex...
Hello experts, I have a basic doubt regarding regex functions in SKILL. There are two set of functions which has suffix 'rex' & 'pcre'. I understand pcre stands for perl compatible regular...
View ArticleForum Post: RE: what is the difference between 'rex' and 'pcre' SKILL regex...
Hi Manikandan, Did you do *any* research before posting, like looking in the SKILL documentation for example? The documentation notes the following (in Pattern Matching Functions) for the "rex"...
View ArticleForum Post: RE: Change multiple off-page connectors names & directions
There is a free OrCAD App called EDAis CoolEdit Box that allows you to group select ports / off page connectors and change them to a different type. Take a look at orcadmarketplace.com/.../Default.aspx
View ArticleForum Post: How to measure current probed by isub() command using spectre xps ?
Hello All, I am trying to find leakage of different instances/subckts using spectre xps. I tried using chk1 dyn_subcktpwr inst=[*] port=[*] depth=4 time_window=[36n 37n] It dumped an empty xml file....
View ArticleForum Post: RE: Change multiple off-page connectors names & directions
Thanks Steve, I'll give it a try.
View ArticleForum Post: Select cell view from lib manager
Dear all, I have a script which allows the user to select a cell view from the library manager, without opening prompting the user. The user selects, in first place, the cell view from the library...
View ArticleForum Post: How to change mouse wheel bindings for zoom in & zoom out in...
Please let me know how I can change mouse wheel bindings for zoom in & zoom out in Encounter..For Example I want Zoom in when I wheel down middle mouse button & Zoom out when wheel up middle...
View ArticleForum Post: RE: How to change mouse wheel bindings for zoom in & zoom out in...
The first thing to do would be to post this in the right forum as it's a Digital Implementation issue, not Custom IC. I'll move it to the right place and hopefully one of the Digital Implementation...
View ArticleForum Post: RE: Most efficient db function to move all shapes in a design?
Thanks Lawrence. I am working on a mask reticle view with flat data and thought that working non-graphically with the Database Access functions would be more efficient than working in the layout...
View ArticleForum Post: RE: Select cell view from lib manager
Yes, your use model is certainly not the way it's normally done. If you really want to have a single box (which is not how it is done in the rest of the UI, as allowing users to type in the...
View ArticleForum Post: RE: Most efficient db function to move all shapes in a design?
You can use leMoveCellViewOrigin(cv x:y) without having to open the database in an editor window. You can just use: cv=dbOpenCellViewByType(lib cell view "maskLayout" "a") leMoveCellViewOrigin(cv x:y)...
View ArticleForum Post: RE: Funckeys on 17.2
Just add "any" User Preference, like Setup>User Preferences>Display, Visual, display_drcfill and that will create an "env" file in the %HOME% location
View ArticleForum Post: SystemC linking issues (Ubuntu >= 16.04)
I have an issue with ld during the linking process in SystemC environment. I would like to know if someone knows any workaround or idea to solve this issue!? Thank you. For example, how can I...
View Article