トップ 差分 一覧 ソース 検索 ヘルプ PDF RSS ログイン

Course Materials

This page offers course materials of two 2008 spring semester classes

  • Embedded Hardware (2 credits), and
  • Embedded Software (2 credits)

for graduate students at Department of Computer Engineering, Hiroshima University.
These two courses are conducted for 4+4=8 weeks course of 5 hours (every Friday afternoon 12:50-18:00 :-) each.
The prerequisite of these courses is to have enough knowledge about logic circuits, sequential logic, digital circuit design, regular expressions, context free languages, and context analysis. More specifically, students who enroll these courses can

  1. design a correct combinatorial circuit using basic logic gates (AND, OR, NOT, XOR, etc) for a given Boolean function,
  2. simplify a Boolean function (with don’t care conditions) using a Karnaugh map,
  3. design a fundamental sequential logic circuit such as a counter and a state machine using flip flops and basic logic gates,
  4. write a regular expression for lexical analysis, and
  5. write a context free grammar for parsing text.

The course materials are as follows:

  • Embedded Hardware (4 weeks)
    • Week 1: Design of Combinational Logic: Full Adder, Adder, and ALU emb1.pdf(13156)
    • Week 2: Design of Sequential Logic: Flip flops, counters, state machine, and stacks emb2.pdf(5818)
    • Week 3: Chattering removal, LCD controller, memory, and instruction fetch emb3.pdf(3410)
    • Week 4: CPU design: instruction set, control logic, and machine program emb4.pdf(3480)
  • Embedded Software (4 weeks)
    • Week 5: Perl programming and design of assembler emb5.pdf(6749)
    • Week 6: Compiler Compiler :Flex and Bison emb6.pdf(17438)
    • Week 7: TINYC Compiler emb7.pdf(3279)
    • Week 8: TINYC Programming emb8.pdf(2111)

最終更新時間:2008年06月11日 19時14分37秒