Collect_diamond
Results
2
comments of
Collect_diamond
> Hello all, > to overcome this issue you could use a startup script like this one. > Just put it into LocalSend_app.exe folder and put a shortcut into startup...
D_FF.v ```c module D_FF(clk,d,q); output reg q; input clk,d; always @ (posedge clk) q