menjr

SOPC自定义组件AVALON 总线命名规则

avalon_naming_convention00

avalon_naming_convention01 

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 );

分类:

技术点:

相关文章:

  • 2021-06-15
  • 2021-07-11
  • 2022-12-23
  • 2021-08-03
  • 2022-02-02
  • 2021-09-07
  • 2022-12-23
  • 2022-02-22
猜你喜欢
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2021-06-16
  • 2021-12-17
相关资源
相似解决方案