VHDL Arithmetic Functions
I’m currently working on an ALU in VHDL. To get warmed up, I tried my hand at some basic arithmetic, which I’m going to discuss in this blog post. Here’s the diagram of the ALU: A and B are the two inputs and F will be the result. Each input and output is a 4-bit … Read moreVHDL Arithmetic Functions