2/7/2002
CS269 Hardware/Software Engineering of Embedded Systems
10
lMulti-cycle instructions
¡TIE provides a simple schedule construct to capture the multi-cycle instructions requirements.
¡Example:
¡ acc =  acc + a * b;
¡ schedule MAC_SCHED {MAC} {
¡ use a 1; use b 1; use acc 2; def acc 2;
¡ }