notable progress WRT client requests invoking arbiter request

This commit is contained in:
Yehowshua Immanuel 2025-04-13 22:40:59 -04:00
parent 98f2f5cdfd
commit 373d170c3f
3 changed files with 159 additions and 97 deletions

View file

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