-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Enable is another higher order transformation for concepts, which applies a given signal as an enable signal to the given concept,
i.e. the function of the concept will not apply unless the enable signal is high (or low).
srLatch is a useful concept to include, and we have discussed some details of it in #82.
There are some implementation details which need working out, such as it being based on an meElement.
These will need explanation in the thesis too. enable can be explained in the details of how it is implemented, and how useful this can be.
srLatches implementation details may be more complex to discuss, such as how it is based off an meElement and the transformations applied to it as a cause of this. As such, it would be best to explain this as an example in the Concept Transformation section of the thesis.
First however, we need to establish the implementation of enable and srLatch/srLatch2