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

CPP: Started first edits on the cpp part of the project for better readability and effecient proccessing #28

Merged
merged 15 commits into from
Jan 1, 2024

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    6dc145e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    6990648 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    8dc5f31 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Delete TestBench.cpp

    removed this file as the code was commented from the start
    mourra950 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    460b410 View commit details
    Browse the repository at this point in the history
  2. code organization for the Target.h

    Target header had code so i made Target.cpp
    mourra950 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    d734e37 View commit details
    Browse the repository at this point in the history
  3. code organization

    started learning more about systemc and learned how to write function on several files for modularization
    mourra950 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    c90d440 View commit details
    Browse the repository at this point in the history
  4. Update CMakeLists.txt

    update it to build the project and add new added file InitiatorThread.cpp
    mourra950 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    de8b927 View commit details
    Browse the repository at this point in the history
  5. testing something

    mourra950 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    dc498f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c90c19e View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Systemc tlm2

    Succesfully rewritten the payloader of tlm2 in systemc
    mourra950 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    708794a View commit details
    Browse the repository at this point in the history
  2. update

    mourra950 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    3c32c36 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. added mnist dataset

    mnist datasets is essential for testing the torch cpp so i added the folder to be able to reference the dataset easily in all the project folders
    mourra950 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    bf65b4b View commit details
    Browse the repository at this point in the history
  2. configured opencv

    added and configured opencv code to observe images in the target phase of the systemc
    mourra950 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    15b97d1 View commit details
    Browse the repository at this point in the history
  3. cmake file copy

    finally was able to import folders and files relative to the project using cmake file(copy) command making much easier to work with data and folders
    mourra950 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    662c07e View commit details
    Browse the repository at this point in the history
  4. Clarifacations

    added comments and removed commented code for better readability and organized the project more
    mourra950 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    143e6dc View commit details
    Browse the repository at this point in the history