Skip to main content

Recently Updated Pages

1. Introduction to VHDL

Digital Sistem Design (PSD/DSG) Module 2 - Dataflow Style

1.1 What is VHDL VHDL is an acronym for VHSIC HDL or, more completely, Very High-Speed Integrate...

Updated 4 hours ago by AX

2. Dataflow Style in VHDL

Digital Sistem Design (PSD/DSG) Module 2 - Dataflow Style

2.1 What is Dataflow Style The Dataflow style is built on concurrency because the central idea i...

Updated 5 hours ago by AX

Quartus Prime Synthesis Tutorial

Digital Sistem Design (PSD/DSG) Module 1 - Setup

1.3 Quartus Prime Tutorial For this tutorial, we will use this code for reference :  LIBRARY IE...

Updated 1 day ago by AX

Quartus Prime Installation Tutorial

Digital Sistem Design (PSD/DSG) Module 1 - Setup

1.1 Quartus Prime Explanation Intel Quartus Prime is a comprehensive software suite from Intel u...

Updated 1 day ago by AX

1.3 Datasheet

Fundamentals Digital Systems (DSD/FDS) Module 1 - Introduction to Digital Circuit

Datasheet is a piece of paper, in physical form or digital form, provided by the component or sof...

Updated 1 day ago by DY

1.2 Basic Components

Fundamentals Digital Systems (DSD/FDS) Module 1 - Introduction to Digital Circuit

Before we make a digital system circuit, we have to know more about what component that will be u...

Updated 1 day ago by DY

1.1 Learning Objectives

Fundamentals Digital Systems (DSD/FDS) Module 1 - Introduction to Digital Circuit

After completing this module, students are expected to be able to: Understand how to effecti...

Updated 1 day ago by DY

Part 1 - Understanding Linked List

Algorithm Programming Module 1 - Linked List

Definition of Linked List A Linked List is a linear data structure consisting of elements called...

Updated 1 day ago by BH

Template EMAS

Laboratorium Persiapan Praktikum Semester Baru

Header EMAS 1 - Literal Header <p dir="ltr" style="text-align: center;"><img src="https://emas3....

Updated 2 days ago by GI

Vivado Simulation and Synthesis Tutorial

Digital Sistem Design (PSD/DSG) Module 1 - Setup

1.3 Vivado Tutorial For this tutorial, we will use this code for reference :  LIBRARY IEEE; US...

Updated 2 days ago by AX

ModelSim Simulation Tutorial

Digital Sistem Design (PSD/DSG) Module 1 - Setup

Updated 2 days ago by AX

ModelSim Installation Tutorial

Digital Sistem Design (PSD/DSG) Module 1 - Setup

Updated 2 days ago by AX

Vivado Installation Tutorial

Digital Sistem Design (PSD/DSG) Module 1 - Setup

1.1 Vivado Explanation Vivado is an Integrated Design Environment (IDE) developed by Xilinx (now...

Updated 2 days ago by AX

Surat Menyurat

Laboratorium Persiapan Praktikum Semester Baru

Updated 3 days ago by GI

Tutorial: Setting Up a Collaborative Jupyter Lab

Laboratorium

This tutorial outlines the steps to set up a collaborative Jupyter Lab environment for multiple u...

Updated 3 days ago by GI

Part 2 - Types of Linked List

Algorithm Programming Module 1 - Linked List

Types of Linked Lists Based on the structure of linked lists, they can be classified into severa...

Updated 3 days ago by BH

Part 4 - Manual VS STL List

Algorithm Programming Module 1 - Linked List

A doubly linked list is a data structure where each node contains a pointer to the next and previ...

Updated 3 days ago by BH

Part 3 - Searching

Algorithm Programming Module 1 - Linked List

1. Searching in a Custom Singly Linked List #include <bits/stdc++.h> using namespace std; //...

Updated 3 days ago by BH

Part 1 - Example

Algorithm Programming Module 2 - Example

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc consectetur, mauris ut condimentum ...

Updated 3 days ago by BH

7. Best Basic Practices and Style Guidelines

Alprog - Elektro KKI Module 1 : Introduction to C

7.1 Naming Conventions Variables: Use descriptive names (student_count, not sc) Constants: Use u...

Updated 4 days ago by DS