diff --git a/Deliverable1.jpg b/Deliverable1.jpg new file mode 100644 index 0000000..fc2c689 Binary files /dev/null and b/Deliverable1.jpg differ diff --git a/Deliverable6.txt b/Deliverable6.txt new file mode 100644 index 0000000..f5d418c --- /dev/null +++ b/Deliverable6.txt @@ -0,0 +1 @@ +This module is a decoder. The address does a bitshift on the enable signal moving it from the least significant bit to the most significant bit. The output is those either all 0s or the value at which the address inputs is 1. Thus behaviorally it is a decoder. diff --git a/decoders.v b/decoders.v index dd467c2..d6b8cdf 100644 --- a/decoders.v +++ b/decoders.v @@ -8,7 +8,6 @@ input enable, input[4:0] address ); - assign out = enable<