initial support for Bus types
This commit is contained in:
parent
66464daf0c
commit
21a3ee7f7a
4 changed files with 59 additions and 3 deletions
7
bs/Bus.bs
Normal file
7
bs/Bus.bs
Normal file
|
@ -0,0 +1,7 @@
|
|||
package Bus(a) where
|
||||
|
||||
import Types
|
||||
import BusTypes
|
||||
|
||||
a :: UInt 5
|
||||
a = 3
|
Reference in a new issue