Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 276 Bytes

File metadata and controls

6 lines (4 loc) · 276 Bytes

Table Of Contents

  1. TT_to_VHDL - This program reads a truth table from an input file and generates VHDL using the sum of products form.

  2. Binary Multiply - This program reads in two binary strings and multiplies them using the pencil-and-paper algorithm.