habtom / factum

Architectural Design Constraints Specification and Verification
GNU General Public License v3.0
1 stars 1 forks source link

Add support for parameterized components #9

Open dmarmsoler opened 6 years ago

dmarmsoler commented 6 years ago

A component type can be parameterized by 0 or more parameters which are typed with datatypes as ports. This impacts code generation as follows:

dmarmsoler commented 6 years ago

@habtom Did you already implement this?