Subversion Repositories programming

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
207 7071 d 15 h ira /school/cs365/p1/ Massive cleanups and commenting.

Break out all *_test modules into their own files,
to make it easier to test specific modules.
 
197 7076 d 11 h ira /school/cs365/p1/ Remove tests from the modules themselves, and put put the main test
into the ALU1_test.v module instead. (Make it easier to choose when to
run a test.)
 
196 7077 d 10 h ira /school/cs365/p1/ The first half of CS365 Project #1 is done :)  
195 7077 d 13 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.