Forum Replies Created
-
AuthorPosts
-
riyaz058
ParticipantThanks It worked,
Is it possible to run script for glade without opening it?
and Is it possible to make permanent change to bind keys, because when ever glade is reopened the changes made are lost!riyaz058
ParticipantHow to place Created pin in specific coordinates?
net = cv.dbCreateNet("IN")
p = cv.dbCreatePin("IN", DB_PIN_INPUT, net)did not find any specific function to change the coordinates!
Thanks in advance,
riyaz058
Participantthank you for the reply
Regards
riyazriyaz058
ParticipantThank you.
May I know When can we expect this in the gladeregards
riyazriyaz058
Participantthanx for the fast reply.
reload(module_name) is working.regards
riyazriyaz058
ParticipantHi,
I was trying to import another python file using import <filename> and executing in glade. It executes and shows the proper outputs. But if i made any changes in the source file and execute the python file again that change wont applicable unless i close the glade and open it again .I tried deleting the .pyc file of the source file but no luck . how to resolve this issue ?
regards
riyazriyaz058
Participantthanx for the reply.
for some devices where spacing is to be checked in the polygate length or polygate width.we wanted the grow shrink option in horizontal or vertical so that we can decide the orientation of the devices.
regards
riyazriyaz058
ParticipantThank you for the quick reply.
If possible please add that feature. That will solve "many" problems in Developing DRC deck for Glade.regards
riyazriyaz058
ParticipantHi,
Since glade doesn't supports for Edge based functions, We are thinking of implement the same Functionality using geomSize() command. But geomSize command grows or Shrinks in all directions , Is it possible to add some flag as in the case of geomwidth or geomsize so that we can shrink or grow in a particular direction (horizontal or verticular).Regards
riyaz -
AuthorPosts