微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 电磁仿真讨论 > Avalon_ mm_ master wrapper (vhdl)

Avalon_ mm_ master wrapper (vhdl)

时间:03-30 整理:3721RD 点击:
Hai,
i am attaching the entity of my code here, this program is about "encoding of 32 bit data " .i want to create this as a CUSTOM IP using SOPC builder .
Code:
entity CDMA_ENCODING isport (rst_n : in  std_logic;		clk   : in  std_logic;		PI: IN STD_LOGIC_VECTOR(0 TO 31);		output :buffer std_logic_vector (0 to 15));end CDMA_ENCODING;
HTML Code:
nios --> custom IP -->avalon interface.
this is the way i want to communicate to the slave.

while creating custom IP it should be sync with avalon specification, it requires a wrapper.
if u know anything about please give the corresponding code.


what are all the signals to be added to wrapper as per avalon specification.

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top