Presentation is loading. Please wait.

Presentation is loading. Please wait.

A bit about computer architecture CS 147, Fall Semester 2007 Robert Correll.

Similar presentations


Presentation on theme: "A bit about computer architecture CS 147, Fall Semester 2007 Robert Correll."— Presentation transcript:

1 A bit about computer architecture CS 147, Fall Semester 2007 Robert Correll

2 Overview RISC microprocessor design Diagnostic testing Software development Microprocessor features System-on-Chip (SoC)

3 RISC microprocessor design 12 members on the team: o Design Manager (1) o ASIC Design Engineers (9) o Diagnostics Manager (1) o Software Engineer (1) Culture: o High-tech (Verilog) o Very quiet

4 Embedded 32-bit microprocessor Earns Editor's Choice Award Microprocessor Report Names IDT’s RC32364 Best Embedded Processor for Price/Performance (Volume 12, Number 7, June 1, 1998)

5 Embedded processor-based applications Low-end routers and switches Cellular base stations Consumer multimedia game systems

6 Device Overview MIPS-II RISC architecture with enhancements o Scalar 5-stage pipeline minimizes branch and load delays o DSP engine capable of doing 1 multiply accumulate instruction every 2 clock cycles

7 Device Overview (continued) Enhanced instruction set architecture o MIPS-IV compatible conditional move instructions o MIPS-IV superset PREF (prefetch) instruction o Fast multiplier with atomic multiply-add, multiply- sub o Count leading zero/one instructions

8 Device Overview (continued) Large, efficient on-chip caches o Separate 8KB Instruction cache and 2KB Data cache o 2-way set associative o Write-back and write-through support on a per page basis o Optional cache locking, with per line resolution, to facilitate deterministic response o Simultaneous instruction and data fetch in each clock cycle, achieves over l GB/sec bandwidth

9 Device Overview (continued) Flexible MMU with 32-page TLB o Variable page size o Enhanced write algorithm support o Variable number of locked entries o No performance penalty for address translation

10 Device Overview (continued) Flexible bus interface allows simple, low-cost designs o Bus interface runs at a fraction of pipeline rate Programmable port-width interface (8-,16-, 32-bit memory and I/O regions) o Programmable bus turnaround (BTA) times o Supports single datum or burst transactions o Selectable system byte-ordering

11 RC32364 Block Diagram

12 Diagnostic Testing Began with 300 tests and behavior model Downloaded 10 to 40 new tests per day One test per directory Build each test Run each test on an RTL model Debug and track failures Finished with more than 3,000 tests

13 Software Development Test Release System o Automated regression process o Distributed jobs based upon cycle counts o Provided customized history reports Accumulated load per signal utility Test vectors Many other value-added scripts Diagnostic tests

14 CPU Instruction Set

15 Load Link Store Conditional Opcodes li $9, 1 sw $9, 0($6).word 0xc0850000 # opcode # ll $5, 0($4) bne $5, $0, Fail # verify sem = 0 li $5, 2 li $9, 2 sw $9, 0($6).word 0xe0850000 # opcode # sc $5, 0($4) bne $5, $8, Fail # verify sc indicates success li $8, 2

16 CPU Pipeline Architecture

17 CPU Pipeline Stages 1I - Instruction Fetch, Phase one o Instruction address translation begins 2I - Instruction Fetch, Phase two o Instruction cache fetch begins o Instruction address translation continues

18 CPU Pipeline Stages (continued) 1R - Register Fetch, Phase one o The instruction cache fetch finishes. o The instruction cache tag is checked against the physical page frame number obtained from the address translation.

19 CPU Pipeline Stages (continued) 2R - Register Fetch, Phase two o The instruction decoder decodes the instruction. o Any required operands are fetched from the register file. o Make a decision to either issue or slip (for an interlock condition). o For a branch, the branch address is calculated.

20 CPU Pipeline Stages (continued) 1A - Execution, Phase one o Any result from the A or D stages are bypassed. o The arithmetic logic unit (ALU) starts the integer arithmetic, logical or shift operation. o The ALU calculates the data virtual address for load and store instructions. o The ALU determines whether the branch condition is true.

21 CPU Pipeline Stages (continued) 2A - Execution, Phase two o The integer arithmetic, logical or shift operation will complete. o A data cache access will start. o Store data is shifted to the specified byte position(s). o The data virtual to physical address translation will start.

