The current directory contains the following files: License.pdf - License agreement version 2.3 WhitePaper20.pdf - Introduction to SystemC 2.0 FuncSpec20.pdf - Functional specification for SystemC 2.0 UserGuide20.pdf - SystemC 2.0 User's Guide Note
以下的资源也很不错, 加减可以看一下o 使用C++制作3D动画人物-100%提供源码 http://download.csdn.net/source/2255453 http://hqioan.download.csdn.net/ The What, Why, and How of MPSoCs 1 Ahmed Amine Jerraya and Wayne Wolf 1.1 Introduction 1 1.2 What are MPSoCs 1 1.3 Why MPSoCs? 5 1.4
首先,假设下载的版本是2.0.1,这个源码包里有在VC++6.0的工程文件,比较方便,当然后续版本2.2中有VC7.1的工程文件,可以仿效相同的过程来生成所需要的库文件。下面所用的SystemC语言版本是2.0.1版的,使用的开发环境是Visual C++ 6.0。 对下载到的源码包进行解压(图3),然后用vc6.0打开其中的工程文件(图4),然后按下F7,或者单击Build按钮(图5),就可以生成SystemC库文件systemc.lib了
ESL DESIGN AND VERIFICATION: A PREscr iptION FOR ELECTRONIC SYSTEM-LEVEL METHODOLOGY 1 What Is ESL? 1 2 Taxonomy and Definitions for the Electronic System Level 11 3 Evolution of ESL Development 35 4 What Are the Enablers of ESL? 81 5 ESL Flow 113 6
SystemC
Thank you for accepting the terms of our license agreement. You can download current and previous specifications from this page.
Please bookmark this page for quick access in the future.
包含源码库,各类官方文档等。
1.下载源码包
链接:https://pan.baidu.com/s/1mAThssgwywjyLmj5ukce0Q
提取码:dyc2
2.安装
tar xvf systemc-2.3.3.tar.gz
cd systemc-2.3.3
mkdir objdir
cd objdir
新建一个systemc文件
../configure -prefix=/想要安装的路径/systemc
make
make install
3.配置环境
sudo gedit ~/.bashrc
在最下面添加
exp