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

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
楼主: edutainment

[求助] debussy+modelsim的仿真用Verilog可以,用VHDL就不行

[复制链接]
发表于 2011-4-9 15:43:29 | 显示全部楼层
有人解决了没有呢??
发表于 2011-7-11 19:45:36 | 显示全部楼层
回复 8# lyfhsd


    你现在搞好了没有,tmd也遇到这个问题。
发表于 2011-7-11 19:58:51 | 显示全部楼层
Debussy在哪可以下到啊
发表于 2011-7-11 22:27:39 | 显示全部楼层
回复 13# zhunh


    本论坛就有
发表于 2011-7-11 22:29:29 | 显示全部楼层
搞定了这个问题,用vhdl不行,是跟那个novas.vhd有关。你搜索一下博客,具体的忘了。
发表于 2011-7-13 18:26:56 | 显示全部楼层
你把novas.vhd换成这个应该就可以了。





  1. package pkg is
  2. attribute foreign : string;
  3. procedure fsdbDumpfile (file_name : in string);
  4. attribute foreign of fsdbDumpfile : procedure is "fliparseTraceInit ./novas_fli.dll";  procedure fsdbDumpvars (depth : in integer;  region_name : in string);
  5. attribute foreign of fsdbDumpvars : procedure is "fliparsePartial ./novas_fli.dll";
  6. end;
  7. package body pkg is
  8. procedure fsdbDumpfile(file_name : in string) is
  9.      begin
  10.          assert false report "ERROR : foreign subprogram not called" severity note;
  11.     end;
  12. procedure fsdbDumpvars(depth : in integer;
  13.                     region_name : in string) is
  14.      begin
  15.          assert false report "ERROR : foreign subprogram not called" severity note;
  16.      end;
  17. end;
  18. entity novas is end;
  19. architecture novas_arch of novas is
  20.    attribute foreign : string;
  21.   attribute foreign of novas_arch : architecture is "fliparseCommand novas_fli.dll";
  22. begin
  23. end;




复制代码
发表于 2012-7-3 14:15:25 | 显示全部楼层
学习下 顶起
发表于 2013-9-28 12:24:48 | 显示全部楼层
我的也是同样问题
fliparseVariableInFile我删除了还是不行!
发表于 2014-4-11 09:31:23 | 显示全部楼层
回复 1# edutainment 顶……
发表于 2014-5-20 20:41:32 | 显示全部楼层
学习一下
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

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

GMT+8, 2024-9-27 15:28 , Processed in 0.020701 second(s), 7 queries , Gzip On, Redis On.

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