CprE 281: Digital Logic

Size: px
Start display at page:

Download "CprE 281: Digital Logic"

Transcription

1 CprE 28: Digital Logic Instructor: Alexander Stoytchev

2 Registers and Counters CprE 28: Digital Logic Iowa State University, Ames, IA Copyright Alexander Stoytchev

3 Administrative Stuff The second midterm is this Friday. Homework 8 is due today. Homework 9 is out. It is due on Mon Nov 7. No HW due next Monday

4 Midterm Exam #2 Administrative Stuff When: Friday October 4pm. Where: This classroom What: Chapters, 2, 3, 4 and The exam will be open book and open notes (you can bring up to 3 pages of handwritten notes).

5 Registers

6 Register (Definition) An n-bit structure consisting of flip-flops

7 Parallel-Access Register

8 -Bit Parallel-Access Register Load In D Out

9 -Bit Parallel-Access Register Load In D Out The 2-to- multiplexer is used to select whether to load a new value into the D flip-flop or to retain the old value. The output of this circuit is the output of the flip-flop.

10 -Bit Parallel-Access Register Load In D Out If Load =, then retain the old value. If Load =, then load the new value from In.

11 2-Bit Parallel-Access Register Out_ Out_ Load D D In_ In_

12 2-Bit Parallel-Access Register Parallel Output Out_ Out_ Load D D In_ In_ Parallel Input

13 3-Bit Parallel-Access Register Out_2 Out_ Out_ Load D D D In_2 In_ In_ Notice that all flip-flops are on the same clock cycle.

14 3-Bit Parallel-Access Register Parallel Output Out_2 Out_ Out_ Load D D D In_2 In_ In_ Parallel Input

15 4-Bit Parallel-Access Register Out_3 Out_2 Out_ Out_ Load D D D D In_3 In_2 In_ In_

16 4-Bit Parallel-Access Register Parallel Output Out_3 Out_2 Out_ Out_ Load D D D D In_3 In_2 In_ In_ Parallel Input

17 Shift Register

18 A simple shift register In D D D D Out [ Figure 5.7a from the textbook ]

19 A simple shift register In D D D D Out Positive-edge-triggered D Flip-Flop

20 A simple shift register In D D D D Out D D m D s Clk Clk

21 A simple shift register In D D D D Out D Flip-Flop D D m D s Clk Clk Gated D-Latch Gated D-Latch

22 A simple shift register In D D D D Out

23 A simple shift register In D D D D Out In D Clk D Clk D Clk D Clk D Clk D Clk D Clk D Clk

24 A simple shift register In D D D D Out In D Clk D Clk D Clk D Clk D Clk D Clk D Clk D Clk

25 A simple shift register In D D D D Out In D Clk D Clk D Clk D Clk D Clk D Clk D Clk D Clk

26 A simple shift register In D D D D Out In D Clk D Clk D Clk D Clk D Clk D Clk D Clk D Clk

27 A simple shift register In D D D D Out In D Clk D Clk D Clk D Clk D Clk D Clk D Clk D Clk

28 A simple shift register In D Clk D Clk D Clk D Clk D Clk D Clk D Clk D Clk

29 A simple shift register In D Clk D Clk D Clk D Clk D Clk D Clk D Clk D Clk

30 A simple shift register In D Clk D Clk D Clk D Clk D Clk D Clk D Clk D Clk

31 A simple shift register In D Clk D Clk D Clk D Clk D Clk D Clk D Clk D Clk

32 A simple shift register In D Clk D Clk D Clk D Clk D Clk D Clk D Clk D Clk

33 A simple shift register In D D D D Out (a) Circuit t In = Out t t 2 t 3 t 4 t 5 t 6 t 7 (b) A sample sequence [ Figure 5.7 from the textbook ]

34 Parallel-Access Shift Register

35 Parallel-access shift register [ Figure 5.8 from the textbook ]

36 A shift register with parallel load and enable control inputs [ Figure 5.59 from the textbook ]

37 Register File

