PhD Research Study Event


Event Overview

The PhD research study event will be held on 10 May 2026, with gathering in front of the hotel at 12:30 PM and the main program running from 1:00 PM to 7:00 PM at the Sheraton Hotel Novi Sad conference room.

This session is designed for the research group to review study goals, align on workshop tasks, discuss the toolchain setup, and work through the planned study activities together.

Lunch is organized at the hotel and all participants will receive thank you gifts at the end of the event.

Participants should be familiar with C Programming Language, basic understanding of SoC architecture, and familiarity with inter-processor communication concepts.

Venue

Please meet in front of the hotel at 12:30 PM so the group can gather before moving into the conference room for the opening session.

Agenda

TimeActivity
12:30 PM - 12:50 PMGathering in front of the hotel and group arrival
1:00 PM - 1:45 PMWelcome and event introduction
2:00 PM - 3:00 PMLunch break organized at the hotel
3:15 PM - 6:45 PMHands-on study session and wrap-up discussion
6:45 PM - 7:00 PMThank you gifts and closing

If you have dietary requirements, please include them in the registration form.

Research Study Goals

The goal of the workshop is to compare how participants design communication architecture between partitions (AMPs) in heterogeneous SoC using:

During the hands-on work, participants should solve the same design problem in both approaches and record the same information for both, so the comparison stays consistent.

Working Hypotheses

Study Task for Classical and HALO Approach

Participants will be asked to:

What Participants Should Record

Participants should capture the same attributes for the classical method and for HALO:

Link to the surveys:

Participant Prerequisites

Laptop and Preparation

Laptop for the event is necessary! Please make sure you have administrator access so the required toolchain libraries can be installed. Please see Toolchain installation.

Reading Materials

This section is reserved for preparation material that will be shared with the research group before the event.

GIT Repo and Toolchain installation

Participants should prepare their laptops before the event so the hands-on session can start on time.

Installation of the repository and tools requires approximately 15 GB of free disk space.

Usage of Docker is necessary, and Docker Desktop can be used for free if you are:

Setup Steps

  1. Install Docker Desktop.

    1. Run Docker Desktop.
    2. Select Personal use, or skip the initial setup if needed.
  2. Install Visual Studio Code.

    1. Install the Docker extension.
    2. Install the Dev Containers extension.
    3. Install the Todo Tree.
  3. Clone the PhD Research Study repository from GitHub.

  4. Open the repository in VS Code, then open a terminal in the repository root.

  5. Run the following command:

    docker compose build dev
    
  6. In VS Code, press Ctrl+Shift+P or on MAC OS Cmd+Shift+P, search for Reopen in Container, and run that command.

  7. Inside the container, install the Tasks extension

  8. Click Setup environment in the VS Code bottom bar.

    Wait until all submodules and tools are fully installed.

  9. From the bottom bar, click Clean build all & Run select console in the pop-up prompt on the top and then Classical.

You should see Linux boot in the console and messages in the form [APPx], where x is 1, 2, 3, and 4.