create_bus¶
- -object_list
Specifies a list of ports or nets to be put into a bus.
- -bus_name
Specifies the name of the bus.
- -type
Assigns the specified type_name to the bused port. Valid types are port ar net.
- -sort
Sorts the bits of the bus specified in object_list in alphanumeric order.
- -no_sort
Specifies that the order of the bits in the bus should be the same as specified on the command line.
- -start
Specifies the start bit for the bus.
- -end
Specifies the end bit for the bus.
-object_list¶
attribute
- type:
STRLIST
- positional:
False
- default:
related_options
- GroupType.TYPE_LEAST:
object_list
simple case
There is currently no simple case.
-bus_name¶
attribute
- type:
STRING
- positional:
False
- default:
related_options
- GroupType.TYPE_LEAST:
bus_name
simple case
There is currently no simple case.
-type¶
attribute
- type:
STRING
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-sort¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
sort no_sort
simple case
There is currently no simple case.
-no_sort¶
attribute
- type:
BOOL
- positional:
False
- default:
related_options
- GroupType.TYPE_CONFLICT:
sort no_sort
simple case
There is currently no simple case.
-start¶
attribute
- type:
INT
- positional:
False
- default:
related_options
simple case
There is currently no simple case.
-end¶
attribute
- type:
INT
- positional:
False
- default:
related_options
simple case
There is currently no simple case.