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

FPGA TS4231 configuration #4

Merged
merged 15 commits into from
Nov 4, 2021
Merged

Conversation

PhileasL
Copy link
Member

@PhileasL PhileasL commented Nov 4, 2021

Purpose of this PR

For the TS4231 to be operational, we need to configure it. This work is quite easy because by looking around on the bitcraze FPGA repository we found the perfect script in order to configure it.

Architecture of the project

Receivers_top_module is going to be the master of the whole design. It'll contain several single_receiver_manager and each single_receiver_manager will contain all what it need to configure the receiver that master assigns to it.

A single_receiver_manager will contain at least a bmc_decoder a ts4231_configurator a poly_finder and a pulse identifier.

@PhileasL PhileasL self-assigned this Nov 4, 2021
@PhileasL PhileasL added the enhancement New feature or request label Nov 4, 2021
Copy link
Member Author

@PhileasL PhileasL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, next step, bmc_decoder and uart communication.

@PhileasL PhileasL merged commit 694f78f into master Nov 4, 2021
@PhileasL PhileasL deleted the PhileasL/FPGA_TS4231_configuration branch November 4, 2021 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant