21.4.54 sd_show_bif_pins
(Ask a Question)Description
This tcl command exposes one or more internal scalar or bus pins/ports of a Bus Interface pin/port. A Bus Interfacepin/port is usually a group of normal scalar or bus pins/ports grouped together and used to connect instances thathave similar interfaces.
This command will not expose multiple pins/ports in release v2021.1. Support to expose multiple scalar or bus pins/portswill be provided in the next Libero release.
sd_show_bif_pins -sd_name {smartdesign component name} \
                 -bif_pin_name {name of the bif pin or port} \
                 -pin_names {pins or ports to be exposed}Arguments
| Parameter | Type | Description | 
|---|---|---|
sd_name  | string  | Specifies the name of the SmartDesign component. It is mandatory.  | 
bif_pin_name  | string  | Specifies the name of the Bus Interface pin/port for which the internal pins/ports need to be exposed. It is mandatory.  | 
pin_names  | string  | Specifies the names of the Bus Interface internal pins/ports to be exposed. It is mandatory.  | 
| Return Type | Description | 
|---|---|
| None | None | 
Error Codes
| Error Code | Description | 
|---|---|
None  | Parameter 'pin_names' has illegal value.  | 
None  | Required parameter 'pin_names' is missing.  | 
None  | Parameter 'bif_pin_name' has illegal value.  | 
None  | Required parameter 'bif_pin_name' is missing.  | 
None  | Parameter 'sd_name' has illegal value.  | 
None  | Required parameter 'sd_name' is missing.  | 
None  | Parameter 'param_name' is not defined. Valid command formatting is 'sd_show_bif_pins -sd_name "sd_name" -bif_pin_name "bif_pin_name" -pin_names "pin_names"'.  | 
Supported Families
| Supported Families | 
|---|
| PolarFire® | 
| PolarFire SoC | 
| RTG4™ | 
| SmartFusion® 2 | 
| IGLOO® 2 | 
Example
This example exposes "COREAXI4INTERCONNECT_C0_0:MASTER0_AWADDR" pin for "COREAXI4INTERCONNECT_C0_0:AXI4mmaster0" bif pin.
sd_show_bif_pins -sd_name {top} \
                 -bif_pin_name {COREAXI4INTERCONNECT_C0_0:AXI4mmaster0} \
                 -pin_names {COREAXI4INTERCONNECT_C0_0:MASTER0_AWADDR}See Also
sd_delete_bif_pin
