Is there a way I can label a bus such that the label contains only the
bus name and not include its constituent nets?
i.e I have a bus named SPI0 containing 7 nets, SPI0_SCK, SPI0_MISO,
SPI0_MOSI, SPI0_CS[0..3]. When I label it, I get
"SPI0:SPI0_SCK,SPI0_MISO,SPI0_MOSI,SPI0_CS[0..3]"
I'd rather see just "SPI0".
Thanks,
- Chuck