notable progress WRT client requests invoking arbiter request
This commit is contained in:
parent
98f2f5cdfd
commit
373d170c3f
3 changed files with 159 additions and 97 deletions
|
@ -1,6 +1,6 @@
|
|||
package BusTypes(
|
||||
Bus(..),
|
||||
ServerIdx,
|
||||
MkServerIdx,
|
||||
MkClientTagType,
|
||||
BusClient(..), BusServer(..),
|
||||
BusRequest(..), BusResponse(..),
|
||||
|
@ -14,7 +14,7 @@ import Vector
|
|||
import TagEngine
|
||||
|
||||
type MkClientTagType numClients = (UInt (TLog numClients))
|
||||
type ServerIdx = Integer
|
||||
type MkServerIdx numServers = (UInt (TLog numServers))
|
||||
|
||||
data BusError
|
||||
= UnMapped
|
||||
|
|
Reference in a new issue