09.08.2013 Views

BlueSpec - Computation Structures Group - MIT

BlueSpec - Computation Structures Group - MIT

BlueSpec - Computation Structures Group - MIT

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ESL_MODULE (mkTest, ESL_EMPTY) {<br />

esl_reg state;<br />

Mult_ifc * m;<br />

}<br />

Multiplier Example<br />

ESL_RULE (go, state == 0) {<br />

m->start (9, 5);<br />

state = 1;<br />

}<br />

ESL_RULE (finish, state == 1) {<br />

cout

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

Saved successfully!

Ooh no, something went wrong!