Visible to Intel only — GUID: mwh1409958793477
Ixiasoft
Visible to Intel only — GUID: mwh1409958793477
Ixiasoft
5.7.3. Name HDL Signals for Automatic Interface and Type Recognition in the Platform Designer Component Editor
To enable auto-recognition, you must create signal names using the following naming convention:
<interface type prefix>_<interface name>_<signal type>
Specifying an interface name with <interface name> is optional if you have only one interface of each type in the component definition. For interfaces with only one signal, such as clock and reset inputs, the <interface type prefix> is also optional.
Interface Prefix | Interface Type |
---|---|
asi | Avalon® -ST sink (input) |
aso | Avalon® -ST source (output) |
avm | Avalon® ‑MM master |
avs | Avalon® ‑MM slave |
axm | AXI master |
axs | AXI slave |
apm | APB master |
aps | APB slave |
coe | Conduit |
csi | Clock Sink (input) |
cso | Clock Source (output) |
inr | Interrupt receiver |
ins | Interrupt sender |
ncm | Nios® II custom instruction master |
ncs | Nios® II custom instruction slave |
rsi | Reset sink (input) |
rso | Reset source (output) |
tcm | Avalon® ‑TC master |
tcs | Avalon® ‑TC slave |
Refer to the Avalon® Interface Specifications or the AMBA* Protocol Specification for the signal types available for each interface type.