在线咨询 切换到宽版
eetop公众号 创芯大讲堂 创芯人才网

 找回密码
 注册

手机号码,快捷登录

手机号码,快捷登录

搜全文
查看: 5818|回复: 9

ise10.1下怎么调用pcie ip核?

[复制链接]
发表于 2009-10-11 15:33:39 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
本帖最后由 einsamkeittt 于 2009-10-11 15:37 编辑

这里用的是ip核是endpoint block plus for PCI Express v1.6
pcie ip core生成之后 写了调用文件

module a_x1(
                        pci_exp_txp,
                        pci_exp_txn,
                        pci_exp_rxp,
                        pci_exp_rxn,

                        sys_clk_p,
                        sys_clk_n,
                        sys_reset_n
    );
     output    [(1 - 1):0]           pci_exp_txp;
    output    [(1 - 1):0]           pci_exp_txn;

    input     [(1 - 1):0]           pci_exp_rxp;
    input     [(1 - 1):0]           pci_exp_rxn;

    input                                             sys_clk_p;
    input                                             sys_clk_n;
    input                                             sys_reset_n;
     
    a a1(
                         .pci_exp_txp(pci_exp_txp),
                        .pci_exp_txn(pci_exp_txp),
                        .pci_exp_rxp(pci_exp_txp),
                        .pci_exp_rxn(pci_exp_txp),

                        .sys_clk_p(pci_exp_txp),
                        .sys_clk_n(pci_exp_txp),
                        .sys_reset_n(pci_exp_txp)
                                );
         


endmodule

编写test_fixture文件后 仿真结果不对
输出仍然是高阻态  就是说ip核没有工作
问题在哪呢?
请教
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条


手机版| 小黑屋| 关于我们| 联系我们| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2025-9-15 11:40 , Processed in 0.014543 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表