Implementation of a 2by4 decoder#18
Open
evanshango wants to merge 24 commits into
Open
Conversation
added 18 commits
May 28, 2018 12:34
add new pin connections in decoder2by4.cc file add trace signals to interconnect modules add input and output ports in decoder2by4.h file add two driver output in driver.h file add input ports in monitor.h file add images folder
create andgate.h file
add circuit image of a 2by4 decoder add image name in the README.md file
create andgate.h file create instance of 1by2 decoder add additional ports for driver and monitor add MOC image for 2by4 decoder
add circuit image and timing diagram
add circuit image
Add conclusions to the README.md file
add inverter.h file include inverter.h file in decoder_1by2.h file
include andgate.h file
Add directory for a D-flipflop model with initial code and a test bench
modify monitor.cc file add trace signals in main.cpp file modify time units in driver.cc file
create nandgate.cc and nandgate.h files include nandgate.h file in nandgate.cc modify dff.cc for signal input add signals in dff.h include inverter.h file in dff.h from decoder1by2 directory include nandgate.h file in dff.h create four instances of nandgate and an instance of notgate link signals with nandgates
add image for timing diagram, circuit and mode of computation add truth table for D-flipflop add README.md file for D-flipflop
add input ports in monitor.h file add output ports in monitor.cc file add input signals in main.cpp file bind each signal to respective D-Flipflop instances add images of truth table and a representation of a 4bit shift register update README.md file
Update README.md file
add conclusions to README.md file
modify andgate.h file connect signals to ports in decoder_2by4.cc create instances of decoder and andgates in decoder_2by4.h connect signals to respective andgates and decoder instances
added 2 commits
June 24, 2018 02:43
add makefile for D-flipflop add trace signals in main.cpp
remove GTKwave installation
delete the initial D-flipflop directory
added 3 commits
June 25, 2018 22:14
add initial files for D-flipflop
remove D-flipflop directory with initial files
delete initial D-flipflop folder
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.
A representation of a 2by4 decoder using instances of a 1by2 decoder