Implementation of a 2by4 decoder#34
Open
evanshango wants to merge 10 commits into
Open
Conversation
added 10 commits
June 26, 2018 02:12
add inverter.h file in decoder1by2 directory
add andgate.h file add trace signals in decoder_2by4.cc file add instances of decoder1by2 and andgates in decoder_2by4.h connect signals to individual instances of decoder1by2 and andgates add output ports in decoder_2by4.h file add driver ports in driver .h file add port in monitor.h file add relevant images in the images directory update README.md with relevant information
modify dff.h to remove errors change time units in driver.cc and main.cpp for output signals correct errors in monitor.cc
add nandgate.h and nandgate.cc files add signal in dff.h file update Makefile to capture additional files
add more input signals in dff.h file add instances of nandgate and notgate in dff.h file connect each signal to individual nandgate instance in dff.h file add more signal inputs in main.cpp file create instances of D-flipflops in main.cpp file connect each input signal to individual D-flipflop instances add more output trace signals in main.cpp file add output ports in monitor.cc file add input ports in monitor.h file
add README.md file to D-flipflop add relevant images and detailed information for both D-flipflop and 4bit shift register
add ALU.h driver.cc driver.h main.cpp and monitor.h files add Makefile
adjust image height and width
adjust image height for results
add Contributors add conclusions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.