Subversion Repositories programming

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
208 7338 d 21 h ira /school/cs365/p1/ Added the Prof's tests. It's good to go now.  
207 7338 d 23 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.
 
206 7339 d 0 h ira /school/cs365/p1/ Cleanups. Comments are coming.  
205 7339 d 0 h ira /school/cs365/p1/ Cleanups. Comments are coming.  
204 7339 d 1 h ira /school/cs365/p1/ IT WORKS! Finally! Now to make it permanent :)  
203 7339 d 22 h ira /school/cs365/p1/ Trying to get this working... I need to get the timing right  
198 7341 d 17 h ira /school/cs365/p1/ Mostly there  
197 7343 d 19 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 7344 d 18 h ira /school/cs365/p1/ The first half of CS365 Project #1 is done :)  
195 7344 d 21 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 7345 d 18 h ira /school/cs365/p1/ Make SUBTRACT (OP=11) work more logically in ALU1.
Add Prof. Yang's implementation in ALU1_lyang.v
 
192 7349 d 1 h ira /school/cs365/p1/ Adding ALU1.v from the class webpage  
177 7355 d 23 h ira /school/ Adding folders for the new quarter