-
Notifications
You must be signed in to change notification settings - Fork 205
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
Added table of contents and refactored registers #317
Conversation
Compare this one and #210 and then merge one |
I guess both target different changes and commits. I committed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good Work @Dishebh .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think either we need to drop the refactor in this PR, or make sure the content is not from some other source.
docs/registers/pp.md
Outdated
|
||
|
||
## Introduction | ||
|
||
In this mode, the 4 bit binary input B0, B1, B2, B3 is applied to the data inputs D0, D1, D2, D3 respectively of the four flip-flops. | ||
In this mode, the 4-bit binary input B0, B1, B2, B3 is applied to the data inputs D0, D1, D2, D3 respectively of the four flip-flops. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
content still from this source after refactor
https://www.tutorialspoint.com/computer_logical_organization/pdf/digital_registers.pdf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I refer the sources which are listed in the references, and take content from there?
docs/registers/ps.md
Outdated
|
||
* There are two modes in which this circuit can work namely - shift mode or load mode. | ||
|
||
## Load mode | ||
When the shift/load bar line is low (0), the AND gate 2, 4 and 6 become active they will pass B1, B2, B3 bits to the corresponding flip-flops. | ||
On the low going edge of clock, the binary input B0, B1, B2, B3 will get loaded into the corresponding flip-flops. | ||
On the low going edge of the clock, the binary input B0, B1, B2, B3 will get loaded into the corresponding flip-flops. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have made some changes to the docs. Please review them as well
Made some changes. See if they are fine @YashKumarVerma ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work.
this is for your reverence for the future.
Please note:
- You may take the help of links given as references, other digital material, or reference books, but it doesn't mean that you
ctrl+c
andctrl+v
everything. Try rephrasing it, explaining the points, or adding valuable information, explanations, illustrations along with. - We have our own simulator, where you can realize any circuit as needed. Make use of it to make page interactive.
- We have various components in the simulator, which can be used for illustrations. Using images from some other sources may invite copyright claims.
We need to be genuine in our work.
The CircuitVerse community is here for your help, and types of contributions are valued.
added table of contents and refactored registers made some changes to the registers docs fixing docs of registers
added table of contents and refactored registers made some changes to the registers docs fixing docs of registers
added table of contents and refactored registers made some changes to the registers docs fixing docs of registers
Added gates' images (CircuitVerse#291) * added gates images in gates.md * updated images' resolutions * updating and && or gates' images * added images of gates * added or gate Update Binary.md (CircuitVerse#282) fixed typo (CircuitVerse#299) Changed 'n' to 'In' request for meaningful PR title (CircuitVerse#302) Adding examples for binary operations (CircuitVerse#298) Removed unnecessary files in _layout folder (CircuitVerse#297) Made commutative and associative law examples look good on mobile (CircuitVerse#296) * Made commutative and associative law look good on mobile * Updated bool.md and changed design of all examples in boolean algebra * changed distributive law design * Redesigned SVG paths for dark mode Fixed grammatical errors of application.md (CircuitVerse#301) removed redundant data and made alu.md prettier (CircuitVerse#300) Boolean Algebra page contents made organic (CircuitVerse#304) Add multiplexer and demultiplexer examples Update mux.md Removed a redundant circuit and updated text Update demux.md Updated Text Alignment issue fixed for Binary Numbers Representation (CircuitVerse#312) Update PULL_REQUEST_TEMPLATE.md (CircuitVerse#316) Spell check of the word 'meaningful' Fixed the cap condition input in binary operator (CircuitVerse#319) Redesigned list in Boolean Algebra dropdown (CircuitVerse#307) * Added images in Boolean Algebra dropdown * improved scss code in selects.scss * updated selects.scss made changes according to hound bot * updated selects.scss fixed trailing whitespace issue according to hound bot * added the dropdown arrow * Added image of NOT gate and changed the image in dropdown Added interactive ALU circuit (CircuitVerse#119) * Add interactive ALU circuit and truth table (CircuitVerse#114) Embedded a CircuitVerse ALU circuit and updated the relevant truth table Circuit link - https://circuitverse.org/users/14122/projects/42961 * Update alu.md Co-authored-by: Shivansh Srivastava <42182955+Shivansh2407@users.noreply.github.com> added toc to the top (CircuitVerse#327) Make deploy URLs relative, Fixes CircuitVerse#328 Fixed the Search Input in Boolean Function (CircuitVerse#324) Boolean functions page content refactored (CircuitVerse#315) corrected grammatical errs and made more prettier (CircuitVerse#313) Fixed the Invisible search text in darkmode Generate references from config (CircuitVerse#306) added toc and refactored combinational logic (CircuitVerse#318) Added more types of latches and refactored it (CircuitVerse#326) Fixed TOC text design in Boolean Algebra and redesigned search-bar. (CircuitVerse#322) Added more types of encoder (CircuitVerse#314) added truth table for POS example (CircuitVerse#333) Req. screenshots in pull request for UI Changes (CircuitVerse#334) Added table of contents and refactored registers (CircuitVerse#317) added table of contents and refactored registers made some changes to the registers docs fixing docs of registers Fixes regarding ToC, it's position and links (CircuitVerse#332) Fixing Typos (CircuitVerse#338) Word -> 'fixed' Grammatical error New NAND Gate Method for boolean simplification (CircuitVerse#341) fixed error in boolean function (CircuitVerse#344) Refactor the Disqus Code (CircuitVerse#172) * Refactor Disqus code into the default layout * The Disqus commenting code has been refactored from in each page's file to the default layout. Commenting can be disabled by adding `page.disable_comments` to true Update copyright notice Update copyright notice as copyright of interactive book is not an individual Update copyright notice in the Readme file New feature:Add previous and next buttons(Fixes CircuitVerse#73 , CircuitVerse#160) (CircuitVerse#340) added simulations for digital-registers (CircuitVerse#347) switch decoder/encoder order in side-nav (CircuitVerse#350) update (#8) * Fixed favicon.ico link in head.html (CircuitVerse#353) * Updated Boolean functions page (CircuitVerse#309) Created new docs for SOP, Standard POS and SOP and Conversion from SOP to POS and minimal to standard forms. * Sidebar logo fixed (CircuitVerse#346) Co-authored-by: Shubhankar Kanchan Gupta <shubhankar.gupto.11@gmail.com> Co-authored-by: Abhinav Srivastava <abhinav.022000@gmail.com>
Changes done:
digital registers
.Preview Link: https://deploy-preview-317--tender-ardinghelli-ebb79f.netlify.app/docs/registers/ss.html
Preview Link: https://deploy-preview-317--tender-ardinghelli-ebb79f.netlify.app/docs/registers/sp.html
Preview Link: https://deploy-preview-317--tender-ardinghelli-ebb79f.netlify.app/docs/registers/ps.html
Preview Link: https://deploy-preview-317--tender-ardinghelli-ebb79f.netlify.app/docs/registers/pp.html
✅️ By submitting this PR, I have verified the following