码迷,mamicode.com
首页 > 其他好文 > 详细

ProcessingElement.h

时间:2018-09-24 22:17:30      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:span   div   name   ESS   alt   RoCE   pre   fine   def   

processing element模块

 1 #ifndef __NOXIMPROCESSINGELEMENT_H__
 2 #define __NOXIMPROCESSINGELEMENT_H__
 3 
 4 #include <queue>
 5 #include <systemc.h>
 6 
 7 #include "DataStructs.h"
 8 #include "GlobalTrafficTable.h"
 9 #include "Utils.h"
10 
11 using namespace std;
12 
13 SC_MODULE(ProcessingElement)
14 {
15 ............................    
16 };
17 #endif

 

ProcessingElement.h

标签:span   div   name   ESS   alt   RoCE   pre   fine   def   

原文地址:https://www.cnblogs.com/cpsmile/p/9696855.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!