can transmit data out, but in wrong order ...
This commit is contained in:
@@ -67,13 +67,13 @@ int main(int argc, char **argv) {
|
||||
tick(++tickcount, tb, tfp);
|
||||
tb->i_stopN = 1;
|
||||
|
||||
for (int k = 0; k < 30; k++)
|
||||
for (int k = 0; k < (1<<16); k++)
|
||||
tick(++tickcount, tb, tfp);
|
||||
|
||||
tb->i_resetN = 0;
|
||||
tick(++tickcount, tb, tfp);
|
||||
tb->i_resetN = 1;
|
||||
|
||||
for (int k = 0; k < 3; k++)
|
||||
for (int k = 0; k < 30; k++)
|
||||
tick(++tickcount, tb, tfp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user