Hi,

this week I like to propose the following schedule regarding lecture and practical work for the modules Systemprogramming, Realtime-Systems and Hardware-/Software-/CoDesign.

  • 1.12.2021 1st UE (8:00 Uhr) Practical work for group 1 (Realtime-Systems or/and Systemprogramming) in 01/k31 and 01/k32
  • 1.12.2021 5th UE (16:30 Uhr) Lecture Realtime-Systems in 01/121
  • 2.12.2021 1st UE (8:00 Uhr) Lecture Systemprogramming in 01/111
  • 2.12.2021 2nd UE (10:00 Uhr) Practical work for group 2 (Realtime-Systems or/and Systemprogramming) in 01/k31 and 01/k32
  • 1.12.2021 6th UE (18:00 Uhr) Hardware-/Software-/CoDesign Videokonference for the continuation of setting up the NIOS2.
    Please follow this link at 18:00 Uhr
  • 2.12.2021 4th and 5th UE (14:30 Uhr) Practical work (Hardware-/Software-/CoDesign) for Group 2 in 01/221

Best regards

Ingo Chmielewski

 

Hallo Zusammen,

wie schon vorab informiert habe ich für Sie ein Video mit dem Vorlesungsmaterial gebaut, welches Sie ich direkt ansehen können oder auch herunterladen können. Zum späteren Ansehen empfehle ich den frei verfügbaren Videoplayer vlc (https://www.videolan.org/vlc/index.de.html). Zur Erinnerung: Am Dienstag 30.11.2021 um 10:00 Uhr stehe ich Ihnen per jitsi.hs-anhalt.de/MEF für eine Videokonferenz für die Beantwortung von Fragen und ggf. Diskussion von Themen zu den Aufgabenblättern zur Verfügung.

Hier nun die angesprochenen Links:

Viele Grüße und bis Dienstag.

Ingo Chmielewski

Hallo Zusammen,

laut einer Umfrage von Frau A. Becker ist beschlossen worden den geplanten Präsenztermin am 26.11.2021 „Online“ abzuhalten. Hierzu biete ich Folgendes an:

  • Bereitstellung eines Videos zum Download mit Inhalt der VL Systemprogrammierung am 29.11.2021
  • Fragestunde / Konsultation / Besprechung der bisherigen praktischen Aufgaben als Videokonferenz am 30.11.2021 um 10:00 Uhr per jitsi.hs-anhalt.de/MEF

Ich hoffe Obiges ist für Sie O.K.

Viele Grüße

Ingo Chmielewski

Hi,

for this week I like to propose the following schedule for lectures and practical work.

  • 24.11.2021: 2nd UE (10:00 Uhr) Lecture Realtime-Systems in 01/322-1
  • 25.11.2021: 1st UE (8:00 Uhr) Practical work Realtime-Systems and Systemprogramming for Group 1 in 01/k31
  • 25.11.2021: 2nd UE (10:00 Uhr) Practical work Realtime-Systems and Systemprogramming for Group 2 in 01/k31
  • 25.11.2021: 4th UE (14:30 Uhr) Introduction 2nd part of IDE for HW-/SW-/CoDesign for Group 1 in 01/221
  • 25.11.2021: 5th UE (16:30 Uhr) Introduction 2nd part of IDE for HW-/SW-/CoDesign for Group 2 in 01/221

In addition, please find below the VHDL-Code of last practical work for HW-/SW-/CoDesign as a template for your work.

library ieee;
use ieee.std_logic_1164.all;
entity Test_XOR is
port (x, y : in std_logic;
z : out std_logic);
end entity;

architecture behave of Test_XOR is
begin
process (x,y)
begin
z <= x XOR y;
end process;
end behave;

Best regards

Ingo Chmielewski

Hi all,

as promised I like to give some material for the modules Realtime-Systems, Systemprogramming and HW-/SW-/CoDesign to you.

Ingo Chmielewski

Hi,

from this week onward, we will start the practical work for the Modules HW-/SW-/CoDesign, Systemprogramming and Realtime-Systems. To start your work, you will get the necessary material and a short introduction according to the following schedule.

  • 17.11.2021: Realtime-systems 16:30 Uhr (5th UE) in 01/k31/k32
  • 18.11.2021: Systemprogramming 10:00 Uhr (2nd UE) in 01/k32
  • 18.11.2021: HW-/SW-/CoDesign 14:30 Uhr (4th UE) in 01/221

Please be available for the introduction in time at the specific room.

For last week lecture Realtime-Systems, the recorded video can be downloaded.

BR

Ingo Chmielewski

Hi,

for this week I like to announce the following schedule for lectures:

  • Realtime-Systems: 11.11.21 8:00 am (1st UE) in 01/322/2
  • Systemprogramming: 11.11.21 9:30 am (2nd UE) in 01/322/2 UPDATE: Systemprogramming lecture needs to be skipped, because urgent other matter.
  • Hardware-/Software-/CoDesign: This week, there will be no lecture. The practical part incl. introduction will start from 18th of Nov. onward.

Both lectures will be recorded and made to you available afterwards.

For last week courses, you can find the recorded lectures in the following links.

Ingo Chmielewski