OpenASIC
    • \[\[global:header.categories\]\]
    • \[\[global:header.recent\]\]
    • \[\[global:header.tags\]\]
    • \[\[global:header.popular\]\]
    • \[\[global:header.users\]\]
    • \[\[global:header.groups\]\]
    • \[\[global:header.search\]\]
    • Register
    • Login
    1. Home
    2. lawrence404
    3. Posts
    L
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: 如何用catapult运行这个isp的c model

      找到了解决方案,src文件里的top.h可以选择catapult的数据结构.

      posted in xkISP
      L
      lawrence404
    • 如何用catapult运行这个isp的c model

      在我用catapult导入isp的顶层模块后,当我执行Hierarchy得到这个module的层次时,top.h文件发生错误:
      错误部分
      top.h

      #include <ap_int.h>
      #include<hls_stream.h>
      

      报错信息:
      cannot open source file "ap_int.h"
      compilation aborted
      go analyze: Failed analyze

      分析原因:ap_int.h和hls_stream.h是vivado里面的头文件,catapult里面没有这些数据类型,所以报错。

      基于这个报错信息,想请教一下:
      1.如何用catapult跑您的这个isp模型?需要修改哪些部分?
      2.或者如何用catapult吃ap_int.h和hls_stream.h文件,完成编译

      posted in xkISP
      L
      lawrence404
    • 1 / 1