Component/Delay Line (word): Difference between revisions

From Turing Complete
(Created page with "The 8 Bit Delay Line functions the same way as the 1-bit Delay Line. It accepts a value on the input, and then outputs that same value on the next tick. This component exists in 8-bit, 16-bit, 32-bit, and 64-bit varieties. The variants all allow numbers of different sizes to be output.")
 
m (Gelthor moved page 8 Bit Delay Line to Component/Delay Line (word): Page describes all widths not just 8 bit)
(No difference)

Revision as of 02:31, 26 August 2024

The 8 Bit Delay Line functions the same way as the 1-bit Delay Line. It accepts a value on the input, and then outputs that same value on the next tick.

This component exists in 8-bit, 16-bit, 32-bit, and 64-bit varieties. The variants all allow numbers of different sizes to be output.