mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
19 lines
453 B
Markdown
19 lines
453 B
Markdown
---
|
|
title: "02-combinatorial-logic"
|
|
aliases:
|
|
tags:
|
|
- cosc204
|
|
- lecture
|
|
sr-due: 2022-07-19
|
|
sr-interval: 3
|
|
sr-ease: 250
|
|
---
|
|
|
|
> [!Definition]
|
|
> Combinatorial Logic Circuit is a circuit whose digital outputs are dependent only on its digital inputs
|
|
>
|
|
> They can be described using logic expressions and therefore logic gates. We assume the outputs respond immediately^[1]
|
|
|
|
|
|
[^1] : In real circuits propagation delay must be considered, hence the clock c
|