Navigation

    OpenASIC
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. lawrence404
    L
    • Continue chat with lawrence404
    • Start new chat with lawrence404
    • Flag Profile
    • Block User
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    lawrence404

    @lawrence404

    0
    Reputation
    2
    Posts
    1084
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    lawrence404 Follow

    Posts made by lawrence404

    • 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