22 CPU Pipeline Stages (continued) 1D - Data Fetch, Phase one o The data cache access will continue. o The data address translation completes. 2D - Data Fetch, Phase two o The data cache access will finish and the data is then shifted down and extended. o The data cache tag is checked against the physical address for any data cache access.

23 CPU Pipeline Stages (continued) 1W - Write Back, Phase one o The processor uses this phase internally to resolve all exceptions in preparation for the register file write. 2W - Write Back, Phase two o For register-to-register and load instructions, the result is written back to the register file. o Branch instructions perform no operation during this stage.

24 Activities during each ALU pipeline stage...

25 ...for load, store, and branch instructions.

26 Stall Conditions Detected after the R pipe-stage. The processor will resolve the condition. o Detect cache miss o Start moving dirty cache line data to write buffer o Get first doubleword into cache and restart pipeline o Load remainder of cache line into cache

27 Slip Conditions Slipped instructions are retried on subsequent cycles o Detect cache miss o Get entire cache line into cache o Continue pipeline o Inserted NOP instructions

28 Memory Management Unit (MMU) Generates translation lookaside buffer (TLB) exceptions such as: o TLB refill o TLB invalid o TLB modified Offers the following advantages: o Variable page size o Enhanced Write Algorithm support o Mapping of a larger portion of the virtual address space o Variable number of locked entries

29 32-bit Virtual Address Translation

30 TLB Register Format

31 TLB Register Field Descriptions

32 MMU Register Descriptions

33 Range of wired and random entries

34 User Mode Address Space

35 Kernal Mode Address Space

36 CPU Exception Processing Begins when the processor receives and detects exceptions such as: o address translation errors o arithmetic overflows o I/O interrupts o system calls Processor suspends normal instruction sequence and enters Kernel mode

37 CPU Exception Processing (continued) Processor then disables interrupts, Forces execution of a software handler, which is located at a fixed address. The handler may save processor context: o program counter contents o current operating mode (User or Kernel mode) o interrupt status (enabled or disabled)

38 Exception Processing Registers...

39 Basic CP0 Registers

40 Exception Priority

41 Cache Organization, Operation, and Coherency

42 Primary I-Cache Line Format

43 Primary D-Cache Line Format

44 Conceptual Primary Cache Lookup Seq.

45 Primary Cache Data and Tag Organization

46 Primary Cache States

47 Clocking, Reset, and Initialization Interfaces

48 Timing Illustration of MasterClock-to- PClock Multiply by 2

49 EJTAG (In-circuit Emulator) Interface

50 EJTAG Block Diagram

51 System-on-Chip (SoC)

52 SoC (continued)

53

54 Summary RISC microprocessor design Diagnostic testing Software development Microprocessor features System-on-Chip (SoC)

55 References IDT™ 79RC32364 RISController™ Advanced Architecture, 32-bit Embedded Microprocessor, User’s Reference Manual, 1999, http://www.idt.com/products/files/10750/79RC32364 _MA_38374.pdf?CFID=1729583&CFTOKEN=95787 432 http://www.idt.com/products/files/10750/79RC32364 _MA_38374.pdf?CFID=1729583&CFTOKEN=95787 432 IDT™ Interprise™ 79RC32351 Integrated Communications Processor Data Sheet, 2004 http://www.idt.com/products/files/10702/RC32351_D S_23066.pdf?CFID=1729583&CFTOKEN=9578743 2 http://www.idt.com/products/files/10702/RC32351_D S_23066.pdf?CFID=1729583&CFTOKEN=9578743 2

56 References (continued) IDT™ Interprise™ 79RC32365 Integrated Communications Processors User Reference Manual, 2004, http://www.idt.com/products/files/10712/79RC32365 _MA_12022.pdf?CFID=1729583&CFTOKEN=95787 432 http://www.idt.com/products/files/10712/79RC32365 _MA_12022.pdf?CFID=1729583&CFTOKEN=95787 432 IDT™ Interprise™ 79RC32435 Integrated Communications Processor Data Sheet, 2006, http://www.idt.com/products/files/571508/32435_ds. pdf?CFID=1729583&CFTOKEN=95787432 http://www.idt.com/products/files/571508/32435_ds. pdf?CFID=1729583&CFTOKEN=95787432

57 A bit about computer architecture CS 147, Fall Semester 2007 Robert Correll


Download ppt "A bit about computer architecture CS 147, Fall Semester 2007 Robert Correll."

Similar presentations


Ads by Google