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

Acoustic Modem - Modulator - Top-level Modulator Entity #110

Open
11 tasks
Iyury1 opened this issue May 10, 2023 · 0 comments
Open
11 tasks

Acoustic Modem - Modulator - Top-level Modulator Entity #110

Iyury1 opened this issue May 10, 2023 · 0 comments
Assignees

Comments

@Iyury1
Copy link

Iyury1 commented May 10, 2023

Summary

image
image
Lucidchart link

Acceptance Criteria

Create a single .vhd source file with an entity and architecture declaration. The entity should be named "modulator". The architecture should be named "Structural" for structural modelling.
The architecture should contain the following components:

  • mux
  • Index_reg
  • COS_LUT
  • adder

All signals should be std_logic_vector except for Fs_clk which is std_logic. Signals required:

  • Sample_out - entity output
  • Fs_clk - entity input
  • Data_in - entity input
  • offset - architecture signal
  • addr_in - architecture signal
  • mark - architecture signal
  • space - architecture signal
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

No branches or pull requests

2 participants