Skip to content

Add Rewrite Rule construction from a peak simulation function (which uses multiple PEs) #4

Open
@rdaly525

Description

@rdaly525

It would be great to specify something like the following as a Rewrite rule (or library function)

def FMA(a : Data, b : Data, c : Data):
   x = PE(Inst.Mul,a,b)
   y = PE(Inst.Add,x,c)
   return y

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions