09.08.2013 Views

Folded Combinational Circuits as an example of Sequential Circuits ...

Folded Combinational Circuits as an example of Sequential Circuits ...

Folded Combinational Circuits as an example of Sequential Circuits ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Folded</strong> <strong>Combinational</strong> Ckts<br />

x<br />

inQ<br />

f<br />

stage<br />

sReg<br />

outQ<br />

rule folded-pipeline (True);<br />

let sxIn = ?;<br />

if (stage==0)<br />

begin sxIn= inQ.first(); inQ.deq(); end<br />

else sxIn= sReg;<br />

notice stage<br />

let sxOut = f(stage,sxIn); is a dynamic<br />

if (stage==n-1) outQ.enq(sxOut); parameter<br />

else sReg

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!