38 Register File [

39 [

40 [

41 [

42 Register File Register file is a unit containing r registers r can be 4, 8, 6, 32, etc. Each register has n bits n can be 4, 8, 6, 32, etc. n defines the data path width Output ports (DATA and DATA2) are used for reading the register file Any register can be read from any of the ports Each port needs a log 2 r bits to specify the read address (RA and RA2) Input port (LD_DATA) is used for writing data to the register file Write address is also specified by log 2 r bits (WA) Writing is enabled by a -bit signal (WR) RA LD_DATA WR Reg File RA2 WA DATA DATA2

43 Suppose that a register file contains 32 registers width of data path is 6 bits (i.e., each register has 6 bits) How many bits are there for each of the signals? RA RA2 DATA DATA2 WA LD_DATA WR Register File: Exercise RA LD_DATA WR Reg File RA2 WA DATA DATA2

44 Register file design We will design an eight-register file with 4-bit wide registers A single 4-bit register and its abstraction are shown below LD D3 D2 D D D P 3 D P 2 D P D P LD D3 D2 D D 3 2 We have to use eight such registers to make an eight register file LD D3 D2 D D LD D3 D2 D D LD D3 D2 D D Clk 3 2 Clk 3 2 Clk 3 2 How many bits are required to specify a register address?

45 Reading Circuit A 3-bit register address, RA, specifies which register is to be read For each output port, we need one 8-to- 4-bit multiplier Register Address LD7 D3 D2 D D LD D3 D2 D D LD D3 D2 D D Clk 3 2 Clk 3 2 Clk RA 8-to- 4-bit multiplex DATA to- 4-bit multiplex RA2 DATA2

46 Adding write control to register file To write to any register, we need the register's address (WA) and a write register signal (WR) A 3-bit write address is decoded if write register signal is present One of the eight registers gets a LD signal from the decoder LD_DATA 3 to 8 D e c o d e r WA WR LD7 LD LD D3 D2 D D D3 D2 D D D3 D2 D D LD Clk Clk Clk LD2 LD LD RA 8-to- 4-bit multiplex 8-to- 4-bit multiplex RA2 DATA DATA2

47 Counters

48 A three-bit up-counter [ Figure 5.9 from the textbook ]

49 A three-bit up-counter The first flip-flop changes on the positive edge of the clock [ Figure 5.9 from the textbook ]

50 A three-bit up-counter The first flip-flop changes on the positive edge of the clock The second flip-flop changes on the positive edge of [ Figure 5.9 from the textbook ]

51 A three-bit up-counter The first flip-flop changes on the positive edge of the clock The second flip-flop changes on the positive edge of The third flip-flop changes on the positive edge of [ Figure 5.9 from the textbook ]

52 A three-bit up-counter T T T 2 (a) Circuit 2 Count (b) Timing diagram [ Figure 5.9 from the textbook ]

53 A three-bit up-counter T T T 2 (a) Circuit The propagation delays get longer 2 Count (b) Timing diagram [ Figure 5.9 from the textbook ]

54 A three-bit down-counter [ Figure 5.2 from the textbook ]

55 A three-bit down-counter T T T 2 (a) Circuit 2 Count (b) Timing diagram [ Figure 5.2 from the textbook ]

56 Synchronous Counters

57 A four-bit synchronous up-counter [ Figure 5.2 from the textbook ]

58 A four-bit synchronous up-counter The propagation delay through all AND gates combined must not exceed the clock period minus the setup time for the flip-flops [ Figure 5.2 from the textbook ]

59 A four-bit synchronous up-counter T T T 2 T 3 (a) Circuit 2 3 Count (b) Timing diagram [ Figure 5.2 from the textbook ]

60 Derivation of the synchronous up-counter cycle changes 2 changes [ Table 5. from the textbook ]

61 Derivation of the synchronous up-counter cycle changes 2 changes T = T = T 2 = [ Table 5. from the textbook ]

62 A four-bit synchronous up-counter T = T = T 2 = [ Figure 5.2 from the textbook ]

63 In general we have T = T = T 2 = T 3 = 2 T n = 2 n-

64 Adding Enable and Clear Capability

65 Inclusion of Enable and Clear capability Enable T T T T Clear_n [ Figure 5.22 from the textbook ]

66 Inclusion of Enable and Clear capability This is the new thing relative to the previous figure, plus the clear_n line Enable T T T T Clear_n [ Figure 5.22 from the textbook ]

67 Providing an enable input for a D flip-flop [ Figure 5.56 from the textbook ]

68 Synchronous Counter with D Flip-Flops

69 A four-bit counter with D flip-flops [ Figure 5.23 from the textbook ]

70 Counters with Parallel Load

71 A counter with parallel-load capability [ Figure 5.24 from the textbook ]

72 Reset Synchronization

73 Motivation An n-bit counter counts from,,, 2 n - For example a 3-bit counter counts up as follow,, 2, 3, 4, 5, 6, 7,,, 2, What if we want it to count like this,, 2, 3, 4, 5,,, 2, 3, 4, 5,,, In other words, what is the cycle is not a power of 2?

74 What does this circuit do? [ Figure 5.25a from the textbook ]

75 A modulo-6 counter with synchronous reset Enable D D D 2 Load 2 (a) Circuit 2 Count (b) Timing diagram [ Figure 5.25 from the textbook ]

76 A modulo-6 counter with asynchronous reset T T T 2 (a) Circuit 2 Count (b) Timing diagram [ Figure 5.26 from the textbook ]

77 A modulo-6 counter with asynchronous reset T T T 2 (a) Circuit The number 5 is displayed for a very short amount of time 2 Count (b) Timing diagram [ Figure 5.26 from the textbook ]

78 uestions?

79 THE END

Sequential Circuit Background. Young Won Lim 11/6/15

Sequential Circuit Background. Young Won Lim 11/6/15 Sequential Circuit /6/5 Copyright (c) 2 25 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free ocumentation License, Version.2 or any later

More information

Registers Shift Registers Accumulators Register Files Register Transfer Language. Chapter 8 Registers. SKEE2263 Digital Systems

Registers Shift Registers Accumulators Register Files Register Transfer Language. Chapter 8 Registers. SKEE2263 Digital Systems Chapter 8 Registers SKEE2263 igital Systems Mun im Zabidi {munim@utm.my} Ismahani Ismail {ismahani@fke.utm.my} Izam Kamisian {e-izam@utm.my} Faculty of Electrical Engineering, Universiti Teknologi Malaysia

More information

EE 330 Integrated Circuit. Sequential Airbag Controller

EE 330 Integrated Circuit. Sequential Airbag Controller EE 330 Integrated Circuit Sequential Airbag Controller Chongli Cai Ailing Mei 04/2012 Content...page Introduction...3 Design strategy...3 Input, Output and Registers in the System...4 Initialization Block...5

More information

VHDL (and verilog) allow complex hardware to be described in either single-segment style to two-segment style

VHDL (and verilog) allow complex hardware to be described in either single-segment style to two-segment style FFs and Registers In this lecture, we show how the process block is used to create FFs and registers Flip-flops (FFs) and registers are both derived using our standard data types, std_logic, std_logic_vector,

More information

6.823 Computer System Architecture Prerequisite Self-Assessment Test Assigned Feb. 6, 2019 Due Feb 11, 2019

6.823 Computer System Architecture Prerequisite Self-Assessment Test Assigned Feb. 6, 2019 Due Feb 11, 2019 6.823 Computer System Architecture Prerequisite Self-Assessment Test Assigned Feb. 6, 2019 Due Feb 11, 2019 http://csg.csail.mit.edu/6.823/ This self-assessment test is intended to help you determine your

More information

Using SystemVerilog Assertions in Gate-Level Verification Environments

Using SystemVerilog Assertions in Gate-Level Verification Environments Using SystemVerilog Assertions in Gate-Level Verification Environments Mark Litterick (Verification Consultant) mark.litterick@verilab.com 2 Introduction Gate-level simulations why bother? methodology

More information

SDRAM AS4SD8M Mb: 8 Meg x 16 SDRAM Synchronous DRAM Memory. PIN ASSIGNMENT (Top View)

SDRAM AS4SD8M Mb: 8 Meg x 16 SDRAM Synchronous DRAM Memory. PIN ASSIGNMENT (Top View) 128 Mb: 8 Meg x 16 SDRAM Synchronous DRAM Memory FEATURES Full Military temp (-55 C to 125 C) processing available Configuration: 8 Meg x 16 (2 Meg x 16 x 4 banks) Fully synchronous; all signals registered

More information

128Mb Synchronous DRAM. Features High Performance: Description. REV 1.0 May, 2001 NT5SV32M4CT NT5SV16M8CT NT5SV8M16CT

128Mb Synchronous DRAM. Features High Performance: Description. REV 1.0 May, 2001 NT5SV32M4CT NT5SV16M8CT NT5SV8M16CT Features High Performance: f Clock Frequency -7K 3 CL=2-75B, CL=3-8B, CL=2 Single Pulsed RAS Interface Fully Synchronous to Positive Clock Edge Four Banks controlled by BS0/BS1 (Bank Select) Units 133

More information

Introduction to Digital Techniques

Introduction to Digital Techniques to Digital Techniques Dan I. Porat, Ph.D. Stanford Linear Accelerator Center Stanford University, California Arpad Barna, Ph.D. Hewlett-Packard Laboratories Palo Alto, California John Wiley and Sons New

More information

HYB25D256400/800AT 256-MBit Double Data Rata SDRAM

HYB25D256400/800AT 256-MBit Double Data Rata SDRAM 256-MBit Double Data Rata SDRAM Features CAS Latency and Frequency Maximum Operating Frequency (MHz) CAS Latency DDR266A -7 DDR200-8 2 133 100 2.5 143 125 Double data rate architecture: two data transfers

More information

FULLY SYNCHRONOUS DESIGN By Serge Mathieu

FULLY SYNCHRONOUS DESIGN By Serge Mathieu 1- INTRODUCTION. By the end of my 30 years carreer in electronic design, I designed a few complex ASICS, like this high performance Powerline transceiver ASIC. See : http://www.arianecontrols.com/documents/ac-plm-1_user_manual.pdf

More information

HYB25D256[400/800/160]B[T/C](L) 256-Mbit Double Data Rate SDRAM, Die Rev. B Data Sheet Jan. 2003, V1.1. Features. Description

HYB25D256[400/800/160]B[T/C](L) 256-Mbit Double Data Rate SDRAM, Die Rev. B Data Sheet Jan. 2003, V1.1. Features. Description Data Sheet Jan. 2003, V1.1 Features CAS Latency and Frequency Maximum Operating Frequency (MHz) CAS Latency DDR200-8 DDR266A -7 DDR266-7F DDR333-6 2 100 133 133 133 2.5 125 143 143 166 Double data rate

More information

IS42S32200L IS45S32200L

IS42S32200L IS45S32200L IS42S32200L IS45S32200L 512K Bits x 32 Bits x 4 Banks (64-MBIT) SYNCHRONOUS DYNAMIC RAM OCTOBER 2012 FEATURES Clock frequency: 200, 166, 143, 133 MHz Fully synchronous; all signals referenced to a positive

More information

HYB25D256400B[T/C](L) HYB25D256800B[T/C](L) HYB25D256160B[T/C](L)

HYB25D256400B[T/C](L) HYB25D256800B[T/C](L) HYB25D256160B[T/C](L) Data Sheet, Rev. 1.21, Jul. 2004 HYB25D256400B[T/C](L) HYB25D256800B[T/C](L) HYB25D256160B[T/C](L) 256 Mbit Double Data Rate SDRAM DDR SDRAM Memory Products N e v e r s t o p t h i n k i n g. Edition 2004-07

More information

CMPEN 411 VLSI Digital Circuits Spring Lecture 24: Peripheral Memory Circuits

CMPEN 411 VLSI Digital Circuits Spring Lecture 24: Peripheral Memory Circuits CMPEN 411 VLSI Digital Circuits Spring 2012 Lecture 24: Peripheral Memory Circuits [Adapted from Rabaey s Digital Integrated Circuits, Second Edition, 2003 J. Rabaey, A. Chandrakasan, B. Nikolic] Sp12

More information

SYNCHRONOUS DRAM. 128Mb: x32 SDRAM. MT48LC4M32B2-1 Meg x 32 x 4 banks

SYNCHRONOUS DRAM. 128Mb: x32 SDRAM. MT48LC4M32B2-1 Meg x 32 x 4 banks SYNCHRONOUS DRAM 128Mb: x32 MT48LC4M32B2-1 Meg x 32 x 4 banks For the latest data sheet, please refer to the Micron Web site: www.micron.com/sdramds FEATURES PC100 functionality Fully synchronous; all

More information

IS42S32200C1. 512K Bits x 32 Bits x 4 Banks (64-MBIT) SYNCHRONOUS DYNAMIC RAM

IS42S32200C1. 512K Bits x 32 Bits x 4 Banks (64-MBIT) SYNCHRONOUS DYNAMIC RAM 512K Bits x 32 Bits x 4 Banks (64-MBIT) SYNCHRONOUS DYNAMIC RAM JANUARY 2007 FEATURES Clock frequency: 183, 166, 143 MHz Fully synchronous; all signals referenced to a positive clock edge Internal bank

More information

SDRAM DEVICE OPERATION

SDRAM DEVICE OPERATION POWER UP SEQUENCE SDRAM must be initialized with the proper power-up sequence to the following (JEDEC Standard 21C 3.11.5.4): 1. Apply power and start clock. Attempt to maintain a NOP condition at the

More information

XC95288 In-System Programmable CPLD

XC95288 In-System Programmable CPLD R 0 XC95288 In-System Programmable CPLD 0 5 Product Specification Features 15 ns pin-to-pin logic delays on all pins f CNT to 95 MHz 288 macrocells with 6,400 usable gates Up to 166 user pins 5V in-system

More information

128Mb DDR SDRAM. Features. Description. REV 1.1 Oct, 2006

128Mb DDR SDRAM. Features. Description. REV 1.1 Oct, 2006 Features Double data rate architecture: two data transfers per clock cycle Bidirectional data strobe () is transmitted and received with data, to be used in capturing data at the receiver is edge-aligned

More information

Using Tridium s Sedona 1.2 Components with Workbench

Using Tridium s Sedona 1.2 Components with Workbench Using Tridium s Sedona 1.2 Components with Workbench This tutorial assists in the understanding of the Sedona components provided in Tridium s Sedona-1.2.28 release. New with the 1.2 release is that the

More information

Investigation of timing constraints violation as a fault injection means. ZUSSA Loïc, DUTERTRE Jean-Max, CLEDIERE Jessy, ROBISSON Bruno, TRIA Assia

Investigation of timing constraints violation as a fault injection means. ZUSSA Loïc, DUTERTRE Jean-Max, CLEDIERE Jessy, ROBISSON Bruno, TRIA Assia Investigation of timing constraints violation as a fault injection means ZUSSA Loïc, DUTERTRE Jean-Max, CLEDIERE Jessy, ROBISSON Bruno, TRIA Assia Context Timing constraints of synchronous digital IC Timing

More information

Parallelism I: Inside the Core

Parallelism I: Inside the Core Parallelism I: Inside the Core 1 The final Comprehensive Same general format as the Midterm. Review the homeworks, the slides, and the quizzes. 2 Key Points What is wide issue mean? How does does it affect

More information

DOUBLE DATA RATE (DDR) SDRAM

DOUBLE DATA RATE (DDR) SDRAM UBLE DATA RATE Features VDD = +2.5V ±.2V, VD = +2.5V ±.2V Bidirectional data strobe transmitted/ received with data, i.e., source-synchronous data capture x6 has two one per byte Internal, pipelined double-data-rate

More information

CMPEN 411 VLSI Digital Circuits Spring Lecture 20: Multiplier Design

CMPEN 411 VLSI Digital Circuits Spring Lecture 20: Multiplier Design CMPEN 411 VLSI Digital Circuits Spring 2011 Lecture 20: Multiplier Design [Adapted from Rabaey s Digital Integrated Circuits, Second Edition, 2003 J. Rabaey, A. Chandrakasan, B. Nikolic] Sp11 CMPEN 411

More information

e-smart 2009 Low cost fault injection method for security characterization

e-smart 2009 Low cost fault injection method for security characterization e-smart 2009 Low cost fault injection method for security characterization Jean-Max Dutertre ENSMSE Assia Tria CEA-LETI Bruno Robisson CEA-LETI Michel Agoyan CEA-LETI Département SAS Équipe mixte CEA-LETI/ENSMSE

More information

ECE 550D Fundamentals of Computer Systems and Engineering. Fall 2017

ECE 550D Fundamentals of Computer Systems and Engineering. Fall 2017 ECE 550D Fundamentals of Computer Systems and Engineering Fall 2017 Digital Arithmetic Prof. John Board Duke University Slides are derived from work by Profs. Tyler Bletch and Andrew Hilton (Duke) Last

More information

- DQ0 - NC DQ1 - NC - NC DQ0 - NC DQ2 DQ1 DQ CONFIGURATION. None SPEED GRADE

- DQ0 - NC DQ1 - NC - NC DQ0 - NC DQ2 DQ1 DQ CONFIGURATION. None SPEED GRADE SYNCHRONOUS DRAM 52Mb: x4, x8, x6 MT48LC28M4A2 32 MEG x 4 x 4 S MT48LC64M8A2 6 MEG x 8 x 4 S MT48LC32M6A2 8 MEG x 6 x 4 S For the latest data sheet, please refer to the Micron Web site: www.micron.com/dramds

More information

A48P4616B. 16M X 16 Bit DDR DRAM. Document Title 16M X 16 Bit DDR DRAM. Revision History. AMIC Technology, Corp. Rev. No. History Issue Date Remark

A48P4616B. 16M X 16 Bit DDR DRAM. Document Title 16M X 16 Bit DDR DRAM. Revision History. AMIC Technology, Corp. Rev. No. History Issue Date Remark 16M X 16 Bit DDR DRAM Document Title 16M X 16 Bit DDR DRAM Revision History Rev. No. History Issue Date Remark 1.0 Initial issue January 9, 2014 Final (January, 2014, Version 1.0) AMIC Technology, Corp.

More information

- - DQ0 NC DQ1 DQ0 DQ2 - NC DQ1 DQ3 NC - NC

- - DQ0 NC DQ1 DQ0 DQ2 - NC DQ1 DQ3 NC - NC SYNCHRONOUS DRAM 64Mb: x4, x8, x16 MT48LC16M4A2 4 Meg x 4 x 4 banks MT48LC8M8A2 2 Meg x 8 x 4 banks MT48LC4M16A2 1 Meg x 16 x 4 banks For the latest data sheet, please refer to the Micron Web site: www.micron.com/mti/msp/html/datasheet.html

More information

Chapter 3: Computer Organization Fundamentals. Oregon State University School of Electrical Engineering and Computer Science.

Chapter 3: Computer Organization Fundamentals. Oregon State University School of Electrical Engineering and Computer Science. Chapter 3: Computer Organization Fundamentals Prof. Ben Lee Oregon State University School of Electrical Engineering and Computer Science Chapter Goals Understand the organization of a computer system

More information

AUTO 121 Auto Electrical I Fall Section J01 3 credits

AUTO 121 Auto Electrical I Fall Section J01 3 credits UAS Automotive Technology Course Syllabus AUTO 121 Auto Electrical I Fall 2012 - Section J01 3 credits Instructor: Tony Martin Phone: 796-6126 (office) or 796-2034 (home) Email: tony.martin@uas.alaska.edu

More information

- DQ0 - NC DQ1 - NC - NC DQ0 - NC DQ2 DQ1 DQ

- DQ0 - NC DQ1 - NC - NC DQ0 - NC DQ2 DQ1 DQ SYNCHRONOUS DRAM ADVANCE MT48LC28M4A2 32 Meg x 4 x 4 banks MT48LC64M8A2 6 Meg x 8 x 4 banks MT48LC32M6A2 8 Meg x 6 x 4 banks For the latest data sheet, please refer to the Micron Web site: www.micron.com/dramds

More information

- - DQ0 NC DQ1 DQ0 DQ2 - NC DQ1 DQ3 NC - NC

- - DQ0 NC DQ1 DQ0 DQ2 - NC DQ1 DQ3 NC - NC SYHRONOUS DRAM 128Mb: x4, x8, x16 MT48LC32M4A2 8 Meg x 4 x 4 banks MT48LC16M8A2 4 Meg x 8 x 4 banks MT48LC8M16A2 2 Meg x 16 x 4 banks For the latest data sheet, please refer to the Micron Web site: www.micron.com/dramds

More information

Lecture 14: Instruction Level Parallelism

Lecture 14: Instruction Level Parallelism Lecture 14: Instruction Level Parallelism Last time Pipelining in the real world Today Control hazards Other pipelines Take QUIZ 10 over P&H 4.10-15, before 11:59pm today Homework 5 due Thursday March

More information

Contents. Preface... xiii Introduction... xv. Chapter 1: The Systems Approach to Control and Instrumentation... 1

Contents. Preface... xiii Introduction... xv. Chapter 1: The Systems Approach to Control and Instrumentation... 1 Contents Preface... xiii Introduction... xv Chapter 1: The Systems Approach to Control and Instrumentation... 1 Chapter Overview...1 Concept of a System...2 Block Diagram Representation of a System...3

More information

XC95108 In-System Programmable CPLD

XC95108 In-System Programmable CPLD PODUCT OBSOLETE / UNDE OBSOLESCENCE 0 XC95108 In-System Programmable CPLD DS066 (v5.0) May 17, 2013 0 5 Features 7.5 ns pin-to-pin logic delays on all pins f CNT to 125 MHz 108 macrocells with 2,400 usable

More information

CS250 VLSI Systems Design

CS250 VLSI Systems Design CS250 VLSI Systems Design Lecture 4: Physical Realities: Beneath the Digital Abstraction, Part 1: Timing Spring 2016 John Wawrzynek with Chris Yarp (GSI) Lecture 04, Timing CS250, UC Berkeley Sp16 What

More information

XC95144 In-System Programmable CPLD. Features. Description. Power Management. December 4, 1998 (Version 4.0) 1 1* Product Specification

XC95144 In-System Programmable CPLD. Features. Description. Power Management. December 4, 1998 (Version 4.0) 1 1* Product Specification 查询 XC95144 供应商 捷多邦, 专业 PCB 打样工厂,24 小时加急出货 1 XC95144 In-System Programmable CPLD December 4, 1998 (Version 4.0) 1 1* Product Specification Features 7.5 ns pin-to-pin logic delays on all pins f CNT to 111

More information

- DQ0 - NC DQ1 - NC - NC DQ0 - NC DQ2 DQ1 DQ

- DQ0 - NC DQ1 - NC - NC DQ0 - NC DQ2 DQ1 DQ SYHRONOUS DRAM Features PC66, PC100, and PC133compliant Fully synchronous; all signals registered on positive edge of system clock Internal pipelined operation; column address can be changed every clock

More information

4 Electric Circuits. TAKE A LOOK 2. Identify Below each switch, label the circuit as a closed circuit or an open circuit.

4 Electric Circuits. TAKE A LOOK 2. Identify Below each switch, label the circuit as a closed circuit or an open circuit. CHAPTER 1 4 Electric Circuits SECTION Introduction to Electricity BEFORE YOU READ After you read this section, you should be able to answer these questions: What are the three main parts of a circuit?

More information

Using Sedona 1.2 Components from Tridium s Kits

Using Sedona 1.2 Components from Tridium s Kits a p p l i c a t i o n NOTE Using Sedona 1.2 Components Using Sedona 1.2 Components from Tridium s Kits Introduction This application note assists in the understanding of the Sedona components provided

More information

9/13/2017. Friction, Springs and Scales. Mid term exams. Summary. Investigating friction. Physics 1010: Dr. Eleanor Hodby

9/13/2017. Friction, Springs and Scales. Mid term exams. Summary. Investigating friction. Physics 1010: Dr. Eleanor Hodby Day 6: Friction s Friction, s and Scales Physics 1010: Dr. Eleanor Hodby Reminders: Homework 3 due Monday, 10pm Regular office hours Th, Fri, Mon. Finish up/review lecture Tuesday Midterm 1 on Thursday

More information

Subject: Pneumatic Training Kit with portable Air Compressor

Subject: Pneumatic Training Kit with portable Air Compressor MSME TOOL ROOM: HYDERABAD (CENTRAL INSTITUTE OF TOOL DESIGN) Balanagar, Hyderabad 500 037 TEL.NO.23772747, 23776168 FAX No.0-4023772658 E-mail:citdpurchase@citdindia.org Visit us: www.citdindia.org. TENDER

More information

Pipelined MIPS Datapath with Control Signals

Pipelined MIPS Datapath with Control Signals uction ess uction Rs [:26] (Opcode[5:]) [5:] ranch luor. Decoder Pipelined MIPS path with Signals luor Raddr at Five instruction sequence to be processed by pipeline: op [:26] rs [25:2] rt [2:6] rd [5:]

More information

54ACxxxx, 54ACTxxxx. Rad-hard advanced high-speed 5 V CMOS logic series. Features. Description

54ACxxxx, 54ACTxxxx. Rad-hard advanced high-speed 5 V CMOS logic series. Features. Description Rad-hard advanced high-speed 5 V CMOS logic series Features Data brief Flat-14 Flat-16 Flat-20 DIL-14 DIL-16 DIL-20 AC: 2 to 6 V operating voltage ACT: 4.5 to 5.5 V operating voltage High speed T PD =

More information

Circular BIST - Organization

Circular BIST - Organization Circular BIST - Organization Architecture Operation BIST Controller Selective Replacement Register Adjacency Limit Cycling Design Guidelines Hardware Solutions Benefits and Limitations C. Stroud 10/06

More information

2-marks question bank UNIT I - TRANSFORMERS UNIT II: AC MACHINES

2-marks question bank UNIT I - TRANSFORMERS UNIT II: AC MACHINES 2-marks question bank UNIT I - TRANSFORMERS 1. What is all day efficiency? 2. What are the applications of auto transformers? 3. Why transformer rating is expressed in KVA? 4. Does transformer draw any

More information

54ACxxxx, 54ACTxxxx. Rad-hard advanced high-speed 5 V CMOS logic series. Features. Description

54ACxxxx, 54ACTxxxx. Rad-hard advanced high-speed 5 V CMOS logic series. Features. Description 54ACxxxx, 54ACTxxxx Rad-hard advanced high-speed 5 V CMOS logic series Features Data brief Flat-14 Flat-16 DIL-14 DIL-16 AC: 2 to 6 V operating voltage ACT: 4.5 to 5.5 V operating voltage High speed T

More information

Advantage Memory Corporation reserves the right to change products and specifications without notice

Advantage Memory Corporation reserves the right to change products and specifications without notice SDRAM DIMM 32MX72 SDRAM DIMM with PLL & Register based on 32MX4, 4 Internal Banks, 4K Refresh, 3.3V DRAMs with SPD GENERAL DESCRIPTION The Advantage is a 32MX72 Synchronous Dynamic RAM high density memory

More information

The Fundamentals of DS3

The Fundamentals of DS3 1 The Overview To meet the growing demands of voice and data communications, America s largest corporations are exploring the high-speed worlds of optical fiber and DS3 circuits. As end-users continue

More information

AVS64( )L

AVS64( )L AVS640416.1604.0808L 64 Mb Synchronous DRAM 16 Mb x 4 0416 8 Mb x 8 0808 4 Mb x 161604 Features PC100/PC133/PC143/PC166compliant Fully synchronous; all signals registered on positive edge of system clock

More information

GENERAL CHEMISTRY. Sub-disciplines of Chemistry. Course Organization. Course Organization: People. What You Need for Lecture

GENERAL CHEMISTRY. Sub-disciplines of Chemistry. Course Organization. Course Organization: People. What You Need for Lecture GENERAL CHEMISTRY Welcome! Sub-disciplines of Chemistry Physical Q: What is chemistry? Organic Inorganic The study of the composition, properties, and reactions of all types of matter Analytical Biochemistry

More information

DQ0 NC DQ1 DQ0 DQ2 DQ3 DQ Speed Grade

DQ0 NC DQ1 DQ0 DQ2 DQ3 DQ Speed Grade Features SDRAM MT48LC32M4A2 8 Meg x 4 x 4 banks MT48LC16M8A2 4 Meg x 8 x 4 banks MT48LC8M16A2 2 Meg x 16 x 4 banks For the latest data sheet, refer to Micron s Web site: www.micron.com Features PC100 and

More information

Precision Air Track P4-2710

Precision Air Track P4-2710 WWW.ARBORSCI.COM Precision Air Track P4-2710 Model J2125-B-1.2/B-1.5 1. Summary 2. Specifications The Air Track works with the principles of an air-cushion. It is used with a Mini-Air Source to pump air

More information

( DOC No. HX8705-B-DS ) HX8705-B

( DOC No. HX8705-B-DS ) HX8705-B ( DOC No. HX8705-B-DS ) HX8705-B 800x600CH EPD Source+Gate Driver Preliminary version 01 800x600CH EPD Source+Gate Driver Preliminary Version 01 1. General Description The HX8705-B is a 800-channel outputs

More information

Chapter 5 Vehicle Operation Basics

Chapter 5 Vehicle Operation Basics Chapter 5 Vehicle Operation Basics 5-1 STARTING THE ENGINE AND ENGAGING THE TRANSMISSION A. In the spaces provided, identify each of the following gears. AUTOMATIC TRANSMISSION B. Indicate the word or

More information

Energy. on this world and elsewhere. Instructor: Gordon D. Cates Office: Physics 106a, Phone: (434)

Energy. on this world and elsewhere. Instructor: Gordon D. Cates Office: Physics 106a, Phone: (434) Energy on this world and elsewhere Instructor: Gordon D. Cates Office: Physics 106a, Phone: (434) 924-4792 email: cates@virginia.edu Course web site available at www.phys.virginia.edu, click on classes

More information

8.6 Investigating gear ratios using LEGO

8.6 Investigating gear ratios using LEGO Tony Ford Science Monday, 1 December 2014 Page 1 8.6 Investigating ratios using LEGO Aim To investigate the relationship between speed of a wheel and the number of teeth on each connected to it? Discussion

More information

DAT105: Computer Architecture Study Period 2, 2009 Exercise 2 Chapter 2: Instruction-Level Parallelism and Its Exploitation

DAT105: Computer Architecture Study Period 2, 2009 Exercise 2 Chapter 2: Instruction-Level Parallelism and Its Exploitation Study Period 2, 29 Exercise 2 Chapter 2: Instruction-Level Parallelism and Its Exploitation Mafijul Islam Department of Computer Science and Engineering November 12, 29 Study Period 2, 29 Goals: To understand

More information

The Fundamentals of DS3

The Fundamentals of DS3 Technical Note The Fundamentals of DS3 Overview To meet the growing demands of voice and data communications, America s largest corporations are exploring the high-speed worlds of optical fiber and DS3

More information

PowerChute TM Network Shutdown in Redundant UPS Configurations

PowerChute TM Network Shutdown in Redundant UPS Configurations PowerChute TM Network Shutdown in Redundant UPS Configurations By Sarah Jane Hannon ABSTRACT PowerChute TM Network Shutdown software works in conjunction with the UPS Network Management Card to provide

More information

MACH 5 CPLD Family. Fifth Generation MACH Architecture

MACH 5 CPLD Family. Fifth Generation MACH Architecture MACH 5 CPLD Family Fifth Generation MACH Architecture Includes MACH 5A Family Advance Information FEATURES High logic densities and s for increased logic integration 18 to 51 macrocell densities 68 to

More information

Electrical Controls. Syllabus

Electrical Controls. Syllabus Instructor: Jeremie Hedges (757)651-1007 Contact Hours: 72 hours Prerequisites: None Electrical Controls Syllabus Course Description: This course is designed to present a blend of electrical theory and

More information

IS42S Meg Bits x 16 Bits x 4 Banks (64-MBIT) SYNCHRONOUS DYNAMIC RAM FEATURES OVERVIEW. PIN CONFIGURATIONS 54-Pin TSOP (Type II)

IS42S Meg Bits x 16 Bits x 4 Banks (64-MBIT) SYNCHRONOUS DYNAMIC RAM FEATURES OVERVIEW. PIN CONFIGURATIONS 54-Pin TSOP (Type II) 1 Meg Bits x 16 Bits x 4 Banks (64-MBIT) SYNCHRONOUS DYNAMIC RAM JANUARY 2008 FEATURES Clock frequency: 166, 143 MHz Fully synchronous; all signals referenced to a positive clock edge Internal bank for

More information

t WR = 2 CLK A2 Notes:

t WR = 2 CLK A2 Notes: SDR SDRAM MT48LC16M4A2 4 Meg x 4 x 4 Banks MT48LC8M8A2 2 Meg x 8 x 4 Banks MT48LC4M16A2 1 Meg x 16 x 4 Banks 64Mb: x4, x8, x16 SDRAM Features Features PC100- and PC133-compliant Fully synchronous; all

More information

Energy Efficient Content-Addressable Memory

Energy Efficient Content-Addressable Memory Energy Efficient Content-Addressable Memory Advanced Seminar Computer Engineering Institute of Computer Engineering Heidelberg University Fabian Finkeldey 26.01.2016 Fabian Finkeldey, Energy Efficient

More information

MACH 5 CPLD Family. Fifth Generation MACH Architecture

MACH 5 CPLD Family. Fifth Generation MACH Architecture MACH 5 CPLD Family Fifth Generation MACH Architecture FEATURES High logic densities and s for increased logic integration 18 to 51 macrocell densities 68 to 56 s Wide selection of density and combinations

More information

Installation and Operations Manual

Installation and Operations Manual Excalibur Water Systems 2.0 HIGH CAPACITY SUPER FLOW SERIES DUPLEX WATER SOFTENER Installation and Operations Manual 142 Commerce Park Drive, Units M-O, Barrie ON L4N 8W8 www.excaliburwater.com 2.0 High

More information

Notes: Clock Frequency (MHz) Target t RCD- t RP-CL t RCD (ns) t RP (ns) CL (ns) -6A

Notes: Clock Frequency (MHz) Target t RCD- t RP-CL t RCD (ns) t RP (ns) CL (ns) -6A SDR SDRAM MT48LC4M32B2 1 Meg x 32 x 4 s 128Mb: x32 SDRAM Features Features PC100-compliant Fully synchronous; all signals registered on positive edge of system clock Internal pipelined operation; column

More information

CMPEN 411 VLSI Digital Circuits Spring Lecture 22: Memery, ROM

CMPEN 411 VLSI Digital Circuits Spring Lecture 22: Memery, ROM CMPEN 411 VLSI Digital Circuits Spring 2012 Lecture 22: Memery, ROM [Adapted from Rabaey s Digital Integrated Circuits, Second Edition, 2003 J. Rabaey, A. Chandrakasan, B. Nikolic] Sp12 CMPEN 411 L22 S.1

More information

Supersedes CL2 (512) Form CL2 (615) STARTUP CHECKLIST PHONE: CUSTOMER ORDER NO: JCI TEL NO: JCI ORDER NO: JCI CONTRACT NO:

Supersedes CL2 (512) Form CL2 (615) STARTUP CHECKLIST PHONE: CUSTOMER ORDER NO: JCI TEL NO: JCI ORDER NO: JCI CONTRACT NO: YMC 2 - MOD A STARTUP CHECKLIST Supersedes 160.78-CL2 (512) Form 160.78-CL2 (615) STARTUP CHECKLIST CUSTOMER: JOB NAME: ADDRESS: LOCATION: PHONE: CUSTOMER ORDER NO: JCI TEL NO: JCI ORDER NO: JCI CONTRACT

More information

Dispenser Communication Error Codes for units containing the DeLaRue SDD-1700 feeders only

Dispenser Communication Error Codes for units containing the DeLaRue SDD-1700 feeders only 53 31.1.1 Dispenser Communication Error Codes for units containing the DeLaRue SDD-1700 feeders only 001 No acknowledgment received. 002 Command transmit time-out. 003 Command response receive time-out.

More information

Advantage Memory Corporation reserves the right to change products and specifications without notice

Advantage Memory Corporation reserves the right to change products and specifications without notice SD872-8X8-72VS4 SDRAM DIMM 8MX72 SDRAM DIMM with ECC based on 8MX8, 4B, 4K Refresh, 3.3V DRAMs with SPD GENERAL DESCRIPTION The Advantage SD872-8X8-72VS4 is a 8MX72 Synchronous Dynamic RAM high-density

More information

Phase Leg IGBT with an Integrated Driver Module

Phase Leg IGBT with an Integrated Driver Module Phase Leg IGBT with an Integrated Driver Module Overview This design integrates IXYS Corporation s MIXA225PF1200TSF Phase Leg IGBT Module and IXIDM1403_1505_M High Voltage Isolated Driver Module into a

More information

CF-10 Option Operating Instructions

CF-10 Option Operating Instructions CF-10 Option Operating Instructions for High-Low Track Sensors with Vibratory Bowl Single Feed Selection Version 1.2 May 27, 2009 Prepared by GPD Global Documentation Department Copyright (C) 2009 GPD

More information

PMD706416A. Document Title. 64Mb (4M x 16) DDR SDRAM (A die) Datasheet

PMD706416A. Document Title. 64Mb (4M x 16) DDR SDRAM (A die) Datasheet Document Title 64Mb (4M x 16) DDR SDRAM (A die) Datasheet This document is a general product description and subject to change without notice. 64MBIT DDR DRAM Features JEDEC DDR Compliant Differential

More information

Advantage Memory Corporation reserves the right to change products and specifications without notice

Advantage Memory Corporation reserves the right to change products and specifications without notice SDRAM SODIMM 4MX64 SDRAM SO DIMM based on 4MX16, 4Banks, 4K Refresh, 3.3V DRAMs with SPD GENERAL DESCRIPTION The Advantage is a 4MX64 Synchronous Dynamic RAM high density memory module. The Advantage consists

More information

DQ18 DQ19 VDD DQ20 NC *VREF **CKE1 VSS DQ21 DQ22 DQ23 VSS DQ24 DQ25 DQ26 DQ27 VDD DQ28 DQ29 DQ30 DQ31 VSS **CLK2 NC NC SDA SCL VDD

DQ18 DQ19 VDD DQ20 NC *VREF **CKE1 VSS DQ21 DQ22 DQ23 VSS DQ24 DQ25 DQ26 DQ27 VDD DQ28 DQ29 DQ30 DQ31 VSS **CLK2 NC NC SDA SCL VDD PIN CONFIGURATIONS (Front side/back side) Pin Front Pin Front Pin Front Pin Back Pin Back Pin Back 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 19 20 21 22 23 24 25 26 27 DQ8 DQ9 0 1 2 3 4 5 CB0 CB1 WE 0

More information

SIMOREG SIMOREG DC-MASTER. 6RA70 Series

SIMOREG SIMOREG DC-MASTER. 6RA70 Series SIMOREG DC-MASTER 6RA70 Series Application Improving the performance of DC motors during low-load operation by adopting a form of control that ensures a minimum armature current Edition 1 - October 2008

More information

PMD709408C/PMD709416C. Document Title. Revision History. 512Mb (64M x 8 / 32M x 16) DDR SDRAM C die Datasheet

PMD709408C/PMD709416C. Document Title. Revision History. 512Mb (64M x 8 / 32M x 16) DDR SDRAM C die Datasheet Document Title 512Mb (64M x 8 / 32M x 16) DDR SDRAM C die Datasheet Revision History Revision Date Page Notes 0.1 October, 2013 Preliminary 1.0 March, 2014 Official release 1.1 April, 2014 500Mbps speed

More information

AP1000 European 7. Instrumentation and Controls Design Control Document

AP1000 European 7. Instrumentation and Controls Design Control Document 7.3 Engineered Safety Features AP1000 provides instrumentation and controls to sense accident situations and initiate engineered safety features (ESF). The occurrence of a limiting fault, such as a loss

More information

Index. sequencing, 21, 26 starting off, 22 using, 28 code sequence, 28 custom pallete, 28

Index. sequencing, 21, 26 starting off, 22 using, 28 code sequence, 28 custom pallete, 28 Index A, B Blocks, 21 builder dialog, 24 code, DelaySequence, 25 editing, 26 delay sequence, 26 in robot, 27 icon builder, 25 manage and share, 37 broken blocks, 39 custom palette, 37 folder selection,

More information

Pipelining A B C D. Readings: Example: Doing the laundry. Ann, Brian, Cathy, & Dave. each have one load of clothes to wash, dry, and fold

Pipelining A B C D. Readings: Example: Doing the laundry. Ann, Brian, Cathy, & Dave. each have one load of clothes to wash, dry, and fold Pipelining Readings: 4.5-4.8 Example: Doing the laundry Ann, Brian, Cathy, & Dave A B C D each have one load of clothes to wash, dry, and fold Washer takes 30 minutes Dryer takes 40 minutes Folder takes

More information

5K - 50K Gates Coprocessor FPGA with FreeRAM AT40K05 AT40K05LV AT40K10 AT40K10LV AT40K20 AT40K20LV AT40K40 AT40K40LV

5K - 50K Gates Coprocessor FPGA with FreeRAM AT40K05 AT40K05LV AT40K10 AT40K10LV AT40K20 AT40K20LV AT40K40 AT40K40LV Features Ultra High Performance System Speeds to MHz Array Multipliers > 50 MHz 10FlexibleSRAM Internal Tri-state Capability in Each Cell FreeRAM Flexible, Single/Dual Port, Synchronous/Asynchronous 10

More information

4 Electric Circuits. TAKE A LOOK 2. Identify Below each switch, label the circuit as a closed circuit or an open circuit.

4 Electric Circuits. TAKE A LOOK 2. Identify Below each switch, label the circuit as a closed circuit or an open circuit. CHAPTER 17 4 Electric Circuits SECTION Introduction to Electricity BEFORE YOU READ After you read this section, you should be able to answer these questions: What are the three main parts of a circuit?

More information

Notes: Clock Frequency (MHz) Target t RCD- t RP-CL t RCD (ns) t RP (ns) CL (ns) A

Notes: Clock Frequency (MHz) Target t RCD- t RP-CL t RCD (ns) t RP (ns) CL (ns) A SDR SDRAM MT48LC4M32B2 1 Meg x 32 x 4 s 128Mb: x32 SDRAM Features Features PC100-compliant Fully synchronous; all signals registered on positive edge of system clock Internal pipelined operation; column

More information

Enabling Shift-Left through FV Methodologies on Intel Graphics Designs

Enabling Shift-Left through FV Methodologies on Intel Graphics Designs Enabling Shift-Left through FV Methodologies on Intel Graphics esigns M, Achutha KiranKumar V Aarti Gupta Bindumadhava S S Aishwarya Accellera Systems Initiative 1 Agenda Brief History of FV in Intel Graphics

More information

EL In-Place Inclinometer Multiplexed Version

EL In-Place Inclinometer Multiplexed Version EL In-Place Inclinometer Multiplexed Version 56804599 Copyright 2000 Slope Indicator Company. All Rights Reserved. This equipment should be installed, maintained, and operated by technically qualified

More information

256Mbit SDRAM. 8M x 8bit x 4 Banks Synchronous DRAM LVTTL. Revision 0.1 Sept. 2001

256Mbit SDRAM. 8M x 8bit x 4 Banks Synchronous DRAM LVTTL. Revision 0.1 Sept. 2001 256Mbit SDRAM 8M x 8bit x 4 Banks Synchronous DRAM LVTTL Revision 0.1 Sept. 2001 * Samsung Electronics reserves the right to change products or specification without notice. Revision History Revision 0.0

More information

Revision History Revision 1.0 (August, 2003) - First release. Revision 1.1 (February, 2004) -Corrected typo.

Revision History Revision 1.0 (August, 2003) - First release. Revision 1.1 (February, 2004) -Corrected typo. stacked 1Gb B-die SDRAM Specification Revision 1.1 February 2004 * Samsung Electronics reserves the right to change products or specification without notice. Revision History Revision 1.0 (August, 2003)

More information

ASIC Design (7v81) Spring 2000

ASIC Design (7v81) Spring 2000 ASIC Design (7v81) Spring 2000 Lecture 1 (1/21/2000) General information General description We study the hardware structure, synthesis method, de methodology, and design flow from the application to ASIC

More information

Laboratory 10 Assignment. Introduction

Laboratory 10 Assignment. Introduction ME576 Laboratory 10 Assignment Introduction For this lab, the conveyor trainer will be operated using the Siemens S5 PLC. The conveyor system is supposed to sort the metal pegs from rings on the moving

More information

M464S1724CT1 SDRAM SODIMM 16Mx64 SDRAM SODIMM based on 8Mx16,4Banks,4K Refresh,3.3V Synchronous DRAMs with SPD. Pin. Pin. Back. Front DQ53 DQ54 DQ55

M464S1724CT1 SDRAM SODIMM 16Mx64 SDRAM SODIMM based on 8Mx16,4Banks,4K Refresh,3.3V Synchronous DRAMs with SPD. Pin. Pin. Back. Front DQ53 DQ54 DQ55 M464S1724CT1 SDRAM SODIMM 16Mx64 SDRAM SODIMM based on 8Mx16,4Banks,4K Refresh,3.3V Synchronous DRAMs with SPD GENERAL DESCRIPTION The Samsung M464S1724CT1 is a 16M bit x 64 Synchronous Dynamic RAM high

More information

Algebra 2 Plus, Unit 10: Making Conclusions from Data Objectives: S- CP.A.1,2,3,4,5,B.6,7,8,9; S- MD.B.6,7

Algebra 2 Plus, Unit 10: Making Conclusions from Data Objectives: S- CP.A.1,2,3,4,5,B.6,7,8,9; S- MD.B.6,7 Algebra 2 Plus, Unit 10: Making Conclusions from Data Objectives: S- CP.A.1,2,3,4,5,B.6,7,8,9; S- MD.B.6,7 Learner Levels Level 1: I can simulate an experiment. Level 2: I can interpret two- way tables.

More information

Conclusions. Fall 2010

Conclusions. Fall 2010 Conclusions ECEN 2060 Fall 2010 ECEN 2060 Topics Introduction to electric power system Photovoltaic (PV) power systems Energy efficient lighting Wind power systems Hybrid and electric vehicles 2 Electric

More information

SDR SDRAM. MT48LC8M8A2 2 Meg x 8 x 4 Banks MT48LC4M16A2 1 Meg x 16 x 4 Banks. Features. 64Mb: x8, x16 SDRAM. Features

SDR SDRAM. MT48LC8M8A2 2 Meg x 8 x 4 Banks MT48LC4M16A2 1 Meg x 16 x 4 Banks. Features. 64Mb: x8, x16 SDRAM. Features SDR SDRAM MT48LC8M8A2 2 Meg x 8 x 4 Banks MT48LC4M16A2 1 Meg x 16 x 4 Banks 64Mb: x8, x16 SDRAM Features Features PC100- and PC133-compliant Fully synchronous; all signals registered on positive edge of

More information

ICTP Latin-American Advanced Course on FPGADesign for Scientific Instrumentation. 19 November - 7 December, 2012

ICTP Latin-American Advanced Course on FPGADesign for Scientific Instrumentation. 19 November - 7 December, 2012 2384-29 ICTP Latin-American Advanced Course on FPGADesign for Scientific Instrumentation 19 November - 7 December, 2012 Clock domains multiple FPGA design KLUGE Alexander PH ESE FE Division CERN 385, rte

More information

Notes: Clock Frequency (MHz) Target t RCD- t RP-CL t RCD (ns) t RP (ns) CL (ns) -6A E

Notes: Clock Frequency (MHz) Target t RCD- t RP-CL t RCD (ns) t RP (ns) CL (ns) -6A E SDR SDRAM MT48LC32M4A2 8 Meg x 4 x 4 Banks MT48LC16M8A2 4 Meg x 8 x 4 Banks MT48LC8M16A2 2 Meg x 16 x 4 Banks 128Mb: x4, x8, x16 SDRAM Features Features PC100- and PC133-compliant Fully synchronous; all

More information

SE-3SCR-LM MANUAL MOTOR LOAD MANAGER

SE-3SCR-LM MANUAL MOTOR LOAD MANAGER 3714 Kinnear Place Saskatoon, SK Canada S7P 0A6 Ph: (306) 373-5505 Fx: (306) 374-2245 www.littelfuse.com/relayscontrols SE-3SCR-LM MANUAL MOTOR LOAD MANAGER MARCH 5, 2013 REVISION 4 MOTOR LOAD MANAGER

More information