[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Simulavr-devel] simulation with serialrx/tx is broken
From: |
Klaus Rudolph |
Subject: |
[Simulavr-devel] simulation with serialrx/tx is broken |
Date: |
Sun, 22 Apr 2012 12:35:24 +0200 |
User-agent: |
Thunderbird 2.0.0.23 (X11/20090817) |
Hi,
I tried to simulate a serial connection with tcl gui and SerialRx and
SerialTx. But the simulation did not work anymore, because the timing of
SerialTx/Rx depends on correct behavior of the SystemClock->Step timer
lists.
There is a new implementation of step ordering which seems to be broken.
Inserting a new step with a new offset in the list did not work anymore
with serial devices. After inserting a new step with offset the step is
done directly after the the step before and is not waiting for the given
time in nextStepIn_ns.
I did not understand the new RemoveMinimumAndInsert method, sorry.
Can anyone help?
Thanks
Klaus
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Simulavr-devel] simulation with serialrx/tx is broken,
Klaus Rudolph <=