readme

来自「基于4个mips核的noc设计」· 代码 · 共 24 行

TXT
24
字号
README for Pipe================================================================= This is a basic example to show how to use SystemC and usercan use it as a template to create more complex models. It consists of 3 processes that form individual stages of a pipleline. | +-----------+     +-----------+   +-----------+  || |           |     |           |   |           |  || | stage1    |---->| stage2    |-->| stage3    |  || |           |     |           |   |           |  || +-----------+     +-----------+   +-----------+  | The first stage of the pipeline accepts 2 inputs and computes their sumand difference.  The second stage accepts the results of the firststage and computes their product and quotient.  Finally stage3 accepts these outputs from second stage and computes the first input raised tothe power of the second. In order to compile this model, you have to execute gmake/make,then you should find a run.x executable after the compilation. Executerun.x and it will print out the results to your screen.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?