Here you can ask questions and find or give answers to organizational, academic and other questions about studying computer science.

1.1k questions

1.2k answers

1.6k comments

532 users

0 votes
Hello,

 Could you give examples on how to construct an endochronous wrapper? I can't really understand how to do that with what's written on the lecture slides.
in * TF "Emb. Sys. and Rob." by (460 points)

1 Answer

0 votes
In the simplest case, the function implemented by the node is a sequential function. Then, there is a tree whose nodes are labeled with the input variables that should be followed for reading the inputs until enough inputs are there to fire the node. The inputs that are not needed are replaced with some dummy values since they don't matter. This way, we produce values for all outputs, but remove the outputs that should be not present afterwards.

For endochronous functions that are not sequential the implementation is more individual and depends on the particular function. Since it is endochronous, there is however a way how to read the inputs and how to decide whether there are enough inputs there to fire an action.
by (166k points)

Related questions

0 votes
1 answer
asked Jan 15, 2023 in * TF "Emb. Sys. and Rob." by lu (460 points)
0 votes
1 answer
asked Jan 7, 2023 in * TF "Emb. Sys. and Rob." by lu (460 points)
Imprint | Privacy Policy
...