1 Star 0 Fork 0

bufans/simple_cpu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
This library provides SystemC CPUs.

It can load shared libraries developped with TLM2C.

How to include this model in a project:

* Copy the misc/FindSIMPLECPU.cmake in your project repository.
* Add the following lines into your CMakeLists.txt:
    FIND_PACKAGE(SIMPLECPU)
    if(SIMPLECPU_FOUND)
      INCLUDE_DIRECTORIES(${SIMPLECPU_INCLUDE_DIRS})
      LINK_DIRECTORIES(${SIMPLECPU_LIBRARY_DIRS})
    else()
      MESSAGE(FATAL_ERROR "SIMPLECPU not found.")
    endif()

You're now able to use SimpleCPU headers and link the toplevel with
SIMPLECPU_LIBRARIES.

空文件

简介

暂无描述 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bufans/simple_cpu.git
git@gitee.com:bufans/simple_cpu.git
bufans
simple_cpu
simple_cpu
nvdla_vp

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385