(筆記) Naming Convention for Avalon Signal Type (IC Design) (SOPC Builder)

avalon_naming_convention00

(筆記) Naming Convention for Avalon Signal Type (IC Design) (SOPC Builder)_第1张图片 

1  module my_multiport_component (
2    // Signals for Avalon-MM slave port "s1"
3    avs_s1_clk,
4    avs_s1_reset_n,
5    avs_s1_address,
6    avs_s1_read,
7    avs_s1_write,
8    avs_s1_writedata,
9    avs_s1_readdata,
10    avs_s1_export_dac_output,
11    // Signals for Avalon-MM slave port "s2"
12    avs_s2_address,
13    avs_s2_read,
14    avs_s2_readdata,
15    avs_s2_export_dac_output,
16    // Clock/Reset Interface
17    csi_clockreset_clk
18  );


See Also
(轉貼) 新舊版Avalon Interface對照表 (SOC) (SOPC Builder)
(原創) 深入探討Altera的Checksum Master範例 (SOC) (SOPC Builder) (Nios II) (DE2)

Reference
Quartus II Version 7.2 Handbook Volumn 4:SOPC Builder P.5-4

你可能感兴趣的:(convention)