Add functions up to elaboration (Ed Carter)

This commit is contained in:
steve 1999-08-01 06:10:51 +00:00
parent 0f91039134
commit dae5916ae1
1 changed files with 10 additions and 0 deletions

10
PFunction.cc Normal file
View File

@ -0,0 +1,10 @@
#include "PTask.h"
PFunction::PFunction(svector<PWire*>*p, Statement*s)
: ports_(p), statement_(s)
{
}
PFunction::~PFunction()
{
}