This is a code to be used in Astro, to get all the top level ports of your design. This code shows the db-foreach loop and the dbFetchObjectField command.
(db-foreach (geGetEditCell) '() "Port" portId
(begin
(display (dbFetchObjectField (geGetEditCell) portId "name"))
(newline)
#t) )
Subscribe to:
Post Comments (Atom)
2 comments:
(db-foreach (geGetEditCell) '() "net" portId
(begin
(display (dbFetchObjectField (geGetEditCell) portId "name"))
(newline)
#t) )
hese things work in the FRAM view
Post a Comment