Subversion Repositories programming

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
195 7077 d 19 h ira /school/cs365/p1/ Update ALU1_lyang.v to have a more comprehensive test.
Note that there is a BUG in the code. (see comments)

Update ALU1.v to work correctly, and add a comprehensive test.

Add ALU4.v which is a 4-bit ALU made by chaining 1-bit ALU's together.
It is verified, and works.
 
194 7078 d 16 h ira /school/cs365/p1/ Make SUBTRACT (OP=11) work more logically in ALU1.
Add Prof. Yang's implementation in ALU1_lyang.v