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

fixed additional visible asterisks in D-Latch section #16

Merged
Merged
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
2 changes: 1 addition & 1 deletion docs/chapter4/6sequentialelements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ You can verify the behavior of the D Flip Flop circuit element in the live circu

The **D Latch** circuit element is a single input flip flop. As Figure 4.4, it works similar to a **D Flip Flop** but it does not include the preset, asynchronous and enable signal pins. The truth table of a D Latch (refer Table 4.13) is similar to that of the D Flip Flop.

> Properties that can be customized in the **PROPERTIES** panel include:\*\* **BitWidth**
> Properties that can be customized in the **PROPERTIES** panel include: **BitWidth**

![](/img/img_chapter4/4.4.png)

Expand Down