Cornell University
School of Electrical and Computer Engineering
ECE 4750 Computer Architecture
Fall 2021
Prof. Christina Delimitrou
Olin 165 (subject to change) • Monday and Wednesday • 2:45–4:00pm
home | details | schedule | videos | readings | handouts | resources
Course Information
Cross Listed | CS 4420/ECE5740 Computer Architecture |
---|---|
Instructor | Prof. Christina Delimitrou, 332 Rhodes Hall, delimitrou _at_ cornell dot edu Office Hours: on Zoom (link on Piazza), Thursday, 2:00–3:00pm |
Admin. Assistant | Kimberly Budd, 314 Rhodes Hall, kj37@cornell.edu |
Lectures | Olin 165 (subject to change), Monday and Wednesday, 2:45–4:00pm |
Disc. Section | Phillips 101, Friday, 2:40–3:30pm |
Graduate TAs |
Zhuangzhuang Zhou, zz586, Office/Lab Hours: online on Zoom, TBD Yanqi Zhang, yz2297, Office/Lab Hours: online on Zoom, TBD |
MEng TAs |
Felipe Shiwa, fs383, Office/Lab Hours: TBD Siqi Qian, sq85, Office/Lab Hours: TBD |
Undergraduate TAs |
Maria Martucci, mlm423, Office/Lab Hours: TBD Ronin Sharma, rrs234, Office/Lab Hours: TBD |
Required Materials |
J. L. Hennessy and D. A. Patterson "Computer Architecture: A Quantitative Approach" 5th edition, Morgan Kaufmann, 2012 Cornell bookstore (new: $90, used: $46), Amazon ($67) On reserve online as an e-book and in Uris Library as a hard copy |
D. M. Harris and S. L. Harris "Digital Design and Computer Architecture" 2nd edition, Morgan Kaufmann, 2012 Cornell bookstore (new: $90, used: $56), Amazon ($63) On reserve online as an e-book and in Uris Library as a hard copy |
|
Staff Email | ece4750-staff-fall21-l@list.cornell.edu |
Objectives
This course is meant to be a capstone course in computer engineering that draws together concepts from across the ECE curriculum including digital logic design, computer organization, system-level software, and engineering design. The course will prepare students for jobs in the computer engineering industry and can act as a springboard to more advanced material in graduate-level courses. This course can also provide a foundation for students interested in performance programming, compilers, and operating systems; and it can provide system-level context for students interested in emerging technologies and digital circuits. By the end of this course, students should be able to:
- describe computer architecture concepts and mechanisms related to the design of modern processors, memories, and networks and explain how these concepts and mechanisms interact.
- apply this understanding to new computer architecture design problems within the context of balancing application requirements against technology constraints; more specifically, quantitatively assess a design's execution time in cycles and qualitatively assess a design's cycle time, area, and energy.
- evaluate various design alternatives and make a compelling quantitative and/or qualitative argument for why one design is superior to the other approaches.
- demonstrate the ability to implement and verify designs of varying complexity at the register-transfer level.
- create new designs at the register-transfer level and the associated effective testing strategies.
- write concise yet comprehensive technical reports that describe designs implemented at the register-transfer level, explain the testing strategy used to verify functionality, and evaluate the designs to determine the superior approach.
Prerequisites
This course is targeted towards senior-level undergraduate students, although it is also appropriate for advanced juniors, M.Eng., and first-year Ph.D. students. An introductory course on computing is required (CS 1110 or equivalent). A course in digital logic design and computer organization (ECE 2300 or equivalent) and a course in system-level programming (ECE 3140 or equivalent) are also required. CS 3410 is a suitable replacement for ECE 2300 and ECE 3140 for the purposes of satisfying the prerequisites. Students should feel comfortable working with a hardware description language such as Verilog, SystemVerilog, or VHDL and have a reasonable understanding of digital logic, assembly-level programming, storage systems, basic pipelining, and simple cache design.
M.Eng. and Ph.D. students coming from undergraduate institutions other than Cornell may want to spend additional time reviewing the secondary required textbook, "Digital Design and Computer Architecture, 2nd edition" by D. M. Harris and S. L. Harris (Morgan Kaufmann, 2012), to refresh their understanding of basic concepts. Students who have never used Python before may want to spend additional time reviewing the optional textbook titled "Think Python: How to Think Like a Computer Scientist" by A. B. Downey (Green Tea Press, 2014). Students are not required to use the Verilog hardware description language for the lab assignments. If a student has less experience working with Verilog but still wants to use this language, then they are strongly encouraged to read Chapter 4 in Harris and Harris on digital design with Verilog and/or to review the optional text ``Verilog HDL: A Guide to Digital Design and Synthesis, 2nd edition'' by S. Palnitkar (Prentice Hall, 2003). Students should also plan to attend the optional discussion sections, which will cover the basics of the Python and Verilog hardware modeling frameworks.
Topics
The course includes four parts: the first two parts cover the fundamentals of processor and memory design, while the final two parts cover more advanced processor and memory design. In addition, one lecture in the middle of the course and one lecture at the end of the course will present in detail a few example architectures to help illustrate the concepts discussed in class. A tentative list of topics for each part is included below. The exact topics covered in the course are subject to change based on student progress and interest.
- Part 1: Fundamental Processors (5 lectures) – instruction set architecture; single-cycle, FSM, and pipelined processor microarchitecture; resolving structural, data, control, and name hazards; and analyzing processor performance
- Part 2: Fundamental Memories (5 lectures) – memory technology; direct-mapped vs. associative caches; write-through vs write-back caches; memory protection, translation, and virtualization; FSM and pipelined cache microarchitecture; analyzing memory performance; and integrating processors and memories
- Part 3: Advanced Processors (11 lectures) – execution, out-of-order execution, register renaming, memory disambiguation, branch prediction, speculative execution; multithreaded, VLIW, and SIMD processors
- Part 4: Advanced Memories (3 lectures) – advanced cache microarchitecture; memory synchronization, consistency, and coherence
Required Materials
There are three materials that students are required to have access to for the course: the primary course textbook, the secondary course textbook, and the course packet. Note that if students are unsure about whether or not they will enroll in the class, they should be able to delay purchasing these items until the second or third week of class without significantly hindering their progress in the course. These materials are on reserve at Uris Library and/or available online to Cornell students.
- Hennessy and Patterson Textbook – The primary required textbook for the course is "Computer Architecture: A Quantitative Approach, 5th edition," by J. L. Hennessy and D. A. Patterson (Morgan Kaufmann, 2012). This is the classic text in the field, recently updated last year. The first chapter will be available on the course website for download. This textbook is on reserve in Uris library, and is also available as an e-book to any Cornell student with a valid NetID. A link to the e-book is on the public course website. Note that there is a limit to the number of simultaneous viewers, so please log out when finished with the e-book. Students can download up to 10-pages at a time, and print up to 60-pages at a time. There have been significant changes compared to earlier editions, but students may still be able to use an earlier edition augmented with the newer edition on reserve.
- Harris and Harris Textbook – The secondary required textbook for the course is "Digital Design and Computer Architecture, 2nd edition" by D. M. Harris and S. L. Harris (Morgan Kaufmann, 2012). This is the primary required textbook for ECE 2300. There will be some assigned reading from this book, but a student may or may not need to purchase the actual book depending on how comfortable a student is with the more basic material. M.Eng. and Ph.D. students coming from undergraduate institutions other than Cornell may want to purchase this book to solidify their understanding of digital logic design and basic computer architecture. The book also includes some useful background information on digital design using the Verilog hardware description language. This textbook is on reserve in Uris library, and is also available as an e-book to any Cornell student with a valid NetID. A link to the e-book is on the public course website. Note that there is a limit to the number of simultaneous viewers, so please log out when finished with the e-book. There have been some changes compared to the first edition, but students may still be able to use an earlier edition augmented with the newer edition on reserve.
- Course Packet (optional) – The course will use a packet of additional reading material on processors, memories, and networks that is meant to complement the course textbook. The information in the packet is either not in the textbook, or is presented in a useful alternative way. Two copies of the course packet are on reserve in Uris library along with the original books excerpted in the packet. Several of the excerpts in the book will also be available on the course website for download, except for those which cannot be posted due to copyright restrictions.
Optional Materials
There are a few additional books that students may find useful for providing background on Python, Verilog, and SystemVerilog.
- Python Book – "Think Python: How to Think Like a Computer Scientist" by A. Downey (Green Tea Press, 2014) is an excellent introduction to Python especially well-suited for beginners to either the language or programming in general. This book is available on the course website for download.
- Verilog Book – "Verilog HDL: A Guide to Digital Design and Synthesis, 2nd ed.," by S. Palnitkar (Prentice Hall, 2003) provides a good introduction to Verilog-2001 well suited for the beginner.
- SystemVerilog Book – "SystemVerilog for Design: A Guide to Using SystemVerilog for Hardware Design and Modeling, 2nd ed.," by S. Sutherland, S. Davidmann, and P. Flake (Springer, 2006) provides a good introduction to the new features in SystemVerilog that can enable productive hardware design.
Format and Procedures
This course includes a combination of lectures, short in-class quizzes, optional discussion sections, assigned readings, problem sets, laboratory assignments, and exams.
- Lectures – Lectures will be from 2:45pm to 4:)0pm every Monday and Wednesday in Olin 165 excluding the following academic holidays: Indigenous People Day (10/14), during the semi-final study/exam period (11/16,11/18,11/23), and Thanksgiving (11/26). We will start promptly at 2:45pm so please call in on time. Students are expected to attend all lectures, be attentive during lecture, and participate in class discussion. Please turn off all cellular phones during class. Use of cellular phones and laptops during lecture is not allowed (see policy section).
- Quizzes – There will be a short quiz at the beginning of some lectures. The quiz should take about five minutes, and will cover some of the key topics discussed in the previous lecture. Quizzes are not announced ahead of time, and there are no make-up quizzes. The lowest quiz score is dropped which effectively provides for one excused absence. Students should prepare for a potential quiz by simply reviewing the material from the previous lecture before coming to class. Solutions to quizzes will be available online soon after the quiz is given for formative self-assessment.
- Discussion Section – The discussion section will be from 2:40pm to 3:30pm in Phillips 101. Attendance at the weekly discussion sections are optional but strongly encouraged. These discussion sections will be relatively informal, with the primary focus being on facilitating student's ability to complete the lab assignments and on reviewing material from lecture using problem-based learning.
- Readings – Students are expected to complete all of the assigned reading according to the schedule on the course website, although there is some flexibility. Some students may prefer to complete the readings before the corresponding lecture, while others may prefer to complete the readings after the corresponding lecture. Either strategy is acceptable. The readings are contained within the course textbooks and the course packet.
- Problem Sets – The course will include four problem sets distributed throughout the semester to help you put the concepts learned in lecture and reading into practice. The problem sets are to be completed individually, although students are encouraged to study together and discuss information and concepts covered in lecture with other students (see policy). You can use any program you want to compose your solutions, but you must convert the final document to PDF. Students are strongly encouraged to type their solutions; if necessary students can scan hand-written diagrams and combine these diagrams with typed solutions. If students absolutely must write up their entire solutions by hand, then they must scan their final version into a legible PDF. Illegible scans will not be graded. A digital photograph will almost certainly not be legible. No other means of submission or electronic format will be accepted. Problem sets are due on Thursdays at 11:59pm (see policy section). Solutions to the problem sets will be available online soon after the problem set is due for formative self-assessment.
- Lab Assignments – The course will include four lab assignments that allow students to incrementally design, implement, test, and evaluate a complete multicore system with an integrated collection of processors, memories, and networks. Students are expected to work in a group of three students, although groups of two or four students may be allowed with explicit instructor permission in exceptional circumstances (see policy section). It is suggested that students form a group early on and keep the same group throughout the semester. Students can either form their own groups or ask the instructor to form a group for them. For each lab assignment, each student will take on either an RTL design engineer role or an RTL verification engineer role. Students must take on both roles over the course of labs 2--4. In addition, one student must be designated as the architect for each lab. Each student must serve as the architect at least once over the course of labs 2--4. Much more detail about the lab assignments is provided in the Lab Assignment Assessment Rubric posted on the public course website. Students will be using the ECE Computing Resources to complete the lab assignments, the lab code must be submitted via GitHub, and the lab report must be submitted in PDF format via the online CMS assignment submission system (see resources section). No other means of submission or electronic format will be accepted. Lab assignments are due on Thursdays at 11:59pm (see policy section).
- Final Exam – The course does not have a midterm this year. It will only have a final exam, which covers all Parts 1--4. If students have a scheduling conflict with the final exam, they must let the instructor know as soon as possible, but no later than two weeks before the exam. Graded exams and the exam solutions are only available for review online during office hours under the supervision of the course instructor.
Grading Scheme
Each part or criteria of every assignment is graded on a four-point scale. A score of 4.25 is an A+, 4 roughly corresponds to an A, 3 roughly corresponds to a B, 2 roughly corresponds to a C, and so on. A score of 4.0 usually indicates that the submitted work demonstrates no misunderstanding (there may be small mistakes, but these mistakes do not indicate a misunderstanding) or there may be a very small misunderstanding that is vastly outweighed by the demonstrated understanding. A score of 3.0 usually indicates that the submitted work demonstrates more understanding than misunderstanding. A score of 2.0 usually indicates that the submitted work demonstrates a balanced amount of understanding vs. misunderstanding. A score of 1.0 usually indicates that the submitted work demonstrates more misunderstanding than understanding. A score of 4.25 is reserved for when the submitted work is perfect with absolutely no mistakes or is exceptional in some other way.
Total scores are a weighted average of the scores for each part or criteria. Parts or criteria are usually structured to assess a student's understanding according to four kinds of knowledge: basic recall of previously seen concepts, applying concepts in new situations, qualitatively and quantitatively evaluating design alternatives, and creatively implementing new designs; these are ordered in increasing sophistication and thus increasing weight. In almost all cases, scores are awarded for demonstrating understanding and not for effort. Detailed rubrics for all quizzes, problem sets, and exams are provided once the assignment has been graded to enable students to easily see how the score was awarded. For lab assignments, a detailed Lab Assignment Assessment Rubric is available on the public course webpage.
Note that only a subset of the problems on each problem set may be graded for a score. Which problems will be graded for a score will not be announced ahead of time; students are expected to complete all problems. Those problems not graded for a score will still be graded for effort, and incomplete submissions will be penalized. As mentioned above, solutions to all problems are released soon after the problem set is due; this will allow students to compare their submission to the correct solutions for formative self-assessment. Students are always encouraged to review their solutions with the instructor or TAs during office hours.
The final grade is calculated using a weighted average of all assignments. Each problem set and lab assignment is weighted equally. All quiz grades are averaged to form a single total. Students can drop their lowest quiz score. At the instructor's discretion, additional quiz scores may be dropped depending on the total number quizzes in the semester and pseudo-quiz grades may be used to encourage participation, completing student evaluations, etc. The weighting for the various assignments is shown below.
Quizzes | 5% (students can drop lowest score) |
Problem Sets | 20% (all problem sets weighted equally) |
Lab Assignments | 35% (all lab assignments weighted equally) |
Final | 40% |
Note that the final exam account for almost half of a student's final grade. The exams in this course are very challenging. Successful students begin preparing for the exams far in advance by carefully reviewing the assigned readings, independently developing study problems, and participating in critical study groups.
To pass the course, a student must at a bare minimum satisfy the following requirements: (1) submit two out of the four problem sets; (2) submit three out of the five lab assignments; (3) take the midterm exam; and (4) take the final exam. If a student does not satisfy these criteria then that student may fail the course regardless of the student's numerical grade.
Policies
This section outlines various policies concerning auditors, usage of cellular phones and laptops in lecture, turning in assignments late, regrading assignments, collaboration, and accommodations for students with disabilities.
Auditor Policy
Casual listeners that attend lecture but do not enroll as auditors are not allowed; you must enroll officially as an auditor. Auditors are allowed to enroll in the course as long as there is sufficient capacity in the lecture room. The requirements for auditors are: (1) attend most of the lectures; (2) take the short in-class quizzes; and (3) perform reasonably well on these quizzes. If you do not plan attending the lectures for the entire semester, then please do not audit the course. Please note that students are not allowed to audit the course and then take it for credit in a later year unless there is some kind of truly exceptional circumstance.
Course Re-Enrollment Policy
Students are not allowed to enroll for credit for a significant fraction of the course, drop or switch to auditor status, and then re-enroll for credit in a later year. A "significant fraction of the course" means after the second problem set is due; by this time the student will have: attended eight lectures, completed two lab assignments and two problem sets, and completed several short in-class quizzes. The student should have plenty of experience to decide whether or not they should drop and take the course in a later year. It is not fair for students to have access to assignment solutions and possibly even take the midterm before deciding to drop the course and take it again in a later year; this would essentially enable students to take the course twice to improve their grade.
Cellular Phones and Laptops in Lecture Policy
Students are prohibited from using cellular phones and laptops in lecture unless they receive explicit permission from the instructor. It is not practical to take notes with a laptop for this course. Students will need to write on the handouts, quickly draw pipeline diagrams, and sketch microarchitectural block diagrams during lecture. The distraction caused by a few students using (or misusing) laptops during lecture far outweighs any benefit. Tablets are allowed as long as they are kept flat and used exclusively for note taking. If you feel that you have a strong case for using a laptop during lecture then please speak with the instructor.
Late Assignment Policy
Problem sets must be submitted electronically in PDF format, and lab assignments must be submitted electronically as a tar/gzip file (as explained in the lab handout). No other formats will be accepted! Problem sets and lab assignments must be submitted by 11:59pm on the due date. No late submissions will be accepted and no extensions will be granted except for a family or medical emergency. We will be using the online CMS assignment submission system. You can continue to resubmit your files as many times as you would like up until the deadline, so please feel free to upload early and often. If you submit an assignment even one minute past the you submit an assignment even one minute past the deadline, then the assignment will be marked as late.
As an exception to this rule, each student has a set of eight slip days that may be used when submitting problem sets and lab assignments throughout the semester. Each slip-day provides an automatic 24-hour extension. You may use up to two slip-days on any single assignment, meaning that the maximum automatic extension is 48 hours. For lab assignments, we use the majority to determine how many slip days. So if after some changes in lab groups, two students have three slip days and one student has one slip day then the group essentially now has three slip days available. If one student has three slip days, one student has two slip days, and one student has one slip day, then the group essentially now has two slip days. Students have eight slip days total, to be used for psets and lab assignments. These slip days are not interchangeable. To use a slip day, simply submit your assignment late; CMS will allow assignments to be uploaded up to two days late. You are responsible for keeping track of how many slip days you have remaining. If you accidentally submit an assignment late without the proper number of slip days remaining then although the system will allow the upload we will not grade the assignment (or we will grade the latest upload before the due date). The purpose of the slip-day system is to give you the freedom to more effectively manage your time. The due dates for the course are available at the beginning of the semester, so please plan ahead so you can handle weeks with many other deadlines.
Regrade Policy
Addition errors in the total score are always applicable for regrades. Regrades concerning the actual solution should be rare and are only permitted when there is a significant error. Please only make regrade requests when the case is strong and a significant number of points are at stake. Regrade requests should be submitted online via a private post on Piazza within one week of when an assignment is returned to the student. You must provide a justification for the regrade request.
Collaboration Policy
The work you submit in this course is expected to be the result of your individual effort only, or in the case of lab assignments, the result of you and your partner's effort only. Your work should accurately demonstrate your understanding of the material. The use of a computer in no way modifies the standards of academic integrity expected under the University Code.
You are encouraged to study together and to discuss information and concepts covered in lecture with other students. You can give "consulting" help to or receive "consulting" help from other students. Students can also freely discuss basic computing skills or the course infrastructure. However, this permissible cooperation should never involve one student (or lab group) having possession of or observing in detail a copy of all or part of work done by someone else, in the form of an email, an email attachment file, a flash drive, a hard copy, or on a computer screen. Students are not allowed to seek "consulting" help from online forums outside of Cornell University. Students are not allowed to use online solutions (e.g., from Course Hero) from previous offerings of this course. Students are encouraged to seek "consulting" help from their peers and from the course staff via office hours and the online Piazza discussion forums. If a student receives "consulting" help from anyone outside of the course staff, then the student must acknowledge this help on the submitted assignment.
During examinations, you must do your own work. Talking or discussion is not permitted during the examinations, nor may you compare papers, copy from others, or collaborate in any way. Students must not discuss an exam's contents with other students who have not taken the exam. If prior to taking it, you are inadvertently exposed to material in an exam (by whatever means) you must immediately inform the instructor or a TA.
Should a violation of the code of academic integrity occur, then a primary hearing will be held. See http://theuniversityfaculty.cornell.edu/dean/the-rules/academic-integrity1 for more information about academic integrity proceedings.
Examples of acceptable collaboration:
- Bob is struggling on a problem set about processor pipelining, so he seeks "consulting" help from Alice, a fellow student in the course. Alice goes through various examples from the lecture and reading materials to help Bob understand the concepts, and they sketch a few pipeline diagrams related to the problem solution together on a whiteboard. Bob and Alice work independently to flesh out the details of the problem solution and they each write up their work independently. Bob acknowledges the help he received from Alice on his submission.
- Bob, Ben, and Beth are struggling to complete a lab assignment which requires implementing a direct-mapped cache. They talk with Alice, Amy, and Adam and learn that both groups are really struggling. So the six students get together for a brainstorming session. They review the lecture and reading materials and then sketch on a whiteboard some ideas on how to implement a direct-mapped cache. They might also sketch out some code snippets to try and understand the best way to describe some of the hardware. Then each group independently writes the code for the assignment and includes an acknowledgment of the help they received from the other group. At no time do the groups actually share code.
- Bob, Ben, and Beth are having difficulty figuring out difficult test cases for their pipelined processor. They make a post on Piazza to see if anyone has some general ideas for tricky corner cases. Alice, Amy, and Adam figured out an interesting test case that ensures their pipelined processor correctly forwards the address to a store instruction, so Alice, Amy, and Adam post a qualitative description of this test case. Bob, Ben, and Beth independently write the code for this test case and then include an acknowledgment of the help they received from the other group. At no time do the groups actually share test code.
Examples of unacceptable collaboration:
- Bob is struggling on a problem set about processor pipelining, so he seeks "consulting" help from Alice, a fellow student in the course. Alice shows Bob her completed problem set solutions and walks him through the various steps required to solve the problem. Bob takes some notes during their discussion, and then independently writes up his solutions. Bob acknowledges the help he received from Alice on his submission, but it doesn't matter since Alice explicitly shared her solutions with Bob.
- Bob, Ben, and Beth are struggling to complete a lab assignment which requires implementing a direct-mapped cache. They talk with Alice, Amy, and Adam and learn that both groups are really struggling. So the six students get together for a joint coding session. Each student works on one module in the cache, then they combine the modules together to create the final working direct-mapped cache. The six students share and copy each others code often in order to finish the assignment. Each group submits the final code independently. Each group acknowledges the help it received from the other group, but it doesn't matter since they explicitly shared code.
- Bob, Ben, and Beth are having difficulty figuring out difficult test cases for their pipelined processor. They make a post on Piazza to see if anyone has some general ideas for tricky corner cases. Alice, Amy, and Adam figured out an interesting test case that ensures their pipelined processor correctly forwards the address to a store instruction, so Alice, Amy, and Adam send their test code to Bob, Ben, and Beth via email. Bob, Ben, and Beth modify this test code and then include it in their submission. Bob, Ben, and Beth include an acknowledgment of the help they received from the other group, but it doesn't matter since they explicitly shared code.
Notice that the key is that students should not share the actual solutions or code with each other. Consulting with your fellow students is fine and is an important part of succeeding in this course. If the vehicle for consulting is a whiteboard (and you avoid writing the actual solution on the whiteboard) then you should be fine.
Accommodations for Students with Disabilities
In compliance with the Cornell University policy and equal access laws, the instructor is available to discuss appropriate academic accommodations that may be required for students with disabilities. Requests for academic accommodations are to be made during the first three weeks of the semester, except for unusual circumstances, so arrangements can be made. Students are encouraged to register with Student Disability Services to verify their eligibility for appropriate accommodations.
Online and Computing Resources
We will be making use of a variety of online websites and computing resources.
- Public Course Website –
http://www.csl.cornell.edu/courses/ece4750
This is the main public course website which has the course details, updated schedule, reading assignments, and most handouts. - Piazza Discussion Forums –
http://www.csl.cornell.edu/courses/ece4750/piazza
Piazza is an online question-and-answer platform. We will be using Piazza for all announcements and discussion on course content, problem sets, and lab assignments. We will enroll students that sign up for the course in Piazza. The course staff is notified whenever anyone posts on the forum and will respond quickly. Using the forum allows other students to contribute to the discussion and to see the answers. Use common sense when posting questions such that you do not reveal solutions. Please prefer posting to Piazza as opposed to directly emailing the course staff unless you need to discuss a personal issue. -
CMS –
http://www.csl.cornell.edu/courses/ece4750/cms
CMS is an online assignment management system developed by the Cornell Computer Science department. Students will use CMS for all submitting all assignments. The only exception is for the lab assignment code which will be submitted via GitHub. We will enroll students that sign up for the course in CMS. We will also be posting restricted materials (e.g., problem sets, quizzes, solutions) on the CMS site, and we will use CMS to distribute grades. We will not be using CMS to post announcements. - ECE Computing Resources –
The ECE department has a cluster of Linux-based workstations and servers which we will be using for the lab assignments. You can access the ECE computing resources by using the ECE Linux Computing Lab in 314 Phillips Hall, you can use the CIT Windows Computing Lab in 318 Phillips Hall, or you can log into the ecelinux servers remotely from your own personal workstation. You do not need a special account; you will instead simply use your NetID and Cornell password to log into the ECE computing resources. - GitHub –
http://www.csl.cornell.edu/courses/ece4750/github
GitHub is an online Git repository hosting service. We will be using GitHub to distribute lab assignment harnesses and as a mechanism for student collaboration on the lab assignments. Students will also use GitHub for submitting the code-portion of their lab assignments. Students are expected to become familiar with the Git version control system. - TravisCI –
http://www.csl.cornell.edu/courses/ece4750/travisci
TravisCI is an online continuous integration service that is tightly coupled to GitHub. TravisCI will automatically run all tests for a students' lab assignment every time the students push their code to GitHub. We will be using the results reported by TravisCI to evaluate the code functionality of the lab assignments.