Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
language:interface [2021/11/21 12:43]
rajit
language:interface [2022/05/13 08:41]
rajit
Line 4: Line 4:
 from existing types. from existing types.
  
-**XXX: this section not yet implemented**+**XXX: this section needs to be updated with the new language feature that provides this support**
  
 The special ''ptype'' meta-parameter type is used to pass in types The special ''ptype'' meta-parameter type is used to pass in types
Line 11: Line 11:
 ''ptype'' is the following: ''ptype'' is the following:
  
-<code>+<code act>
 ptype(foo) x; ptype(foo) x;
 </code> </code>
Line 23: Line 23:
 following example: following example:
  
-<code>+<code act>
 // A constructor for a datapath with W-bit ripple connections, and // A constructor for a datapath with W-bit ripple connections, and
 // where each component has M inputs and one output // where each component has M inputs and one output
Line 62: Line 62:
 } }
 </code> </code>
- 
-