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 .
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.
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.
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.