xilinx 双口ram ipcore teset(vhdl)

xilinx 双口ram ipcore teset(vhdl)

ID:12769675

大小:211.50 KB

页数:4页

时间:2018-07-18

xilinx 双口ram ipcore teset(vhdl)_第1页
xilinx 双口ram ipcore teset(vhdl)_第2页
xilinx 双口ram ipcore teset(vhdl)_第3页
xilinx 双口ram ipcore teset(vhdl)_第4页
资源描述:

《xilinx 双口ram ipcore teset(vhdl)》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、Xilinx双口RAMIpcoreTeset(VHDL)CPLD/FPGA2010-03-1911:39:14阅读77评论0字号:大中小   这几天能Xilinx的双口RAMCORE,终于能好了。现将代码和时序贴出来。代码:LIBRARYieee;USEieee.std_logic_1164.ALL;USEieee.std_logic_unsigned.all;USEieee.numeric_std.ALL; ENTITYDoubleRamTestISENDDoubleRamTest; ARCHIT

2、ECTUREbehaviorOFDoubleRamTestIS    --ComponentDeclarationfortheUnitUnderTest(UUT)    COMPONENTIPTest   PORT(        clka:IN std_logic;        ena:IN std_logic;        wea:IN std_logic_vector(0downto0);        addra:IN std_logic_vector(9downto0);       

3、 dina:IN std_logic_vector(15downto0);        douta:OUT std_logic_vector(15downto0);        clkb:IN std_logic;        enb:IN std_logic;        web:IN std_logic_vector(0downto0);        addrb:IN std_logic_vector(9downto0);        dinb:IN std_logic_vector

4、(15downto0);        doutb:OUT std_logic_vector(15downto0)       );   ENDCOMPONENT;     --Inputs  signalclka:std_logic:='0';  signalena:std_logic:='0';  signalwea:std_logic_vector(0downto0):=(others=>'0');  signaladdra:std_logic_vector(9downto0):=(other

5、s=>'0');  signaldina:std_logic_vector(15downto0):=(others=>'0');  signalclkb:std_logic:='0';  signalenb:std_logic:='0';  signalweb:std_logic_vector(0downto0):=(others=>'0');  signaladdrb:std_logic_vector(9downto0):=(others=>'0');  signaldinb:std_logic_

6、vector(15downto0):=(others=>'0');  signalcount:std_logic_vector(15downto0):=(others=>'0');   --Outputs  signaldouta:std_logic_vector(15downto0);  signaldoutb:std_logic_vector(15downto0);  --Clockperioddefinitions  constantclka_period:time:=1us;  consta

7、ntclkb_period:time:=1us; BEGIN  --InstantiatetheUnitUnderTest(UUT)  uut:IPTestPORTMAP(         clka=>clka,         ena=>ena,         wea=>wea,         addra=>addra,         dina=>dina,         douta=>douta,         clkb=>clkb,         enb=>enb,        

8、 web=>web,         addrb=>addrb,         dinb=>dinb,         doutb=>doutb       ); ena<='1'; enb<='1';  --Clockprocessdefinitions  clka_process:process  begin  clka<='0';  waitforclka_period/2;  clka<='1';  waitforclka_period/2;  count<

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。