Helper Functions

util.get_attr(objects, attr)[source]

Returns specific attribute from the properties of the object

Parameters

object (list[Cable, Port, Definition, Instance]) – pass list of objects

Returns

list of

Return type

(list[str])

util.get_names(objects)[source]

Returns name name of the verilog object (if the it contains name property)

Parameters

object (list[Cable, Port, Definition, Instance]) – pass list of objects

Returns

list of

Return type

(list[str])