"Scott Serlin" <[EMAIL PROTECTED]> wrote: >Let me try it. I've been trying to right-click the case statement and >not the "while" loop. This appears to be an "oops" on my part.
Cases don't have shift registers and so doesn't the event structure. You only get tunnels and they are created automatically when you route a wire through the border. If you need local storage in a state machine (classic with cases or modern with the event structure or a combination of the two) you need to create shift registers on the boundary of the loop you have to put around the case or event structure anyhow. Rolf Kalbermatter CIT Engineering Nederland BV tel: +31 (070) 415 9190 Treubstraat 7H fax: +31 (070) 415 9191 2288 EG Rijswijk http://www.citengineering.com Netherlands mailto:[EMAIL PROTECTED]
