Asynchronous mutex and arbiter

OP #4075361
Rate this post
useful
not useful
1. Does anyone knows a gate level implementation of asynchronous 
metastability filter for mutex ? I couldn't find a gate level 
description online.

2. I created a MUTEX using two NAND gate. See attached file pls

After running simulation, the output G1, G2 is 'U' :( If I change one of 
R1,R2 to be '0' it works. What could be wrong ?

3. Does anyone knows how to code an asynchronous arbiter that can be 
used to control a MUX or demux. I'm did the coding but have some 
problems simulating it.

Any help or reference materials would be appreciated. Thanks
Attached files:
Moderator (Company: Titel) #4075368
Rate this post
useful
not useful
Pls use the VHDL tags further on. It will give you and us neat syntax 
highlighting:
1
[vhdl]
2
wait for clock_cycle; 
3
R1 <= '1'; 
4
wait for clock_cycle; 
5
R2 <= '1'; 
6
[/vhdl]

> Interface is as below:
And the implementation?

> After running simulation
Which one?

> What could be wrong ?
Something with the code not posted here...

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now