Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

compute node

Navid Rahimi edited this page Oct 19, 2018 · 1 revision

Computation Nodes

This page contains all the implimentation's details of the computation nodes.

Interface:

Interface Port Type
LeftInput Input (Decoupled)
RightInput Input (Decoupled)
Result Output (Decoupled)

The computation happens in Two Cycles.

The output valid signal gets true when both of the inputs (left and right) get valid. In the first cycle each input gets latched. Next cycle ready singl for each input gets false and valid output signla gets true. Cycle after that again both inputs get ready to accept new data. And output result is not valid.

ComputeNode

Clone this wiki locally