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

Finalize GSoD2020 #545

Merged
merged 1 commit into from
May 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -333,3 +333,8 @@ $text-color: #111111;
padding: 0.5rem;
}
}

// Disqus Recommendations
#disqus_recommendations {
manjotsidhu marked this conversation as resolved.
Show resolved Hide resolved
margin-top: 20px;
}
1 change: 1 addition & 0 deletions docs/comb-lsi/plds.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ nav_order: l1s000
cvib_level: medium
parent: Combinational LSI
has_children: false
published: false
---

# Programmable Logic Devices
Expand Down
1 change: 1 addition & 0 deletions docs/comb-ssi/symbols.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ nav_order: l0s000
cvib_level: basic
parent: Combinational SSI
has_children: false
published: false
---

# Symbols
Expand Down
1 change: 1 addition & 0 deletions docs/comb-ssi/time-behaviour.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ nav_order: l2s000
cvib_level: advanced
parent: Combinational SSI
has_children: false
published: false
---

# Time behaviour
Expand Down
1 change: 1 addition & 0 deletions docs/comb-ssi/truth-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ nav_order: l0s002
cvib_level: basic
parent: Combinational SSI
has_children: false
published: false
---

# Truth tables
Expand Down
2 changes: 1 addition & 1 deletion docs/seq-lsi/fpga.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ has_children: false

## Introduction

In 1985, a new programmable hardware architecture evolved from the [PLDs]({% link docs/comb-lsi/plds.md %}), the *Field Programmable Gate Array* (FPGA) developed by Xilix Inc. See the IEEE Chip Hall of Fame entry on the [Xilinx XC2064 FPGA](https://spectrum.ieee.org/tech-history/silicon-revolution/chip-hall-of-fame-xilinx-xc2064-fpga) for some history about it.
In 1985, a new programmable hardware architecture evolved from the PLDs {% comment %}[PLDs]({% link docs/comb-lsi/plds.md %}){% endcomment %}, the *Field Programmable Gate Array* (FPGA) developed by Xilix Inc. See the IEEE Chip Hall of Fame entry on the [Xilinx XC2064 FPGA](https://spectrum.ieee.org/tech-history/silicon-revolution/chip-hall-of-fame-xilinx-xc2064-fpga) for some history about it.

An FPGA chip contains several *logic cells* which can be arbitrarily interconnected according to the programmed configuration.

Expand Down
1 change: 1 addition & 0 deletions docs/seq-ssi/asynchronous-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ nav_order: l1s002
cvib_level: medium
parent: Sequential SSI
has_children: false
published: false
---

# Asynchronous systems
Expand Down
1 change: 1 addition & 0 deletions docs/seq-ssi/synchronous-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ nav_order: l1s001
cvib_level: medium
parent: Sequential SSI
has_children: false
published: false
---

# Synchronous systems
Expand Down
1 change: 1 addition & 0 deletions docs/seq-ssi/time-diagrams.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ nav_order: l0s003
cvib_level: basic
parent: Sequential SSI
has_children: false
published: false
---

# Time diagrams
Expand Down