![]() |
|
|
|
#1 |
|
Hi Folks
I am just wondering if some guru out there can tell me what is the best way to implement flags inside a synthesizable VHDL code. Any one one that? If so please email me back and share it with all. Thank you Faycal Daniel |
|
|
|
|
#2 |
|
Posts: n/a
|
Daniel wrote:
> I am just wondering if some guru out there can tell me what is the best > way to implement flags inside a synthesizable VHDL code. What do you mean? A flag is a register. A register is a latch or flipflop while flipflops are recommended. Flipflops may have synchronous or asynchronos sets and resets. Synchronous handling is good for design reliability wil asynchronous operation may offer special behavior and therefore better performance. But I guess, that answer is not that, what you have expected... Ralf Ralf Hildebrandt |
|
|
|
#3 |
|
Posts: n/a
|
Daniel wrote:
> I am just wondering if some guru out there can tell me what is the best > way to implement flags inside a synthesizable VHDL code. I'm not sure what you mean, but here is one way. The word "flag" sometimes connotes a register output bit that is memory-mapped to a bus address and packed in a specific bit position; read for status, write for control. Search for read_data_v(0) here: http://home.comcast.net/~mike_treseler/uart.vhd for the hardware description of a memory mapped status flag. Search for valid_handshake_c here: http://home.comcast.net/~mike_treseler/test_uart.vhd to see how this flag is used in a simulated read cycle. -- Mike Treseler Mike Treseler |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| star wars part two and three and no EX flag | Mark | DVD Video | 1 | 12-03-2005 01:33 AM |
| Re: Dolby Digital Surround EX flag on Star Wars Episodes 1-3 DVDs | Mark | DVD Video | 3 | 11-10-2005 01:11 PM |
| CE Pro Sneak Peek: Defy Broadcast Flag, Build Your Own PVR. | Allan | DVD Video | 0 | 03-10-2005 11:54 AM |
| FCC Broadcast Flag and compatable playback. | spam@trash.can | DVD Video | 2 | 08-21-2004 09:28 PM |
| Why do only some DVDs have the center rear surround flag? | Michael S. | DVD Video | 4 | 09-24-2003 04:50 PM |