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

Distance Accelerator #27

Open
jjm469 opened this issue Sep 10, 2023 · 1 comment
Open

Distance Accelerator #27

jjm469 opened this issue Sep 10, 2023 · 1 comment
Labels
I: Block Internal: Represents a verilog block for the IP

Comments

@jjm469
Copy link
Contributor

jjm469 commented Sep 10, 2023

Block that calculates distance. ADD TO DESCRIPTION

@UnsignedByte UnsignedByte added the I: Block Internal: Represents a verilog block for the IP label Sep 11, 2023
@UnsignedByte
Copy link
Contributor

This would be a block (likely in fixedpoint, as our FFT also works in fixedpoint, but this might change) that calculates the distance between two input points. It will require us to implement a sqrt block (#29).

Given that, it should be relatively simple provided we already have the corresponding multiplier and adder/subtracter implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: Block Internal: Represents a verilog block for the IP
Projects
None yet
Development

No branches or pull requests

2 participants