mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-20 14:29:11 +00:00
Ensures an initial non-zero value.
This commit is contained in:
parent
50e954223a
commit
85cf8d89bc
@ -97,7 +97,7 @@ class IWM:
|
|||||||
|
|
||||||
void propose_shift(uint8_t bit);
|
void propose_shift(uint8_t bit);
|
||||||
Cycles cycles_since_shift_;
|
Cycles cycles_since_shift_;
|
||||||
Cycles bit_length_;
|
Cycles bit_length_ = Cycles(16);
|
||||||
|
|
||||||
void push_drive_state();
|
void push_drive_state();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user