Added arbiter_handshake
This commit is contained in:
@ -14,20 +14,5 @@ defproc arbiter (bool a, b, u, v)
|
||||
}
|
||||
}
|
||||
|
||||
bool Reset;
|
||||
|
||||
defproc driver(bool r, a)
|
||||
{
|
||||
prs {
|
||||
Reset | a => r-
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
defproc test()
|
||||
{
|
||||
driver d1, d2;
|
||||
arbiter a(d1.r, d2.r, d1.a, d2.a);
|
||||
}
|
||||
|
||||
test t;
|
||||
arbiter a;
|
||||
|
Reference in New Issue
Block a user