Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimized further, saved 38 cycles. #8

Merged
merged 1 commit into from
Dec 4, 2015
Merged

Conversation

CaitSith2
Copy link
Contributor

Changed node 10 to a much simpler OR function, since only one of nodes is going to produce a 1 at any given time.

By duplicating the mov up acc instruction in both of the processing blocks and making it execute before the 1/0 output phase, The input for sub is ready immediately when it gets there.

248 cycles, 6 nodes, 28 instructions

Changed node 10 to a much simpler OR function, since only one of nodes is going to produce a 1 at any given time.

By duplicating the mov up acc instruction in both of the processing blocks and making it execute before the 1/0 output phase,  The input for sub is ready immediately when it gets there.

248 cycles, 6 nodes, 28 instructions
kk4ead pushed a commit that referenced this pull request Dec 4, 2015
saved 38 cycles on Signal Edge Detector
@kk4ead kk4ead merged commit 462cdae into kk4ead:master Dec 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants