dbGet command can be used to retrieve all the instances of the top block but exactly what are these values insts.cell.cellbaseClass? how can I change them to point certain other level of hierarchy rather than with going to the top? also what is the difference between get_db and dbGet?
trying to get info and understanding of the innovus built in commands.
The values
insts.cell.cellbaseClassrefers to which class the insts belongs to, that can be of class block/macro, memory or std cells.if you want a particular hierarchy you can use this commands.
or you can use the cui command
dbGet commands used in legacy mode of innovus and get_db is ussed in commun user interface mode of innovus