Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
programming
(root)
/
school
/
cs365
/
p1
/
ALU1.v
– Rev 207
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
207
7071 d 8 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.
203
7072 d 7 h
ira
/school/cs365/p1/
Trying to get this working... I need to get the timing right
197
7076 d 4 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.)
195
7077 d 6 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 3 h
ira
/school/cs365/p1/
Make SUBTRACT (OP=11) work more logically in ALU1.
Add Prof. Yang's implementation in ALU1_lyang.v
192
7081 d 10 h
ira
/school/cs365/p1/
Adding ALU1.v from the class webpage