ea_heartport.h

来自「Kluwer.Academic.Pub.Systemc.From.The.Gro」· C头文件 代码 · 共 23 行

H
23
字号
//FILE:ea_heartport.h (systemc)//# vim600:sw=2:tw=0:fdm=marker//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//See processor.h for more information//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#ifndef EA_HEARTPORT_H#define EA_HEARTPORT_H#include "ea_heartbeat_if.h"struct ea_heartport: public sc_port<ea_heartbeat_if,1> {  sc_event_finder& pos() const {      return *new sc_event_finder_t<ea_heartbeat_if>(          *this, &ea_heartbeat_if::posedge_event      );  }//end pos()};#endif//Portions COPYRIGHT (C) 2004 Eklectic Ally, Inc.------------------{{{//// Permission granted for anybody to use this template provided this  //// acknowledgement of Eklectic Ally, Inc. remains.                    ////-----------------------------------------------------------------}}}////END $Id: ea_heartport.h,v 1.1 2004/02/22 19:50:50 dcblack Exp $

⌨️ 快捷键说明

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