这个是在ubuntu下安装systemC的简单步骤:
1. Change to the top level directory (systemc-2.1.v1 for me)
2. Create a temporary directory, e.g.,
> mkdir objdir
3. Change to the temporary directory, e.g.,
> cd objdir
4. > ../configure
5. > make
6. > make install
7. > make check (to verify the installation by testing the example suite)
ubuntu下安装systemC
最新推荐文章于 2025-08-13 22:26:27 发布