Differences
This shows you the differences between two versions of the page.
| std:data [2022/07/17 10:42] – created rajit | std:data [2022/07/17 10:43] (current) – rajit | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| <code act> | <code act> | ||
| - | export | + | template< |
| deftype d1of <: enum< | deftype d1of <: enum< | ||
| </ | </ | ||
| Line 10: | Line 10: | ||
| <code act> | <code act> | ||
| - | export | + | deftype d1of2 <: d1of< |
| </ | </ | ||
| This type contains a special name for a one-of-two encoding, with additional signals '' | This type contains a special name for a one-of-two encoding, with additional signals '' | ||
| <code act> | <code act> | ||
| - | export | + | deftype dualrail <: d1of2(); |
| </ | </ | ||
| Since the '' | Since the '' | ||
| <code act> | <code act> | ||
| - | export | + | template< |
| deftype Mx1of2 <: int< | deftype Mx1of2 <: int< | ||
| </ | </ | ||