Add functions up to elaboration (Ed Carter)
This commit is contained in:
parent
0f91039134
commit
dae5916ae1
|
|
@ -0,0 +1,10 @@
|
|||
#include "PTask.h"
|
||||
|
||||
PFunction::PFunction(svector<PWire*>*p, Statement*s)
|
||||
: ports_(p), statement_(s)
|
||||
{
|
||||
}
|
||||
|
||||
PFunction::~PFunction()
|
||||
{
|
||||
}
|
||||
Loading…
Reference in New Issue