Aliaksei Chapyzhenka
Aliaksei Chapyzhenka
Add support for [ac_types](https://github.com/hlslibs/ac_types) ## ac_int * W - width of the number (non-negative interger number) * S - signed number (bool flag) | Type | Numerical range | Quantum...
* [ ] construct control graph from the main graph * [ ] render control graph * [ ] find all join-fork chains * [ ] replace with MIMO controllers...
* parse timing report : https://github.com/drom/sta * add edge / node attributes for * req :red_circle: * ack :blue_heart: * dat :green_heart: * propose elastic transformation to fix timing issues
The following example creates multiple connections from `edge:1` to `node:2` ```js c1 = { const g = reqack.circuit(); const n = {a: g(), b: g(), c: g('+'), d: g()}; n.a()(n.b);...
Similar to React Components, reqack should be able to take primitive component types or complex component types. Complex component provided as the factory function.