The namespace PoC.misc
offers different yet uncategorized entities.
PoC.misc.filter
- contains 1-bit filter algorithms.PoC.misc.gearbox
- contains gearbox implementations. A gearbox is a bus interface converter, that resizes an input stream ofINPUT_BITS
to an output stream ofOUTPUT_BITS
, while maintaining a constant transfer rate. This can be done by multipliing or dividing the clock frequency (dc
- dependent clock interface) or by using the same clock (cc
- common clock interface)PoC.misc.stat
- contains statistic modules.PoC.misc.sync
- offers clock-domain-crossing (CDC) modules.
The package PoC.misc
holds all component declarations for this namespace.
misc_Delay
misc_FrequencyMeasurement
- implements a module to measure a signal's frequency relative to a reference clock's frequency.misc_bit_lz