Added arbiter_handshake

This commit is contained in:
2022-02-23 19:01:54 +01:00
parent 97b0be5af0
commit 6f53a76dbc
9 changed files with 268 additions and 86 deletions

View File

@ -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;