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 7074 d 7 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
197 7079 d 3 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