0% found this document useful (0 votes)
261 views

RTL Bound Flash

The document specifies the operation of a bound flasher with 16 lamps. When a flick signal is activated, the lamps turn on and off gradually in a sequence: from lamps 0 to 5 on, then 5 to 0 off; from 0 to 10 on, then 10 to 5 off; from 5 to 15 on, then 15 to 0 off. If the flick signal is active again at certain points, the lamps will turn off gradually back to the previous minimum lamp before continuing the sequence. Diagrams demonstrate examples of the operation.

Uploaded by

nhân đặng
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
261 views

RTL Bound Flash

The document specifies the operation of a bound flasher with 16 lamps. When a flick signal is activated, the lamps turn on and off gradually in a sequence: from lamps 0 to 5 on, then 5 to 0 off; from 0 to 10 on, then 10 to 5 off; from 5 to 15 on, then 15 to 0 off. If the flick signal is active again at certain points, the lamps will turn off gradually back to the previous minimum lamp before continuing the sequence. Diagrams demonstrate examples of the operation.

Uploaded by

nhân đặng
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Click icon to add picture

Exercise 1 : Specification
Bound Flasher

© 2015 Renesas Electronics Corporation. All rights reserved. Renesas CONFIDENTIAL


Specification
In this exercise, you must create RTL code for the bound flasher with 16 lamps which has operation as below:
At the initial state, all lamps are OFF. If flick signal is ACTIVE (set 1), the flasher start operating:
1. The lamps are turned ON gradually from lamp[0] to lamp[5].
2. The lamps are turned OFF gradually from lamp[5] (max) to lamp[0] (min).
3. The lamps are turned ON gradually from lamp[0] to lamp[10].
4. The lamps are turned OFF gradually from lamp[10] (max) to lamp[5] (min).
5. The lamps are turned ON gradually from lamp[5] to lamp[15].
6. Finally, the lamps are turned OFF gradually from lamp[15] to lamp[0], return to initial state.
Additional condition:
At each kickback point (lamp[5] and lamp[10]), if flick signal is ACTIVE, the lamps will turn OFF gradually again to the
min lamp of the previous state, then continue operation as above description.
For simple, kickback point is considered only when the lamps are turned ON gradually, except the first state.

Refer to next pages for example of operation.

© 2015 Renesas Electronics Corporation. All rights reserved. Renesas CONFIDENTIAL


Specification
When flick =0 at kickback points

© 2015 Renesas Electronics Corporation. All rights reserved. Renesas CONFIDENTIAL Page 3
Specification
When flick=1 at kickback points (lamp[10])

© 2015 Renesas Electronics Corporation. All rights reserved. Renesas CONFIDENTIAL Page 4
Thank you!

www.renesas.com

© 2015 Renesas Electronics Corporation. All rights reserved. Renesas CONFIDENTIAL

You might also like