同步计数器指的是被测量累计值,其特点是大大提高了计数器工作频率,相对应的是异步计数器。对于同步计数器,由于时钟脉冲同时作用于各个触发器,克服了异步触发器所遇到的触发器逐级延迟问题,于是大大提高了计数器工作频率,各级触发器输出相差小,译码时能避免出现尖峰;但是如果同步计数器级数增加,就会使得计数脉冲的负载加重。
同步机制通过同步计数器实现。
Synchronization mechanism is implemented by synchronous counter.
如果您没有将工作平台上的时钟和所有在测系统上的时钟进行同步,那么报告中的资源计数器将显示不准确(就时间而论)。
If you do not synchronize the clocks on the workbench and on all of the systems under test, resource counters are displayed inaccurately (with respect to time) in the reports.
您可以更改dispenser类以将更新的计数器值保存到一个文件中,但这可能导致新的问题,因为没有在各个进程之间协调同步。
You could change the Dispenser class to save the updated counter value to a file, but that would lead to new problems because of the synchronization not being coordinated across process boundaries.
应用推荐