集成电路技术分享

 找回密码
 我要注册

QQ登录

只需一步,快速开始

搜索
查看: 1366|回复: 0

ISE8.2中遇到问题,求解答!!!

[复制链接]
Tomato 发表于 2011-4-19 18:53:29 | 显示全部楼层 |阅读模式
我是一个初学者,第一次按照课本进行操作,当进行到测试平台的编写这一步时,出现了问题进行不下去了,我建的测试文件名为test_one4two1这是自动生成的测试模块代码

// Verilog Test Fixture Template

  `timescale 1 ns / 1 ps

  module TEST_gate;
          reg <signal1>;
          reg [2:0] <signal2>;
          wire [3:0] <signal3>;
          wire <signal4>;

          <module_name> <instance_name> (
                  <port1>,
                  <port2>
          );

          integer <name1>;
          integer <name2>;

   // The following code initializes the Global Set Reset (GSR) and Global Three-State (GTS) nets
   // Refer to the Synthesis and Simulation Design Guide for more information on this process
   reg GSR;
   assign glbl.GSR = GSR;
   reg GTS;
   assign glbl.GTS = GTS;

   initial begin
      GSR = 1;
      GTS = 0; // GTS is not activated by default
      #100; // GSR is set for 100 ns
      GSR = 0;
   end

  // Initialize Inputs
      `ifdef auto_init

          initial begin
          end

      `endif
  endmodule
这是WARING和ERROR
WARNING: could not create F:/FPGA store/ISE/one4two/test_one4two1.v. Defaulting to boilerplate.
ERRORortability:90 - Command line error: Unexpected argument[14]Usage: vhdtdtfi {-lib <libname> {<vhdfile>}} [-lang vhdl|verilog] [-module

求高人解答!!我的QQ是904122918,如能在线帮忙,感激不尽~~
您需要登录后才可以回帖 登录 | 我要注册

本版积分规则

关闭

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

QQ|小黑屋|手机版|Archiver|集成电路技术分享 ( 京ICP备20003123号-1 )

GMT+8, 2024-5-17 18:59 , Processed in 0.065886 second(s), 19 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表