Skip to content

Commit d499973

Browse files
authored
Merge pull request #308 from JeffDeCola/develop
updating pics to .svg and checking all links
2 parents aed3160 + 9eb892e commit d499973

File tree

16 files changed

+43
-1
lines changed

16 files changed

+43
-1
lines changed

combinational-logic/alus/jeff_74x181/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# JEFF 74x181 EXAMPLE
22

3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
36
_4-bit alu (arithmetic logic unit) and function generator.
47
Provides 16 binary logic operations and 16 arithmetic operations
58
on two 4-bit words.

combinational-logic/data-operators/full_adder/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# FULL ADDER EXAMPLE
22

3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
36
_A 2-bit full adder._
47

58
Table of Contents

combinational-logic/data-operators/half_adder/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# HALF ADDER EXAMPLE
22

3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
36
_A 2-bit half adder._
47

58
Table of Contents

combinational-logic/decoders-and-encoders/decoder_3_8/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# DECODER 3-8 EXAMPLE
22

3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
36
_Decoder - Three inputs decodes to 1 of 8 outputs (hot)._
47

58
Table of Contents

combinational-logic/decoders-and-encoders/encoder_8_3/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ENCODER 8-3 EXAMPLE
22

3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
36
_Encoder - Eights inputs (1 hot) encodes to output._
47

58
Table of Contents

combinational-logic/decoders-and-encoders/encoder_to_decoder/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ENCODER TO DECODER EXAMPLE
22

3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
36
_Combining the
47
[encoder_8_3](https://github.com/JeffDeCola/my-verilog-examples/tree/master/combinational-logic/decoders-and-encoders/encoder_8_3)
58
to the

combinational-logic/multiplexers-and-demultiplexers/demux_1x4/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# DEMUX 1x4 EXAMPLE
22

3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
36
_Demultiplexer - One input, four outputs._
47

58
Table of Contents

combinational-logic/multiplexers-and-demultiplexers/jeff_74x151/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# JEFF 74x151 EXAMPLE
22

3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
36
_8-line to 1-line data selector/multiplexer.
47
Based on the 7400-series integrated circuits used in my
58
[programable_8_bit_microprocessor](https://github.com/JeffDeCola/my-verilog-examples/tree/master/systems/microprocessors/programable_8_bit_microprocessor)._

combinational-logic/multiplexers-and-demultiplexers/jeff_74x157/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# JEFF 74x157 EXAMPLE
22

3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
36
_Quad 2-line to 1-line data selector/multiplexer, non-inverting outputs.
47
Based on the 7400-series integrated circuits used in my
58
[programable_8_bit_microprocessor](https://github.com/JeffDeCola/my-verilog-examples/tree/master/systems/microprocessors/programable_8_bit_microprocessor)._

combinational-logic/multiplexers-and-demultiplexers/mux_4x1/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# MUX 4x1 EXAMPLE
22

3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
36
_Multiplexer - Four inputs, one output._
47

58
Table of Contents

combinational-logic/multiplexers-and-demultiplexers/mux_to_demux/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# MUX TO DEMUX EXAMPLE
22

3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
35
_Combining the
46
[mux_4x1](https://github.com/JeffDeCola/my-verilog-examples/tree/master/combinational-logic/multiplexers-and-demultiplexers/mux_4x1)
57
to the
Binary file not shown.

docs/pics/sequential-logic/ti-74x161-schematic.svg

Lines changed: 1 addition & 0 deletions
Loading

fpga-development-boards/buttons/buttons/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# BUTTONS EXAMPLE
22

3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
36
_A few different ways to use buttons on a FPGA development board._
47

58
Table of Contents

sequential-logic/arbiters/priority_arbiter/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# PRIORITY ARBITER EXAMPLE
22

3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
36
_A three level priority arbiter with asynchronous reset._
47

58
Table of Contents

sequential-logic/counters/jeff_74x161/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# JEFF 74x161 EXAMPLE
22

3+
[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
4+
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)
5+
36
_Synchronous presettable 4-bit binary counter, asynchronous clear.
47
Based on the 7400-series integrated circuits used in my
58
[programable_8_bit_microprocessor](https://github.com/JeffDeCola/my-verilog-examples/tree/master/systems/microprocessors/programable_8_bit_microprocessor)._
@@ -36,7 +39,7 @@ FPGA development board._
3639
I designed this processor form the 1976 Texas Instruments spec sheet.
3740
The `clr_bar` is connected directly to the JK flip-flops.
3841

39-
![IMAGE - ti-74x161-schematic.jpg - IMAGE](../../../docs/pics/sequential-logic/ti-74x161-schematic.jpg)
42+
![IMAGE - ti-74x161-schematic.jpg - IMAGE](../../../docs/pics/sequential-logic/ti-74x161-schematic.svg)
4043

4144
## TRUTH TABLE
4245

0 commit comments

Comments
 (0)