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

Adding feature TLM router #24

Merged
merged 37 commits into from
Jul 21, 2024
Merged

Adding feature TLM router #24

merged 37 commits into from
Jul 21, 2024

Conversation

ErickOF
Copy link
Owner

@ErickOF ErickOF commented Jul 20, 2024

New

  • Generalize the Initiator and the target into the router module.
  • Add Makefile to compile the router module.
  • Add edge detector (AT model), filter (PV model), and rgb2gray (PV model) modules into router compílation.
  • Add bash script to make easier runs.
  • Include memory for storing the data using TLM transactions.
  • Add a sanity check to ensure the image is written as expected in memory.
  • Add the unification module to the chain of transactions.
  • Add the compression block to the TLM testbench.
  • Use RGB noisy images in the testbench.

Fix

  • Clean up unused communication module.
  • Clean up unused code in the router module.

RMorales25 and others added 30 commits July 20, 2024 00:53
Preload the image inside the memory and load it from there to use it for RGB2GRAY block, then save the results back into the memory, then load the results from there to use them in the edge detector block and then save the results from the gradients X and Y in the memory for a future use
@ErickOF ErickOF added the enhancement New feature or request label Jul 20, 2024
@ErickOF ErickOF added this to the project2 milestone Jul 20, 2024
@ErickOF ErickOF self-assigned this Jul 20, 2024
modules/Makefile Show resolved Hide resolved
modules/Makefile Show resolved Hide resolved
modules/Makefile Show resolved Hide resolved
modules/Makefile Show resolved Hide resolved
modules/Makefile Show resolved Hide resolved
modules/router/src/tb_edge_detector_tlm.cpp Outdated Show resolved Hide resolved
modules/router/src/tb_edge_detector_tlm.cpp Outdated Show resolved Hide resolved
modules/router/src/tb_edge_detector_tlm.cpp Outdated Show resolved Hide resolved
tools/datagen/datagen.py Outdated Show resolved Hide resolved
tools/datagen/datagen.py Show resolved Hide resolved
Copy link
Owner Author

@ErickOF ErickOF left a comment

Choose a reason for hiding this comment

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

Second review

Copy link
Owner Author

@ErickOF ErickOF left a comment

Choose a reason for hiding this comment

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

Done

@ErickOF ErickOF merged commit 094537e into dev Jul 21, 2024
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.

3 participants