Skip to content
Open
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: 4 additions & 1 deletion docs/chapter4/8misc.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ Table 4.20: CTR port input opcodes for different functionalities of ALU

The **Adder** circuit element is a logical circuit of a full adder that performs an addition operation on binary numbers and produces a sum of the three inputs and a carry value (Cout). Figure 4.18 displays the different pins available for the **Adder **circuit element within CircuitVerse and Table 4.21 shares a brief description of the same.

> Properties that can be customized in the **PROPERTIES** panel include: **Direction**
:::note
Properties that can be customized in the **PROPERTIES** panel include: **Direction**
:::


![drawing](/img/img_chapter4/4.18.png)

Expand Down
3 changes: 1 addition & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ const config = {
theme: {
customCss: [
require.resolve('./src/css/theme.css'),
require.resolve('./src/css/darkTheme.css'),
require.resolve('./src/css/custom.css'),
require.resolve('./src/css/darkTheme.css')
],
},
},
Expand Down
8 changes: 0 additions & 8 deletions src/css/custom.css

This file was deleted.