Subversion Repositories programming

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
207 7100 d 0 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.
 
/school/cs365/p1/ALU4_test.v
/school/cs365/p1/MUL4_test.v
/school/cs365/p1/support_gates.v
/school/cs365/p1/ALU1.v
/school/cs365/p1/ALU1_lyang.v
/school/cs365/p1/ALU1_test.v
/school/cs365/p1/ALU4.v
/school/cs365/p1/MUL4.v
203 7100 d 23 h ira /school/cs365/p1/ Trying to get this working... I need to get the timing right  
/school/cs365/p1/ALU1.v
/school/cs365/p1/MUL4.v
197 7104 d 20 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.)
 
/school/cs365/p1/ALU1_test.v
/school/cs365/p1/ALU1.v
/school/cs365/p1/ALU4.v
195 7105 d 22 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.
 
/school/cs365/p1/ALU4.v
/school/cs365/p1/ALU1.v
/school/cs365/p1/ALU1_lyang.v
194 7106 d 19 h ira /school/cs365/p1/ Make SUBTRACT (OP=11) work more logically in ALU1.
Add Prof. Yang's implementation in ALU1_lyang.v
 
/school/cs365/p1/ALU1_lyang.v
/school/cs365/p1/ALU1.v
192 7110 d 2 h ira /school/cs365/p1/ Adding ALU1.v from the class webpage  
/school/cs365/p1
/school/cs365/p1/ALU1.v