Archive for June, 2009

6/21: Three Bit Multiplication

VerilogShawnNo Comments

Here is an example of a three bit multiplication in Verilog made to fit into a EPM7160SLC84-10.

I think I wrote a four bit one that I will try to find.
Read the rest of this entry »

6/6: One-Hot State Decoder

ASM, MIPS32ShawnNo Comments

Here is a quick way for you to decode a one hot state value into a binary representation. This code is built for the MIPS32 architecture.
Read the rest of this entry »