Toggle search
Search
Toggle menu
notifications
Toggle personal menu
Editing
Component/Counter
From Turing Complete
Views
Read
Edit
Edit source
View history
associated-pages
Page
Discussion
More actions
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Infobox component | component = 8 Bit Counter | image = Component Counter8.png | bit-width = 8 | type = 8bit | prerequisite = Counter }} The 8 Bit Counter component behaves somewhat like a register, in that it starts with a value of 0 and can have its value changed. It has two inputs, an Overwrite Value which can be used to change the counter's value on the next tick; and an Increment/Overwrite toggle. The default behavior is to increment by one on each cycle if a {{Off}} signal is connected to the Increment/Overwrite input. If a {{On}} signal is connected to Increment/Overwrite, it will change the value of the counter to the value that is detected on the Overwrite Value pin. The output pin is always active, so the current value of the counter is always being output. == Other sizes == ---- {{Infobox component | component = 16 Bit Counter | image = Component Counter16.png | bit-width = 16 | type = 16bit | prerequisite = Lab }} {{Infobox component | component = 32 Bit Counter | image = Component Counter32.png | bit-width = 32 | type = 32bit | prerequisite = Lab }} {{Infobox component | component = 64 Bit Counter | image = Component Counter64.png | bit-width = 64 | type = 64bit | prerequisite = Lab }} === 16 Bit === Similar to the 8 bit version but with 16 bit inputs and outputs. === 32 Bit === Similar to the 8 bit version but with 32 bit inputs and outputs. === 64 Bit === Similar to the 8 bit version but with 64 bit inputs and outputs.
Summary:
Please note that all contributions to Turing Complete are considered to be released under the Creative Commons Attribution-ShareAlike (see
TuringComplete:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Infobox/styles.css
(
edit
)
Template:Infobox component
(
edit
)
Template:Level
(
edit
)
Template:Off
(
edit
)
Template:On
(
edit
)
Template:Truthtable/styles.css
(
edit
)