Chapter 10 -- SystemC From Gound 读书心得

来源:互联网 发布:美津浓跑鞋矩阵 编辑:程序博客网 时间:2024/06/05 16:37

 1. Design Hierarchy

 

2. How to creat hierarchy

 

1) Direct/indirect Top-Level Implementation

 

2) direct submodule

 

3) indirect submodule  -- For IP deliver

注意上例中 Engine.h 没有包括 #include "FuelMix.h", etc..., 而是移到了Engine.cpp中。这就是最大的好处,你只需要提供Engine.h 和 Engine.o 或者 Engine.a就行了,而且 .o, .a都可以方便的更新。