timthorpe

个性签名:It's better to be a fake somebody than to be a real nobody

    1. 关于ISE调用IP核的问题 2/5556 FPGA/CPLD 2012-04-28
      你好 我最近也出了这个结果 还望指点综合的结果是 点击语法检查和仿真都无结果,进行一下就自动停步了 并没有给出任何提示信息, module test;        // Inputs        reg clk,start,fwd_inv_we,fwd_inv;        reg [15:0] xn_re;        reg [15:0] xn_im;        // Outputs        wire rfd;        wire dv;        wire done;        wire busy;        wire edone;        wire [15:0] xk_re;        wire [15:0] xk_im;        wire [2:0] xk_index;        wire [2:0] xn_index;        // Instantiate the Unit Under Test (UUT)        fft_test uut (                .clk(clk),                 .fwd_inv_we(fwd_inv_we),                .fwd_inv(fwd_inv),                .start(start),                .xn_re(xn_re),                 .xn_im(xn_im),                 .rfd(rfd),                 .dv(dv),                 .done(done),                 .busy(busy),                 .edone(edone),                 .xk_re(xk_re),                 .xk_im(xk_im),                 .xk_index(xk_index),                 .xn_index(xn_index)        );        initial begin                // Initialize Inputs                clk = 0;                xn_re = 0;                xn_im = 0;      start =0;                fwd_inv_we=0;                fwd_inv=0;                // Wait 100 ns for global reset to finish                #100;      start =1;                fwd_inv_we=1;                fwd_inv=1;                // Add stimulus here             end            always  #5 clk = ~clk;                    always @(posedge clk)            begin                                      xn_re= xn_re + 1;                                                             endendmodule复制代码
    2. http://item.taobao.com/item.htm?id=9990207073 XILINX SPARTAN 3e 原装 低价转让  可以参考 网上资料超多,学习好交流
    3. 有没有好的FPGA开发板推荐? 13/39287 FPGA/CPLD 2011-04-16
      详情http://item.taobao.com/item.htm?id=9990207073 个人一时兴起,买了这块开发板,原厂正品,质量绝对保障。临近毕业,要找工作了,无心学习了。特低价转让。有意者务必电话 :15153218432 价格可以商量。  QQ502327976 介绍:The Spartan®-3E FPGA Starter Kit is a complete development board solution giving designers instant access to the capabilities of the Spartan-3E family. , and USB cable. 板上资源: Xilinx Devices: Spartan-3E FPGA (XC3S500E-4FG320C) CoolRunner™-II CPLD (XC2C64A-5VQ44C) Platform Flash (XCF04S-VO20C) Clocks: 50 MHz crystal clock oscillator Memory: 128 Mbit Parallel Flash 16 Mbit SPI Flash 64 MByte DDR SDRAM Connectors and Interfaces: Ethernet 10/100 Phy JTAG USB download Two 9-pin RS-232 serial port PS/2- style mouse/keyboard port, rotary encoder with push button Four slide switches Eight individual LED outputs Four momentary-contact push buttons 100-Pin expansion connection ports Three 6-pin expansion connectors Display: 16 character - 2 Line LCD

最近访客

< 1/1 >

统计信息

已有57人来访过

  • 芯积分:--
  • 好友:--
  • 主题:--
  • 回复:3

留言

你需要登录后才可以留言 登录 | 注册


现在还没有留言