ΗΜΥ 408 ΨΗΦΙΑΚΟΣ ΣΧΕΔΙΑΣΜΟΣ ΜΕ FPGAs Χειμερινό Εξάμηνο IP Cores & Video. ΧΑΡΗΣ ΘΕΟΧΑΡΙΔΗΣ Αναπληρωτής Καθηγητής, ΗΜΜΥ

Size: px
Start display at page:

Download "ΗΜΥ 408 ΨΗΦΙΑΚΟΣ ΣΧΕΔΙΑΣΜΟΣ ΜΕ FPGAs Χειμερινό Εξάμηνο IP Cores & Video. ΧΑΡΗΣ ΘΕΟΧΑΡΙΔΗΣ Αναπληρωτής Καθηγητής, ΗΜΜΥ"

Transcription

1 ΗΜΥ 408 ΨΗΦΙΑΚΟΣ ΣΧΕΔΙΑΣΜΟΣ ΜΕ FPGAs Χειμερινό Εξάμηνο 2018 IP Cores & Video ΧΑΡΗΣ ΘΕΟΧΑΡΙΔΗΣ Αναπληρωτής Καθηγητής, ΗΜΜΥ ΗΜΥ408 Δ09 FPGA IP Cores & Video.1 Θεοχαρίδης, ΗΜΥ, 2018

2 Design Process Steps (Review) Definition of system requirements. Example: ISA (instruction set architecture) for CPU. Includes software and hardware interfaces including timing. May also include cost, speed, reliability and maintainability specifications. Definition of system architecture. Example: high-level HDL (hardware description language) representation - this is not required in ECE 664 but is done in the real world). Useful for system validation and verification and as a basis for lower level design execution and validation or verification. ΗΜΥ408 Δ09 FPGA IP Cores & Video.2 Θεοχαρίδης, ΗΜΥ, 2018

3 Design Process Steps (Review) Refinement of system architecture In manual design, descent in hierarchy, designing increasingly lower-level components In synthesized design, transformation of high-level HDL to synthesizable register transfer level (RTL) HDL Logic design or synthesis In manual or synthesized design, development of logic design in terms of library components Result is logic level schematic or netlist representation or combinations of both. Both manual design or synthesis typically involve optimization of cost, area, or delay. ΗΜΥ408 Δ09 FPGA IP Cores & Video.3 Θεοχαρίδης, ΗΜΥ, 2018

4 Design Process Steps (Review) Implementation Conversion of the logic design to physical implementation Involves the processes of: Mapping of logic to physical elements, Placing of resulting physical elements, And routing of interconnections between the elements. In case of SRAM-based FPGAs, represented by the programming bitstream which generates the physical implementation in the form of CLBs, IOBs and the interconnections between them ΗΜΥ408 Δ09 FPGA IP Cores & Video.4 Θεοχαρίδης, ΗΜΥ, 2018

5 Design Process Steps (Review) Validation (used at number of steps in the process) At architecture level - functional simulation of HDL At RTL level- functional simulation of RTL HDL At logic design or synthesis - functional simulation of gate-level circuit - not usually done in ECE 408/664 At implementation - timing simulation of schematic, netlist or HDL with implemention based timing information (functional simulation can also be useful here) At programmed FPGA level - in-circuit test of function and timing ΗΜΥ408 Δ09 FPGA IP Cores & Video.5 Θεοχαρίδης, ΗΜΥ, 2018

6 Hardware design in general Logic (RTL) design Logic simulation Logic debugging RTL code (Verilog) Logic synthesis RTL compilation Placement & routing H/W Platform RTL code & FPGA library RTL code & Target library Logic synthesis Placement & routing Logic synthesis Gate-level simulation Gate-level debugging FPGA bit-stream Netlist (EDIF) FPGA BOARD FPGA Debugging Netlist & Gate delay (SDF) GDSII & Test-vector Placement & routing Timing simulation Timing analysis Semiconductor fabrication GDSII General Hardware Design Flow / Methodologies. ΗΜΥ408 Δ09 FPGA IP Cores & Video.6 Θεοχαρίδης, ΗΜΥ, 2018

7 Xilinx HDL/Core Design Flow DESIGN ENTRY RTL HDL EDITING CORE GENERATION RTL HDL-CORE SIMULATION SYNTHESIS IMPLEMENTATION TIMING SIMULATION FPGA PROGRAMMING & IN-CIRCUIT TEST ΗΜΥ408 Δ09 FPGA IP Cores & Video.7 Θεοχαρίδης, ΗΜΥ, 2018

8 Xilinx HDL/core Design Flow Core Generation Select core and specify input parameters CORE GENERATOR EDIF netlist for core_name HDL instantiation module for core_name Other core_name files ΗΜΥ408 Δ09 FPGA IP Cores & Video.8 Θεοχαρίδης, ΗΜΥ, 2018

9 Xilinx HDL/core Design Flow - HDL Functional Simulation HDL instantiation module for core_name Set Up and Map work library RTL HDL Files Testbench HDL Files Test Inputs or Force Files Compile HDL Files Functional Simulate EDIF netlists for core_names HDLSIMULATOR Waveforms or List Files ΗΜΥ408 Δ09 FPGA IP Cores & Video.9 Θεοχαρίδης, ΗΜΥ, 2018

10 Xilinx HDL Design Flow - Synthesis All HDL Files Edit XST Synthesis Constraints Select Top Level EDIF netlists for core_names Synthesis/Implementation Constraints Select Target Device Synthesize XST Gate/Primitive Netlist Files (EDIF or XNF) Synthesis Report Files ΗΜΥ408 Δ09 FPGA IP Cores & Video.10 Θεοχαρίδης, ΗΜΥ, 2018

11 Xilinx HDL/core Design Flow - Implementation Gate/Primitive Netlist Files (XNF or EDN) Netlist Translation Map XILINX DESIGN MANAGER Model Extraction HDL or EDIF for Implemented Design Place & Route Create Bitstream BIT File Timing Model Gen Standard Delay Format File ΗΜΥ408 Δ09 FPGA IP Cores & Video.11 Θεοχαρίδης, ΗΜΥ, 2018

12 Xilinx HDL/core Design Flow- Timing Simulation HDL or EDIF for Implemented Design Standard Delay Format File Set Up and Map work Directory Testbench HDL Files Test Inputs, Force Files Compile HDL Files Compiled HDL HDL Simulate MODELSIM Waveforms or List Files ΗΜΥ408 Δ09 FPGA IP Cores & Video.12 Θεοχαρίδης, ΗΜΥ, 2018

13 Xilinx HDL Design Flow - Programming and In-circuit Verification Bit File Input Byte impact I/O Port FPGA Board Human Inputs Outputs ΗΜΥ408 Δ09 FPGA IP Cores & Video.13 Θεοχαρίδης, ΗΜΥ, 2018

14 The Xilinx Libraries Useful only if you have to instantiate (in your HDL) Xilinx primitives or macros (not all can be instantiated) from the Libraries guide. Note selection guide includes CLB counts and section at front on notation used to describe macros. ΗΜΥ408 Δ09 FPGA IP Cores & Video.14 Θεοχαρίδης, ΗΜΥ, 2018

15 Design Practices Use synchronous design. CLBs are actually reading functions from SRAM! Avoid clock gating. Avoid ripple counters. Avoid use of direct sets and resets except for initialization. Synchronize asynchronous signals as needed. Study timing issues handout. ΗΜΥ408 Δ09 FPGA IP Cores & Video.15 Θεοχαρίδης, ΗΜΥ, 2018

16 System Design Trend Integration Tens to hundreds of chips Chip-set Complexity Single chip ΗΜΥ408 Δ09 FPGA IP Cores & Video.16 Θεοχαρίδης, ΗΜΥ, 2018

17 Traditional System Design Chip Vendor Custom ASIC Chip Vendor Reuse Integration ΗΜΥ408 Δ09 FPGA IP Cores & Video.17 Θεοχαρίδης, ΗΜΥ, 2018

18 How to Implement The SoC? IP (Intellectual Property) Reuse Integration Core Provider SoC ΗΜΥ408 Δ09 FPGA IP Cores & Video.18 Θεοχαρίδης, ΗΜΥ, 2018

19 Design Technology Status Problems * Productivity gap * Shorter time-to-market * Designer shortage Solutions * Higher levels of abstraction * New reuse methodology * New business model ΗΜΥ408 Δ09 FPGA IP Cores & Video.19 Θεοχαρίδης, ΗΜΥ, 2018

20 Why Do We Need Reuse? Reuse practice is everywhere It has been a common practice in software developments for years. It has been a common practice in electronic product developments for years. => Goal: makes our life easier!!! ΗΜΥ408 Δ09 FPGA IP Cores & Video.20 Θεοχαρίδης, ΗΜΥ, 2018

21 Reuse in Software Development Reuse Package Procedure Software Function Reduce program complexity Increase manageability ΗΜΥ408 Δ09 FPGA IP Cores & Video.21 Θεοχαρίδης, ΗΜΥ, 2018

22 Reuse in Chip Design RTL/Logic schematic Layout RTL/Logic Library Reuse Cell Library ALU AND AND OR ΗΜΥ408 Δ09 FPGA IP Cores & Video.22 Θεοχαρίδης, ΗΜΥ, 2018

23 What are IPs (VCs)? IP = Intellectual Property. VC = Virtual Component. Soft IP: synthesizable HDL description. Firm IP: gate-level netlist. Hard IP: silicon block. ΗΜΥ408 Δ09 FPGA IP Cores & Video.23 Θεοχαρίδης, ΗΜΥ, 2018

24 IP Reuse for SOC Design IP1 Virtual Socket Interface(VSI) IP1 IP2 ASIC Intellectual Property (IP) Virtual Component (VC) ΗΜΥ408 Δ09 FPGA IP Cores & Video.24 Θεοχαρίδης, ΗΜΥ, 2018

25 IP-Centric System Design Model IP provider IP provider System design division Reuse System/IPs In-house core providers ΗΜΥ408 Δ09 FPGA IP Cores & Video.25 Θεοχαρίδης, ΗΜΥ, 2018

26 IP Business Model IP Tool Developer IP Business IP Provider IP Integrator ΗΜΥ408 Δ09 FPGA IP Cores & Video.26 Θεοχαρίδης, ΗΜΥ, 2018

27 Essential Issues for IP Reuse Essential Issues for IP Reuse IP Provider IP Business IP Integrator Library Documentation Quality Assurance Standardization Service Business Model Legal Issues Security Exploration Integration Methodology & Environment Standardization IP Tools ΗΜΥ408 Δ09 FPGA IP Cores & Video.27 Θεοχαρίδης, ΗΜΥ, 2018

28 Three Approaches for System Design Platform-based. Core-based. Memory Cores Processor I/O IP Synthesis-based. IP Glue Core CU DP ΗΜΥ408 Δ09 FPGA IP Cores & Video.28 Θεοχαρίδης, ΗΜΥ, 2018

29 System Integration Issues Platform to evaluate various VC blocks to make their choices and to integrate the blocks for their design verification. To verify the hardware design at system level, designers need to co-simulate or co-emulate the design flow using different computational models. Debugging and diagnosis environment to support system integration. ΗΜΥ408 Δ09 FPGA IP Cores & Video.29 Θεοχαρίδης, ΗΜΥ, 2018

30 System Integration Issues (Cont d) Verification methodologies supporting multi-level design process. Multi-level design models - accuracy and consistency. Multiple design teams are formed to work on specific parts of the design. It s very difficult to develop realistic and comprehensive test benches. ΗΜΥ408 Δ09 FPGA IP Cores & Video.30 Θεοχαρίδης, ΗΜΥ, 2018

31 System Integration Issues (Cont d) Functional and architectural level modeling should be used extensively for system function definition and architectural trade-offs. Interface timing errors between subsystems (IPs) increase dramatically. Experiencing multiple design iterations and/or respins due to functional bugs. Pre-existing IP may need to be constantly redesigned. ΗΜΥ408 Δ09 FPGA IP Cores & Video.31 Θεοχαρίδης, ΗΜΥ, 2018

32 Design Flow for System Design Application spec. Analysis System-level synthesis Verification Software spec. Code generation Hardware spec. System integration Object code ΗΜΥ408 Δ09 FPGA IP Cores & Video.32 Θεοχαρίδης, ΗΜΥ, 2018

33 Design Tasks Definition of system-level design specification (Cbased, HDLs). Design evaluation and exploration. Hardware/software codesign. Co-verification: co-simulation and co-emulation. Debugging and diagnosis. Rapid prototyping. ΗΜΥ408 Δ09 FPGA IP Cores & Video.33 Θεοχαρίδης, ΗΜΥ, 2018

34 Reuse Complex IPs/Cores with an RTL Design Flow RTL Comp. Library RTL Spec RTL/Logic Synthesis How??? Complex Core Lib. Cell-based Library Netlist ΗΜΥ408 Δ09 FPGA IP Cores & Video.34 Θεοχαρίδης, ΗΜΥ, 2018

35 Core-based IP Integration Methodology Complex Core Lib. High-level Spec High-level Synthesis Automatically reuse complex macros/cores Design exploration RTL Comp. Library Cell-based Library RTL Spec RTL/Logic Synthesis Netlist ΗΜΥ408 Δ09 FPGA IP Cores & Video.35 Θεοχαρίδης, ΗΜΥ, 2018

36 How to Reuse a Core? Operating procedure VCR Usage (Interface)??? Cores ΗΜΥ408 Δ09 FPGA IP Cores & Video.36 Θεοχαρίδης, ΗΜΥ, 2018

37 Usable-Function 8-bit addition 16-bit addition A[8] B[8] in1 in2 S0 co, C[0:7] <= A[0:7]+B[0:7] A[16] B[16] in1 in2 S1 S0 C <= A + B co + [8] ci C[8:15] <= A[8:15]+B[8:15]+co co + [8] ci out out C[8] C[16] ΗΜΥ408 Δ09 FPGA IP Cores & Video.37 Θεοχαρίδης, ΗΜΥ, 2018

38 Usable-Function (Cont d) S0 8X8 multiplication CNT<=8; Q<=B; P<=0; A[8] B[8] S1 in1 in2 S2 Q(0)= 1 Q(0)= 0 S3 P <= P + A CNT<> 0 co + [8] ci P & Q >> 1 ; CNT<=CNT-1; out S4 C <= P & Q C[16] ΗΜΥ408 Δ09 FPGA IP Cores & Video.38 Θεοχαρίδης, ΗΜΥ, 2018

39 Usage-based Core Database 8-bit addition Usable Function 1 Control interface 1 8-bit adder Core 8X8 multiplication Usable Function n Control interface n ΗΜΥ408 Δ09 FPGA IP Cores & Video.39 Θεοχαρίδης, ΗΜΥ, 2018

40 Core-based Synthesis Flow High-level Design Spec. Compilation Core Selection and Exploration Allocation, Inference, and Instantiation Of Cores Interface Generation Design Integration RTL Design ΗΜΥ408 Δ09 FPGA IP Cores & Video.40 Θεοχαρίδης, ΗΜΥ, 2018

41 Design Exploration Which IPs/cores I should reuse??? What is the design cost and performance by reusing these IPs/cores??? Core Core Core IP IP IP ΗΜΥ408 Δ09 FPGA IP Cores & Video.41 Θεοχαρίδης, ΗΜΥ, 2018

42 The IP/Core Reuse Story Several years ago semiconductor industry raised the productivity crisis in the forthcoming SoC era. Intuitively, integrate existing designs to form an SoC design can bridge the productivity gap. IP-business and SoC design approaches have been emerged in semiconductor industry. Many ASIC design houses/divisions try to re-packaging their existing designs into IPs/Cores. Many system design houses start to investigate the SoC design methodology. ΗΜΥ408 Δ09 FPGA IP Cores & Video.42 Θεοχαρίδης, ΗΜΥ, 2018

43 Current Status on IP Reuse Many system companies tried IP-reuse but not very successful due to the following reasons: => Complex contract negotiation process => inadequate quality assurance from the IP providers that often results in failed projects => Designers resistance to adopt reuse guideline On the IP business side: => Many so-called 3rd-party IP providers are gone. => A small business venue (417M/1999, 51% revenue are dominated by three big players: ARM, MIPS, and RamBus). ΗΜΥ408 Δ09 FPGA IP Cores & Video.43 Θεοχαρίδης, ΗΜΥ, 2018

44 Designers Perspective on Reuse Should I reuse some existing IPs/cores or just design them starting from scratch? The main goal for IP/core reuse is to minimize the overall design effort and thus speed up the time-to-market. How to justify whether reuse will be benefit to my design project? What s designers main concerns on the reuse practice? => If I can fully control my own destiny, I will reuse some IPs for my design!!! The problem is who can give me such guarantee??? ΗΜΥ408 Δ09 FPGA IP Cores & Video.44 Θεοχαρίδης, ΗΜΥ, 2018

45 Designers Technical Concerns on IP Reuse Is the IP source (provider) reliable? How can I make sure the functional correctness of the IP? How much effort do I have to invest in test-bench development for design verification with reused IP? What if I need to modify part of IP design? What if the final timing is not satisfied due to the IP? What s the risk of the design project due to any possible defect caused by the IP? What s the worst scenario when reuse the IP and what are the damage control plan? ΗΜΥ408 Δ09 FPGA IP Cores & Video.45 Θεοχαρίδης, ΗΜΥ, 2018

46 Designers Concerns on Legacy-Core Development and Reuse Take too much effort to develop a reusable core: => I have my dead-line to meet! => What s my incentive to develop a reusable core! It s difficult to reuse a legacy core, if => the documentation is incomplete (the original core was not developed for the reuse purpose) => the original core designer is gone => the original core has known problems or bugs (it will be much easier to redesign it than reuse it) ΗΜΥ408 Δ09 FPGA IP Cores & Video.46 Θεοχαρίδης, ΗΜΥ, 2018

47 SoC Design Issues Management and culture change Design methodology issues Wide-spread IP reuse and exchange may be a long way to go Most today s IPs are unusable, but IP reuse is necessary for SoC designs IP development strategy for easy-reuse needs to be studied further SoC design methodology needs to be studied further ΗΜΥ408 Δ09 FPGA IP Cores & Video.47 Θεοχαρίδης, ΗΜΥ, 2018

48 Understand SoC and IPs ASICs SoC System Hardware Software Consumer Wireless Set-top box PDA Processors Memories OS Application IOs ΗΜΥ408 Δ09 FPGA IP Cores & Video.48 Θεοχαρίδης, ΗΜΥ, 2018

49 Understand SoC and IPs (Con t) Systems define IPs not IPs define the system!!! From systems point of views, the basic IPs include: => Hardware IPs -> Processor-cores -> Memories -> IOs -> ASICs => Software IPs -> OS -> Application ΗΜΥ408 Δ09 FPGA IP Cores & Video.49 Θεοχαρίδης, ΗΜΥ, 2018

50 Concerns!!! There is no viable RTL market for IP. There just is no business Gary Smith Chief Analyst, Dataquest IP that is designed in at the RTL stage is not successful. To be successful, it has to be designed in at the system level Gary Smith We have spent so much time evaluating purchased IP cores and we have concluded that it would be better use of engineering hours to develop the blocks in-house Steve Shulz, TI Verifying IPs is absolute nightmare. It s really hard. We don t trust anything we get we verify the hell out of everything. IP has no self-life without support. Vig Sherrill, ASIC International ΗΜΥ408 Δ09 FPGA IP Cores & Video.50 Θεοχαρίδης, ΗΜΥ, 2018

51 SoC and IPs (Con t) The quality of IPs and support will be the key to the success of the IP business Need to pay much attention on software IP issues Need application and system design expertise Core-based design is effective on IP/core integration Need to develop a combining platform- and core-based design methodology/environment for system designs ΗΜΥ408 Δ09 FPGA IP Cores & Video.51 Θεοχαρίδης, ΗΜΥ, 2018

52 CORE Generator HDL COREGen Behavioral Simulation Instantiate optimized IP within the HDL code Synthesis Functional Simulation Implementation Timing Simulation Download In-Circuit Verification ΗΜΥ408 Δ09 FPGA IP Cores & Video.52 Θεοχαρίδης, ΗΜΥ, 2018

53 Synthesize, Implement, Download Design Verification HDL COREGen Behavioral Simulation Synthesis Implementation Download Functional Simulation Timing Simulation In-Circuit Verification Synthesize, Implement, and Download the bitstream, similar to the original design flow ΗΜΥ408 Δ09 FPGA IP Cores & Video.53 Θεοχαρίδης, ΗΜΥ, 2018

54 Xilinx CORE Generator List of available IP from or Fully Parameterizable ΗΜΥ408 Δ09 FPGA IP Cores & Video.54 Θεοχαρίδης, ΗΜΥ, 2018

55 Xilinx IP Solutions: Core Gen DSP Functions Math Functions Memory Functions $P Reed Solomon $3GPP Turbo Code $P Viterbi Decoder $P Convolution Encoder $P Interleaver/De-interleaver P LFSR P 1D DCT P DA FIR P MAC P MAC-based FIR filter Fixed FFTs 16, 64, 256, 1024 points P FFT - 32 Point P Sine Cosine P Direct Digital Synthesizer P Cascaded Integrator Comb P Bit Correlator P Digital Down Converter IP CENTER P Multiplier Generator - Parallel Multiplier - Dyn Constant Coefficient Mult - Serial Sequential Multiplier - Multiplier Enhancements P Divider P CORDIC Base Functions P Binary Decoder P Two's Complement P Shift Register RAM/FF P Gate modules P Multiplexer functions P Registers, FF & latch based P Adder/Subtractor P Accumulator P Comparator P Binary Counter $ - License Fee, P - Parameterized, S - Project License Available, BOLD Available in the Xilinx Blockset for the System Generator for DSP P Asynchronous FIFO P Block Memory modules P Distributed Memory P Distributed Mem Enhance P Sync FIFO (SRL16) P Sync FIFO (Block RAM) P CAM (SRL16) $P PCI 64/66 $PS PCI 32/33 $P PCI-X 64/66 PCI Networking 8B/10B Encoder/Decoder $ POS-PHY L3 $ POS-PHY L4 $ Flexbus 4 $ RapidIO PHY Layer $S HDLC 1 and 32 channel $S G.711 PCM Cores $S ADPCM 32 & 64 channel ΗΜΥ408 Δ09 FPGA IP Cores & Video.55 Θεοχαρίδης, ΗΜΥ, 2018

56 Core Generator: Summary CORE Generator Advantages Can quickly access and generate existing functions No need to reinvent the wheel and re-design a block if it meets specifications IP is optimized for the specified architecture Disadvantages IP doesn t always do exactly what you are looking for Need to understand signals and parameters and match them to your specification Dealing with black box and have little information on how the function is implemented ΗΜΥ408 Δ09 FPGA IP Cores & Video.56 Θεοχαρίδης, ΗΜΥ, 2018

57 Xilinx Smart-IP Technology Pre-defined placement and routing enhances performance and predictability Relative Placement Fixed Placement I/Os Fixed Placement & Pre-defined Routing Other logic has no effect on the core Performance is independent of: Guarantees I/O and Logic Predictability Guarantees Performance 200 MHz 200 MHz Core Placement Number of Cores Device Size 200 MHz 200 MHz ΗΜΥ408 Δ09 FPGA IP Cores & Video.57 Θεοχαρίδης, ΗΜΥ, 2018

58 On-Chip Verification ChipScope ILA System Diagram Chipscope ILA USER FUNCTION USER FUNCTION Target FPGA with ILA cores ILA ILA PC running ChipScope JTAG Control ILA USER FUNCTION MultiLINX Cable or Parallel Cable III JTAG Connection Target Board ΗΜΥ408 Δ09 FPGA IP Cores & Video.58 Θεοχαρίδης, ΗΜΥ, 2018

59 CoreGenerator Use in lab 4 at your own responsibility/risk! Useful in creating modules such as memory, FIFO queues, custom arithmetic modules, etc. Start by creating a new project in CoreGenerator, or a new CoreGenerator module in Xilinx ISE. Make sure your FPGA specs are fed into the CoreGenerator project properties!!! Once you specify the targeted FPGA, then you can browse through the components. ΗΜΥ408 Δ09 FPGA IP Cores & Video.59 Θεοχαρίδης, ΗΜΥ, 2018

60 Core Generator Start Window ΗΜΥ408 Δ09 FPGA IP Cores & Video.60 Θεοχαρίδης, ΗΜΥ, 2018

61 Project Properties ΗΜΥ408 Δ09 FPGA IP Cores & Video.61 Θεοχαρίδης, ΗΜΥ, 2018

62 IP Blocks ΗΜΥ408 Δ09 FPGA IP Cores & Video.62 Θεοχαρίδης, ΗΜΥ, 2018

63 IP Customizer (Single Port Block Memory) ΗΜΥ408 Δ09 FPGA IP Cores & Video.63 Θεοχαρίδης, ΗΜΥ, 2018

64 Page 2 ΗΜΥ408 Δ09 FPGA IP Cores & Video.64 Θεοχαρίδης, ΗΜΥ, 2018

65 Page 3 ΗΜΥ408 Δ09 FPGA IP Cores & Video.65 Θεοχαρίδης, ΗΜΥ, 2018

66 Page 4 ΗΜΥ408 Δ09 FPGA IP Cores & Video.66 Θεοχαρίδης, ΗΜΥ, 2018

67 Memory Editor ΗΜΥ408 Δ09 FPGA IP Cores & Video.67 Θεοχαρίδης, ΗΜΥ, 2018

68 ΗΜΥ408 Δ09 FPGA IP Cores & Video.68 Θεοχαρίδης, ΗΜΥ, 2018

69 ΗΜΥ408 Δ09 FPGA IP Cores & Video.69 Θεοχαρίδης, ΗΜΥ, 2018

70 ΗΜΥ408 Δ09 FPGA IP Cores & Video.70 Θεοχαρίδης, ΗΜΥ, 2018

71 ΗΜΥ408 Δ09 FPGA IP Cores & Video.71 Θεοχαρίδης, ΗΜΥ, 2018

72 Supplementary Lecture on Video Handling VGA Controller Basic Video Output Processing ΗΜΥ408 Δ09 FPGA IP Cores & Video.72 Θεοχαρίδης, ΗΜΥ, 2018

73 Dots to a Picture Brain can make this into something recognizable Images from howstuffworks.com ΗΜΥ408 Δ09 FPGA IP Cores & Video.73 Θεοχαρίδης, ΗΜΥ, 2018

74 Many Still Images Video (and movies) are a series of stills If it goes fast enough Hz or more to not see flicker Your brain interprets as moving imagery Electron beam scans across Turned off when Scanning back to the left (horizontal retrace) Scanning to the top (vertical retrace) ΗΜΥ408 Δ09 FPGA IP Cores & Video.74 Θεοχαρίδης, ΗΜΥ, 2018

75 Simple Scanning TV ΗΜΥ408 Δ09 FPGA IP Cores & Video.75 Θεοχαρίδης, ΗΜΥ, 2018

76 Scanning TVs use interlacing Every other scan line is swept per field Two fields per frame (30Hz) Way to make movement less disturbing Computers use progressive scan Whole frame refreshed at once 60Hz or more, 72Hz looks better ΗΜΥ408 Δ09 FPGA IP Cores & Video.76 Θεοχαρίδης, ΗΜΥ, 2018

77 VGA Timing You supply two pulses, hsync and vsync, that let the monitor lock onto timing One hsync per scan line One vsync per frame Image from dell.com ΗΜΥ408 Δ09 FPGA IP Cores & Video.77 Θεοχαρίδης, ΗΜΥ, 2018

78 Horizontal Timing Terms hsync pulse Back porch (left side of display) Active Video Video should be blanked (not sent) at other times Front porch (right side) ΗΜΥ408 Δ09 FPGA IP Cores & Video.78 Θεοχαρίδης, ΗΜΥ, 2018

79 Standards 640 x 480 (60Hz) is VGA You can also try for 800x600 at 60 Hz (40 MHz exactly) or 800x600 at 72 Hz (50 MHz exactly) ΗΜΥ408 Δ09 FPGA IP Cores & Video.79 Θεοχαρίδης, ΗΜΥ, 2018

80 Color Depth Example with Spartan-II Voltage of each of RGB determines color 2-bit color here (4 shades) Turn all on for white ΗΜΥ408 Δ09 FPGA IP Cores & Video.80 Θεοχαρίδης, ΗΜΥ, 2018

81 PC Display Standards Monochrome Display Adapter (MDA) Earliest display system for IBM PCs Text-only 80x25 characters, each character is 9x14 pixels Effective resolution 50 Hz, but pixels not individually addressable IBM provided extra characters in its character set that allowed primitive graphics (boxes, lines, etc.) to be drawn in MDA Hercules Graphics Card Third-party system, adds monochrome graphics to MDA text Color Graphics Adapter (CGA) First mainstream color system for IBM PC Text up to 80x25, graphics range from 640x200 in monochrome to 160x200 in 16 colors Text displayed with lower quality than MDA (8x8 pixels/char) ΗΜΥ408 Δ09 FPGA IP Cores & Video.81 Θεοχαρίδης, ΗΜΥ, 2018

82 PC Display Standards Enhanced Graphics Adapter (EGA) 16 colors out of palette of 64 at 640x350, 80x25 text at 60 Hz Minimum requirement for Windows 3.x Video Graphics Adapter (VGA) Last really accepted standard defined by IBM (consequence of IBM losing control of the PC ) 256 colors at 320x200, 16 colors at 640x480 Not 256 colors at 640x480, even though that s what most people accept when they say VGA Resolution Super VGA and other formats Much less well-defined VESA standards developed for software compatibility between different cards ΗΜΥ408 Δ09 FPGA IP Cores & Video.82 Θεοχαρίδης, ΗΜΥ, 2018

83 ΗΜΥ408 Δ09 FPGA IP Cores & Video.83 Θεοχαρίδης, ΗΜΥ, 2018

84 ΗΜΥ408 Δ09 FPGA IP Cores & Video.84 Θεοχαρίδης, ΗΜΥ, 2018

85 Back porch Front porch Back porch ΗΜΥ408 Δ09 FPGA IP Cores & Video.85 Θεοχαρίδης, ΗΜΥ, 2018

86 Horizontal Timing HS Horizontal Video BP FP SP Horizontal Scan Lines Pixel clock = 25 MHz Pixel time = 0.04 µs Horizontal video = 640 pixels x 0.04 µs = µs Back porch, BP = 16 pixels x 0.04 µs = 0.64 µs Front porch, FP = 16 pixels x 0.04 µs = 0.64 µs Sync pulse, SP = 128 pixels x 0.04 µs = 5.12.µs Horizontal Scan Lines = SP + BP + HV + FP = = 800 pixels x 0.04 µs = 32 µs 1/60 Hz = ms / 32 µs = 521 horizontal scan lines per frame ΗΜΥ408 Δ09 FPGA IP Cores & Video.86 Θεοχαρίδης, ΗΜΥ, 2018

87 Vertical Timing Vertical Video BP FP VS SP Vertical Scan Lines Pixel clock = 25 MHz Horizontal scan time = 32 µs Vertical video = 480 lines x 32 µs = ms Back porch, BP = 29 lines x 32 µs = ms Front porch, FP = 10 lines x 32 µs = ms Sync pulse, SP = 2 lines x 32 µs = ms Vertical Scan Lines = SP + BP + VV + FP = = 521 lines x 32 µs = ms 1/60 Hz = ms ΗΜΥ408 Δ09 FPGA IP Cores & Video.87 Θεοχαρίδης, ΗΜΥ, 2018

88 How to Make the VGA Work! Basically, driving a VGA display involves doing the video decoder operation in reverse. Start with a digital representation of the image Hardware (video DAC) converts digital pixels into analog voltages used by the monitor Different display standards have used either analog or digital signals in the past Your hardware has to drive the control signals to the display and provide pixel values at the right rate DAC just does conversion ΗΜΥ408 Δ09 FPGA IP Cores & Video.88 Θεοχαρίδης, ΗΜΥ, 2018

89 VGA Timing ΗΜΥ408 Δ09 FPGA IP Cores & Video.89 Θεοχαρίδης, ΗΜΥ, 2018

90 VGA Triple DAC Converts digital pixel data to VGA outputs ΗΜΥ408 Δ09 FPGA IP Cores & Video.90 Θεοχαρίδης, ΗΜΥ, 2018

91 XSGA Video DAC ΗΜΥ408 Δ09 FPGA IP Cores & Video.91 Θεοχαρίδης, ΗΜΥ, 2018

92 General Operation Operation See datasheet and XUP manual* for supported modes You are responsible for managing the timing of the VGA signal Clock rate/time per line will give you the max number of pixels/line you can drive Number of lines on the screen determined by ratio of time/frame and time/screen FPGA has to drive HSYNC and VSYNC signals directly ΗΜΥ408 Δ09 FPGA IP Cores & Video.92 Θεοχαρίδης, ΗΜΥ, 2018

93 Driving the VGA Chip CLK used to latch input registers 24-bit pixel input bus carries color of each pixel BLANK* signal specifies blanking interval Assert this, don t just drive a color that should be black SYNC* inserts sync pulse on I OG output Does not override any other data Use only during blanking interval ΗΜΥ408 Δ09 FPGA IP Cores & Video.93 Θεοχαρίδης, ΗΜΥ, 2018

94 Making VGA Work 1. You may start with say an 8 bit per pixel image (see below). 2. Generate an image in the appropriate 8-bit format For video capture, you could use an 8-bit RGB spectrum, with 3 bits of red, 3 of green, and 2 of blue (human eyes are less sensitive to blue) Previously, students reported they d found routines to convert an RGB image into 8-bit format and generate the optimal palette for that image 3. Drive the image pixels to the triple DAC with appropriate timing signals ΗΜΥ408 Δ09 FPGA IP Cores & Video.94 Θεοχαρίδης, ΗΜΥ, 2018

95 Advice / Experience A number of course projects had working 640x480 video in 256 colors working for their final project, so that path seems pretty stable Would recommend against going to higher resolutions/color depths for your projects You only have ~250KB of memory available presently, and one frame of 640x480x256 video takes 300 KB Maximum clock rate for the FMS3818KRC is 180 MHz, which allows about 10x more pixels than 640x480, but handling that clock rate is out of our system Higher color depths not supported by this chip RAM not present on chip as in past semesters ΗΜΥ408 Δ09 FPGA IP Cores & Video.95 Θεοχαρίδης, ΗΜΥ, 2018

96 Reference Designs m SEARCH THE INTERNET GOOGLE IS YOUR FRIEND ΗΜΥ408 Δ09 FPGA IP Cores & Video.96 Θεοχαρίδης, ΗΜΥ, 2018

97 VGA UCF Files (MAY NOT BE THE SAME AS YOUR SPARTAN BOARD CHECK YOUR OWN UCF FILES) NET "VGA_COMP_SYNCH_N" LOC = "G12" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_HSYNCH" LOC = "B8" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_BLANK_N" LOC = "A8" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_BLUE<0>" LOC = "D15" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_BLUE<1>" LOC = "E15" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_BLUE<2>" LOC = "H15" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_BLUE<3>" LOC = "J15" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_BLUE<4>" LOC = "C13" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_BLUE<5>" LOC = "D13" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_BLUE<6>" LOC = "D14" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_BLUE<7>" LOC = "E14" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_GREEN<0>" LOC = "G10" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_GREEN<1>" LOC = "E10" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_GREEN<2>" LOC = "D10" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_GREEN<3>" LOC = "D8" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_GREEN<4>" LOC = "C8" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_GREEN<5>" LOC = "H11" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_GREEN<6>" LOC = "G11" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_GREEN<7>" LOC = "E11" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_PIXEL_CLOCK" LOC = "H12" IOSTANDARD = LVTTL DRIVE = 12 SLEW = FAST ; NET "VGA_OUT_RED<0>" LOC = "G8" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_RED<1>" LOC = "H9" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_RED<2>" LOC = "G9" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_RED<3>" LOC = "F9" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_RED<4>" LOC = "F10" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_RED<5>" LOC = "D7" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_RED<6>" LOC = "C7" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_OUT_RED<7>" LOC = "H10" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; NET "VGA_VSYNCH" LOC = "D11" IOSTANDARD = LVTTL DRIVE = 12 SLEW = SLOW ; ΗΜΥ408 Δ09 FPGA IP Cores & Video.97 Θεοχαρίδης, ΗΜΥ, 2018

98 VGA Timing ΗΜΥ408 Δ09 FPGA IP Cores & Video.98 Θεοχαρίδης, ΗΜΥ, 2018

99 VGA Generation ΗΜΥ408 Δ09 FPGA IP Cores & Video.99 Θεοχαρίδης, ΗΜΥ, 2018

100 Example ΗΜΥ408 Δ09 FPGA IP Cores & Video.100 Θεοχαρίδης, ΗΜΥ, 2018

101 Example ΗΜΥ408 Δ09 FPGA IP Cores & Video.101 Θεοχαρίδης, ΗΜΥ, 2018

102 Links VGA Timing Code (more complex than you want) Interesting Liquid Crystals by S. Chandrasekhar, Cambridge Univ. Press (Really Good VHDL) ΗΜΥ408 Δ09 FPGA IP Cores & Video.102 Θεοχαρίδης, ΗΜΥ, 2018

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Introductory Digital Systems Laboratory

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Introductory Digital Systems Laboratory Problem Set Issued: March 3, 2006 Problem Set Due: March 15, 2006 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.111 Introductory Digital Systems Laboratory

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Introductory Digital Systems Laboratory

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Introductory Digital Systems Laboratory Problem Set Issued: March 2, 2007 Problem Set Due: March 14, 2007 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.111 Introductory Digital Systems Laboratory

More information

Design and Implementation of SOC VGA Controller Using Spartan-3E FPGA

Design and Implementation of SOC VGA Controller Using Spartan-3E FPGA Design and Implementation of SOC VGA Controller Using Spartan-3E FPGA 1 ARJUNA RAO UDATHA, 2 B.SUDHAKARA RAO, 3 SUDHAKAR.B. 1 Dept of ECE, PG Scholar, 2 Dept of ECE, Associate Professor, 3 Electronics,

More information

FPGA Laboratory Assignment 4. Due Date: 06/11/2012

FPGA Laboratory Assignment 4. Due Date: 06/11/2012 FPGA Laboratory Assignment 4 Due Date: 06/11/2012 Aim The purpose of this lab is to help you understanding the fundamentals of designing and testing memory-based processing systems. In this lab, you will

More information

Block Diagram. dw*3 pixin (RGB) pixin_vsync pixin_hsync pixin_val pixin_rdy. clk_a. clk_b. h_s, h_bp, h_fp, h_disp, h_line

Block Diagram. dw*3 pixin (RGB) pixin_vsync pixin_hsync pixin_val pixin_rdy. clk_a. clk_b. h_s, h_bp, h_fp, h_disp, h_line Key Design Features Block Diagram Synthesizable, technology independent IP Core for FPGA, ASIC and SoC reset underflow Supplied as human readable VHDL (or Verilog) source code Simple FIFO input interface

More information

Design and Implementation of an AHB VGA Peripheral

Design and Implementation of an AHB VGA Peripheral Design and Implementation of an AHB VGA Peripheral 1 Module Overview Learn about VGA interface; Design and implement an AHB VGA peripheral; Program the peripheral using assembly; Lab Demonstration. System

More information

Serial FIR Filter. A Brief Study in DSP. ECE448 Spring 2011 Tuesday Section 15 points 3/8/2011 GEORGE MASON UNIVERSITY.

Serial FIR Filter. A Brief Study in DSP. ECE448 Spring 2011 Tuesday Section 15 points 3/8/2011 GEORGE MASON UNIVERSITY. GEORGE MASON UNIVERSITY Serial FIR Filter A Brief Study in DSP ECE448 Spring 2011 Tuesday Section 15 points 3/8/2011 Instructions: Zip all your deliverables into an archive .zip and submit it

More information

Radar Signal Processing Final Report Spring Semester 2017

Radar Signal Processing Final Report Spring Semester 2017 Radar Signal Processing Final Report Spring Semester 2017 Full report report by Brian Larson Other team members, Grad Students: Mohit Kumar, Shashank Joshil Department of Electrical and Computer Engineering

More information

VID_OVERLAY. Digital Video Overlay Module Rev Key Design Features. Block Diagram. Applications. Pin-out Description

VID_OVERLAY. Digital Video Overlay Module Rev Key Design Features. Block Diagram. Applications. Pin-out Description Key Design Features Block Diagram Synthesizable, technology independent VHDL IP Core Video overlays on 24-bit RGB or YCbCr 4:4:4 video Supports all video resolutions up to 2 16 x 2 16 pixels Supports any

More information

L12: Reconfigurable Logic Architectures

L12: Reconfigurable Logic Architectures L12: Reconfigurable Logic Architectures Acknowledgements: Materials in this lecture are courtesy of the following sources and are used with permission. Frank Honore Prof. Randy Katz (Unified Microelectronics

More information

Inside Digital Design Accompany Lab Manual

Inside Digital Design Accompany Lab Manual 1 Inside Digital Design, Accompany Lab Manual Inside Digital Design Accompany Lab Manual Simulation Prototyping Synthesis and Post Synthesis Name- Roll Number- Total/Obtained Marks- Instructor Signature-

More information

VHDL Design and Implementation of FPGA Based Logic Analyzer: Work in Progress

VHDL Design and Implementation of FPGA Based Logic Analyzer: Work in Progress VHDL Design and Implementation of FPGA Based Logic Analyzer: Work in Progress Nor Zaidi Haron Ayer Keroh +606-5552086 zaidi@utem.edu.my Masrullizam Mat Ibrahim Ayer Keroh +606-5552081 masrullizam@utem.edu.my

More information

Objectives. Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath

Objectives. Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath Objectives Combinational logics Sequential logics Finite state machine Arithmetic circuits Datapath In the previous chapters we have studied how to develop a specification from a given application, and

More information

Sharif University of Technology. SoC: Introduction

Sharif University of Technology. SoC: Introduction SoC Design Lecture 1: Introduction Shaahin Hessabi Department of Computer Engineering System-on-Chip System: a set of related parts that act as a whole to achieve a given goal. A system is a set of interacting

More information

VGA Port. Chapter 5. Pin 5 Pin 10. Pin 1. Pin 6. Pin 11. Pin 15. DB15 VGA Connector (front view) DB15 Connector. Red (R12) Green (T12) Blue (R11)

VGA Port. Chapter 5. Pin 5 Pin 10. Pin 1. Pin 6. Pin 11. Pin 15. DB15 VGA Connector (front view) DB15 Connector. Red (R12) Green (T12) Blue (R11) Chapter 5 VGA Port The Spartan-3 Starter Kit board includes a VGA display port and DB15 connector, indicated as 5 in Figure 1-2. Connect this port directly to most PC monitors or flat-panel LCD displays

More information

TKK S ASIC-PIIRIEN SUUNNITTELU

TKK S ASIC-PIIRIEN SUUNNITTELU Design TKK S-88.134 ASIC-PIIRIEN SUUNNITTELU Design Flow 3.2.2005 RTL Design 10.2.2005 Implementation 7.4.2005 Contents 1. Terminology 2. RTL to Parts flow 3. Logic synthesis 4. Static Timing Analysis

More information

L11/12: Reconfigurable Logic Architectures

L11/12: Reconfigurable Logic Architectures L11/12: Reconfigurable Logic Architectures Acknowledgements: Materials in this lecture are courtesy of the following people and used with permission. - Randy H. Katz (University of California, Berkeley,

More information

EEM Digital Systems II

EEM Digital Systems II ANADOLU UNIVERSITY DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING EEM 334 - Digital Systems II LAB 3 FPGA HARDWARE IMPLEMENTATION Purpose In the first experiment, four bit adder design was prepared

More information

Laboratory 1 - Introduction to Digital Electronics and Lab Equipment (Logic Analyzers, Digital Oscilloscope, and FPGA-based Labkit)

Laboratory 1 - Introduction to Digital Electronics and Lab Equipment (Logic Analyzers, Digital Oscilloscope, and FPGA-based Labkit) Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6. - Introductory Digital Systems Laboratory (Spring 006) Laboratory - Introduction to Digital Electronics

More information

Design of VGA and Implementing On FPGA

Design of VGA and Implementing On FPGA Design of VGA and Implementing On FPGA Mr. Rachit Chandrakant Gujarathi Department of Electronics and Electrical Engineering California State University, Sacramento Sacramento, California, United States

More information

T1 Deframer. LogiCORE Facts. Features. Applications. General Description. Core Specifics

T1 Deframer. LogiCORE Facts. Features. Applications. General Description. Core Specifics November 10, 2000 Xilinx Inc. 2100 Logic Drive San Jose, CA 95124 Phone: +1 408-559-7778 Fax: +1 408-559-7114 E-mail: support@xilinx.com URL: www.xilinx.com/ipcenter Features Supports T1-D4 and T1-ESF

More information

Spartan-II Development System

Spartan-II Development System 2002-May-4 Introduction Dünner Kirchweg 77 32257 Bünde Germany www.trenz-electronic.de The Spartan-II Development System is designed to provide a simple yet powerful platform for FPGA development, which

More information

Lab # 9 VGA Controller

Lab # 9 VGA Controller Lab # 9 VGA Controller Introduction VGA Controller is used to control a monitor (PC monitor) and has a simple protocol as we will see in this lab. Kit parts for this lab 1 A closer look VGA Basics The

More information

Design and implementation (in VHDL) of a VGA Display and Light Sensor to run on the Nexys4DDR board Report and Signoff due Week 6 (October 4)

Design and implementation (in VHDL) of a VGA Display and Light Sensor to run on the Nexys4DDR board Report and Signoff due Week 6 (October 4) ECE 574: Modeling and synthesis of digital systems using Verilog and VHDL Fall Semester 2017 Design and implementation (in VHDL) of a VGA Display and Light Sensor to run on the Nexys4DDR board Report and

More information

LFSRs as Functional Blocks in Wireless Applications Author: Stephen Lim and Andy Miller

LFSRs as Functional Blocks in Wireless Applications Author: Stephen Lim and Andy Miller XAPP22 (v.) January, 2 R Application Note: Virtex Series, Virtex-II Series and Spartan-II family LFSRs as Functional Blocks in Wireless Applications Author: Stephen Lim and Andy Miller Summary Linear Feedback

More information

Lab Assignment 2 Simulation and Image Processing

Lab Assignment 2 Simulation and Image Processing INF5410 Spring 2011 Lab Assignment 2 Simulation and Image Processing Lab goals Implementation of bus functional model to test bus peripherals. Implementation of a simple video overlay module Implementation

More information

Lab 3: VGA Bouncing Ball I

Lab 3: VGA Bouncing Ball I CpE 487 Digital Design Lab Lab 3: VGA Bouncing Ball I 1. Introduction In this lab, we will program the FPGA on the Nexys2 board to display a bouncing ball on a 640 x 480 VGA monitor connected to the VGA

More information

TSIU03: Lab 3 - VGA. Petter Källström, Mario Garrido. September 10, 2018

TSIU03: Lab 3 - VGA. Petter Källström, Mario Garrido. September 10, 2018 Petter Källström, Mario Garrido September 10, 2018 Abstract In the initialization of the DE2-115 (after you restart it), an image is copied into the SRAM memory. What you have to do in this lab is to read

More information

Design of VGA Controller using VHDL for LCD Display using FPGA

Design of VGA Controller using VHDL for LCD Display using FPGA International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Design of VGA Controller using VHDL for LCD Display using FPGA Khan Huma Aftab 1, Monauwer Alam 2 1, 2 (Department of ECE, Integral

More information

Logic Analysis Basics

Logic Analysis Basics Logic Analysis Basics September 27, 2006 presented by: Alex Dickson Copyright 2003 Agilent Technologies, Inc. Introduction If you have ever asked yourself these questions: What is a logic analyzer? What

More information

L14: Quiz Information and Final Project Kickoff. L14: Spring 2004 Introductory Digital Systems Laboratory

L14: Quiz Information and Final Project Kickoff. L14: Spring 2004 Introductory Digital Systems Laboratory L14: Quiz Information and Final Project Kickoff 1 Quiz Quiz Review on Monday, March 29 by TAs 7:30 P.M. to 9:30 P.M. Room 34-101 Quiz will be Closed Book on March 31 st (during class time, Location, Walker

More information

Logic Analysis Basics

Logic Analysis Basics Logic Analysis Basics September 27, 2006 presented by: Alex Dickson Copyright 2003 Agilent Technologies, Inc. Introduction If you have ever asked yourself these questions: What is a logic analyzer? What

More information

CSE140L: Components and Design Techniques for Digital Systems Lab. CPU design and PLDs. Tajana Simunic Rosing. Source: Vahid, Katz

CSE140L: Components and Design Techniques for Digital Systems Lab. CPU design and PLDs. Tajana Simunic Rosing. Source: Vahid, Katz CSE140L: Components and Design Techniques for Digital Systems Lab CPU design and PLDs Tajana Simunic Rosing Source: Vahid, Katz 1 Lab #3 due Lab #4 CPU design Today: CPU design - lab overview PLDs Updates

More information

Programmable Logic Design I

Programmable Logic Design I Programmable Logic Design I Introduction In labs 11 and 12 you built simple logic circuits on breadboards using TTL logic circuits on 7400 series chips. This process is simple and easy for small circuits.

More information

LogiCORE IP Video Timing Controller v3.0

LogiCORE IP Video Timing Controller v3.0 LogiCORE IP Video Timing Controller v3.0 Product Guide Table of Contents Chapter 1: Overview Standards Compliance....................................................... 6 Feature Summary............................................................

More information

EXOSTIV TM. Frédéric Leens, CEO

EXOSTIV TM. Frédéric Leens, CEO EXOSTIV TM Frédéric Leens, CEO A simple case: a video processing platform Headers & controls per frame : 1.024 bits 2.048 pixels 1.024 lines Pixels per frame: 2 21 Pixel encoding : 36 bit Frame rate: 24

More information

Innovative Fast Timing Design

Innovative Fast Timing Design Innovative Fast Timing Design Solution through Simultaneous Processing of Logic Synthesis and Placement A new design methodology is now available that offers the advantages of enhanced logical design efficiency

More information

Testing Results for a Video Poker System on a Chip

Testing Results for a Video Poker System on a Chip Testing Results for a Video Poker System on a Chip Preston Thomson and Travis Johnson Introduction- This report examines the results of a system on a chip SoC video poker system. The report will begin

More information

Authentic Time Hardware Co-simulation of Edge Discovery for Video Processing System

Authentic Time Hardware Co-simulation of Edge Discovery for Video Processing System Authentic Time Hardware Co-simulation of Edge Discovery for Video Processing System R. NARESH M. Tech Scholar, Dept. of ECE R. SHIVAJI Assistant Professor, Dept. of ECE PRAKASH J. PATIL Head of Dept.ECE,

More information

FPGA Design with VHDL

FPGA Design with VHDL FPGA Design with VHDL Justus-Liebig-Universität Gießen, II. Physikalisches Institut Ming Liu Dr. Sören Lange Prof. Dr. Wolfgang Kühn ming.liu@physik.uni-giessen.de Lecture Digital design basics Basic logic

More information

Verification Methodology for a Complex System-on-a-Chip

Verification Methodology for a Complex System-on-a-Chip UDC 621.3.049.771.14.001.63 Verification Methodology for a Complex System-on-a-Chip VAkihiro Higashi VKazuhide Tamaki VTakayuki Sasaki (Manuscript received December 1, 1999) Semiconductor technology has

More information

FPGA Development for Radar, Radio-Astronomy and Communications

FPGA Development for Radar, Radio-Astronomy and Communications John-Philip Taylor Room 7.03, Department of Electrical Engineering, Menzies Building, University of Cape Town Cape Town, South Africa 7701 Tel: +27 82 354 6741 email: tyljoh010@myuct.ac.za Internet: http://www.uct.ac.za

More information

OL_H264MCLD Multi-Channel HDTV H.264/AVC Limited Baseline Video Decoder V1.0. General Description. Applications. Features

OL_H264MCLD Multi-Channel HDTV H.264/AVC Limited Baseline Video Decoder V1.0. General Description. Applications. Features OL_H264MCLD Multi-Channel HDTV H.264/AVC Limited Baseline Video Decoder V1.0 General Description Applications Features The OL_H264MCLD core is a hardware implementation of the H.264 baseline video compression

More information

Digital Blocks Semiconductor IP

Digital Blocks Semiconductor IP Digital Blocks Semiconductor IP DB3 CCIR 656 Encoder General Description The Digital Blocks DB3 CCIR 656 Encoder IP Core encodes 4:2:2 Y CbCr component digital video with synchronization signals to conform

More information

EECS150 - Digital Design Lecture 12 - Video Interfacing. Recap and Outline

EECS150 - Digital Design Lecture 12 - Video Interfacing. Recap and Outline EECS150 - Digital Design Lecture 12 - Video Interfacing Oct. 8, 2013 Prof. Ronald Fearing Electrical Engineering and Computer Sciences University of California, Berkeley (slides courtesy of Prof. John

More information

RAPID SOC PROOF-OF-CONCEPT FOR ZERO COST JEFF MILLER, PRODUCT MARKETING AND STRATEGY, MENTOR GRAPHICS PHIL BURR, SENIOR PRODUCT MANAGER, ARM

RAPID SOC PROOF-OF-CONCEPT FOR ZERO COST JEFF MILLER, PRODUCT MARKETING AND STRATEGY, MENTOR GRAPHICS PHIL BURR, SENIOR PRODUCT MANAGER, ARM RAPID SOC PROOF-OF-CONCEPT FOR ZERO COST JEFF MILLER, PRODUCT MARKETING AND STRATEGY, MENTOR GRAPHICS PHIL BURR, SENIOR PRODUCT MANAGER, ARM A M S D E S I G N & V E R I F I C A T I O N W H I T E P A P

More information

VGA Controller. Leif Andersen, Daniel Blakemore, Jon Parker University of Utah December 19, VGA Controller Components

VGA Controller. Leif Andersen, Daniel Blakemore, Jon Parker University of Utah December 19, VGA Controller Components VGA Controller Leif Andersen, Daniel Blakemore, Jon Parker University of Utah December 19, 2012 Fig. 1. VGA Controller Components 1 VGA Controller Leif Andersen, Daniel Blakemore, Jon Parker University

More information

ENGG2410: Digital Design Lab 5: Modular Designs and Hierarchy Using VHDL

ENGG2410: Digital Design Lab 5: Modular Designs and Hierarchy Using VHDL ENGG2410: Digital Design Lab 5: Modular Designs and Hierarchy Using VHDL School of Engineering, University of Guelph Fall 2017 1 Objectives: Start Date: Week #7 2017 Report Due Date: Week #8 2017, in the

More information

OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS

OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS IMPLEMENTATION OF AN ADVANCED LUT METHODOLOGY BASED FIR FILTER DESIGN PROCESS 1 G. Sowmya Bala 2 A. Rama Krishna 1 PG student, Dept. of ECM. K.L.University, Vaddeswaram, A.P, India, 2 Assistant Professor,

More information

2.6 Reset Design Strategy

2.6 Reset Design Strategy 2.6 Reset esign Strategy Many design issues must be considered before choosing a reset strategy for an ASIC design, such as whether to use synchronous or asynchronous resets, will every flipflop receive

More information

OL_H264e HDTV H.264/AVC Baseline Video Encoder Rev 1.0. General Description. Applications. Features

OL_H264e HDTV H.264/AVC Baseline Video Encoder Rev 1.0. General Description. Applications. Features OL_H264e HDTV H.264/AVC Baseline Video Encoder Rev 1.0 General Description Applications Features The OL_H264e core is a hardware implementation of the H.264 baseline video compression algorithm. The core

More information

Boolean, 1s and 0s stuff: synthesis, verification, representation This is what happens in the front end of the ASIC design process

Boolean, 1s and 0s stuff: synthesis, verification, representation This is what happens in the front end of the ASIC design process (Lec 11) From Logic To Layout What you know... Boolean, 1s and 0s stuff: synthesis, verification, representation This is what happens in the front end of the ASIC design process High-level design description

More information

Testability: Lecture 23 Design for Testability (DFT) Slide 1 of 43

Testability: Lecture 23 Design for Testability (DFT) Slide 1 of 43 Testability: Lecture 23 Design for Testability (DFT) Shaahin hi Hessabi Department of Computer Engineering Sharif University of Technology Adapted, with modifications, from lecture notes prepared p by

More information

StickIt! VGA Manual. How to install and use your new StickIt! VGA module

StickIt! VGA Manual. How to install and use your new StickIt! VGA module StickIt! VGA Manual How to install and use your new StickIt! VGA module XESS is disclosing this Document and Intellectual Property (hereinafter the Design ) to you for use in the development of designs

More information

Why FPGAs? FPGA Overview. Why FPGAs?

Why FPGAs? FPGA Overview. Why FPGAs? Transistor-level Logic Circuits Positive Level-sensitive EECS150 - Digital Design Lecture 3 - Field Programmable Gate Arrays (FPGAs) January 28, 2003 John Wawrzynek Transistor Level clk clk clk Positive

More information

Tutorial 11 ChipscopePro, ISE 10.1 and Xilinx Simulator on the Digilent Spartan-3E board

Tutorial 11 ChipscopePro, ISE 10.1 and Xilinx Simulator on the Digilent Spartan-3E board Tutorial 11 ChipscopePro, ISE 10.1 and Xilinx Simulator on the Digilent Spartan-3E board Introduction This lab will be an introduction on how to use ChipScope for the verification of the designs done on

More information

Modeling Latches and Flip-flops

Modeling Latches and Flip-flops Lab Workbook Introduction Sequential circuits are digital circuits in which the output depends not only on the present input (like combinatorial circuits), but also on the past sequence of inputs. In effect,

More information

Block Diagram. 16/24/32 etc. pixin pixin_sof pixin_val. Supports 300 MHz+ operation on basic FPGA devices 2 Memory Read/Write Arbiter SYSTEM SIGNALS

Block Diagram. 16/24/32 etc. pixin pixin_sof pixin_val. Supports 300 MHz+ operation on basic FPGA devices 2 Memory Read/Write Arbiter SYSTEM SIGNALS Key Design Features Block Diagram Synthesizable, technology independent IP Core for FPGA, ASIC or SoC Supplied as human readable VHDL (or Verilog) source code Output supports full flow control permitting

More information

EITF35: Introduction to Structured VLSI Design

EITF35: Introduction to Structured VLSI Design EITF35: Introduction to Structured VLSI Design Part 4.2.1: Learn More Liang Liu liang.liu@eit.lth.se 1 Outline Crossing clock domain Reset, synchronous or asynchronous? 2 Why two DFFs? 3 Crossing clock

More information

ENGN3213 Digital Systems and Microprocessors Sequential Circuits

ENGN3213 Digital Systems and Microprocessors Sequential Circuits ENGN3213 Digital Systems and Microprocessors Sequential Circuits 1 ENGN3213: Digital Systems and Microprocessors L#9-10 Why have sequential circuits? Sequential systems are time sequential devices - many

More information

Altera s Max+plus II Tutorial

Altera s Max+plus II Tutorial Altera s Max+plus II Tutorial Written by Kris Schindler To accompany Digital Principles and Design (by Donald D. Givone) 8/30/02 1 About Max+plus II Altera s Max+plus II is a powerful simulation package

More information

Digital Blocks Semiconductor IP

Digital Blocks Semiconductor IP Digital Blocks Semiconductor IP DB1825 Color Space Converter & Chroma Resampler General Description The Digital Blocks DB1825 Color Space Converter & Chroma Resampler Verilog IP Core transforms 4:4:4 sampled

More information

Commsonic. Multi-channel ATSC 8-VSB Modulator CMS0038. Contact information. Compliant with ATSC A/53 8-VSB

Commsonic. Multi-channel ATSC 8-VSB Modulator CMS0038. Contact information. Compliant with ATSC A/53 8-VSB Multi-channel ATSC 8-VSB Modulator CMS0038 Compliant with ATSC A/53 8-VSB Scalable architecture supports 1 to 4 channels per core, and multiple instances per FPGA. Variable sample-rate interpolation provides

More information

Block Diagram. pixin. pixin_field. pixin_vsync. pixin_hsync. pixin_val. pixin_rdy. pixels_per_line. lines_per_field. pixels_per_line [11:0]

Block Diagram. pixin. pixin_field. pixin_vsync. pixin_hsync. pixin_val. pixin_rdy. pixels_per_line. lines_per_field. pixels_per_line [11:0] Rev 13 Key Design Features Block Diagram Synthesizable, technology independent IP Core for FPGA and ASIC Supplied as human readable VHDL (or Verilog) source code reset deint_mode 24-bit RGB video support

More information

Adding Analog and Mixed Signal Concerns to a Digital VLSI Course

Adding Analog and Mixed Signal Concerns to a Digital VLSI Course Session Number 1532 Adding Analog and Mixed Signal Concerns to a Digital VLSI Course John A. Nestor and David A. Rich Department of Electrical and Computer Engineering Lafayette College Abstract This paper

More information

Digital Blocks Semiconductor IP

Digital Blocks Semiconductor IP Digital Blocks Semiconductor IP General Description The Digital Blocks IP Core decodes an ITU-R BT.656 digital video uncompressed NTSC 720x486 (525/60 Video System) and PAL 720x576 (625/50 Video System)

More information

Digital Blocks Semiconductor IP

Digital Blocks Semiconductor IP Digital Blocks Semiconductor IP General Description The Digital Blocks core is a full function equivalent to the Motorola MC6845 device. The interfaces a microprocessor to a raster-scan CRT display. The

More information

Introduction to The Design of Mixed-Signal Systems on Chip 1

Introduction to The Design of Mixed-Signal Systems on Chip 1 Introduction to The Design of Mixed-Signal Systems on Chip 1 Ken Kundert Cadence Design Systems Design of Mixed-Signal Systems on Chip 35 th Design Automation Conference, 1998 Henry Chang Felicia James

More information

Prototyping an ASIC with FPGAs. By Rafey Mahmud, FAE at Synplicity.

Prototyping an ASIC with FPGAs. By Rafey Mahmud, FAE at Synplicity. Prototyping an ASIC with FPGAs By Rafey Mahmud, FAE at Synplicity. With increased capacity of FPGAs and readily available off-the-shelf prototyping boards sporting multiple FPGAs, it has become feasible

More information

FPGA-BASED EDUCATIONAL LAB PLATFORM

FPGA-BASED EDUCATIONAL LAB PLATFORM FPGA-BASED EDUCATIONAL LAB PLATFORM Mircea Alexandru DABÂCAN, Clint COLE Mircea Dabâcan is with Technical University of Cluj-Napoca, Electronics and Telecommunications Faculty, Applied Electronics Department,

More information

Design and analysis of microcontroller system using AMBA- Lite bus

Design and analysis of microcontroller system using AMBA- Lite bus Design and analysis of microcontroller system using AMBA- Lite bus Wang Hang Suan 1,*, and Asral Bahari Jambek 1 1 School of Microelectronic Engineering, Universiti Malaysia Perlis, Perlis, Malaysia Abstract.

More information

Certus TM Silicon Debug: Don t Prototype Without It by Doug Amos, Mentor Graphics

Certus TM Silicon Debug: Don t Prototype Without It by Doug Amos, Mentor Graphics Certus TM Silicon Debug: Don t Prototype Without It by Doug Amos, Mentor Graphics FPGA PROTOTYPE RUNNING NOW WHAT? Well done team; we ve managed to get 100 s of millions of gates of FPGA-hostile RTL running

More information

Display Technology. Images stolen from various locations on the web... Cathode Ray Tube

Display Technology. Images stolen from various locations on the web... Cathode Ray Tube Display Technology Images stolen from various locations on the web... Cathode Ray Tube 1 Cathode Ray Tube Raster Scanning 2 Electron Gun Beam Steering Coils 3 Color Shadow Mask and Aperture Grille 4 Liquid

More information

COE328 Course Outline. Fall 2007

COE328 Course Outline. Fall 2007 COE28 Course Outline Fall 2007 1 Objectives This course covers the basics of digital logic circuits and design. Through the basic understanding of Boolean algebra and number systems it introduces the student

More information

Digital Systems Design

Digital Systems Design ECOM 4311 Digital Systems Design Eng. Monther Abusultan Computer Engineering Dept. Islamic University of Gaza Page 1 ECOM4311 Digital Systems Design Module #2 Agenda 1. History of Digital Design Approach

More information

Design for Testability

Design for Testability TDTS 01 Lecture 9 Design for Testability Zebo Peng Embedded Systems Laboratory IDA, Linköping University Lecture 9 The test problems Fault modeling Design for testability techniques Zebo Peng, IDA, LiTH

More information

1. Synopsis: 2. Description of the Circuit:

1. Synopsis: 2. Description of the Circuit: Design of a Binary Number Lock (using schematic entry method) 1. Synopsis: This lab gives you more exercise in schematic entry, state machine design using the one-hot state method, further understanding

More information

A CONTROL MECHANISM TO THE ANYWHERE PIXEL ROUTER

A CONTROL MECHANISM TO THE ANYWHERE PIXEL ROUTER University of Kentucky UKnowledge University of Kentucky Master's Theses Graduate School 2007 A CONTROL MECHANISM TO THE ANYWHERE PIXEL ROUTER Subhasri Krishnan University of Kentucky, skris0@engr.uky.edu

More information

Commsonic. Satellite FEC Decoder CMS0077. Contact information

Commsonic. Satellite FEC Decoder CMS0077. Contact information Satellite FEC Decoder CMS0077 Fully compliant with ETSI EN-302307-1 / -2. The IP core accepts demodulated digital IQ inputs and is designed to interface directly with the CMS0059 DVB-S2 / DVB-S2X Demodulator

More information

Lecture 23 Design for Testability (DFT): Full-Scan

Lecture 23 Design for Testability (DFT): Full-Scan Lecture 23 Design for Testability (DFT): Full-Scan (Lecture 19alt in the Alternative Sequence) Definition Ad-hoc methods Scan design Design rules Scan register Scan flip-flops Scan test sequences Overheads

More information

HDL & High Level Synthesize (EEET 2035) Laboratory II Sequential Circuits with VHDL: DFF, Counter, TFF and Timer

HDL & High Level Synthesize (EEET 2035) Laboratory II Sequential Circuits with VHDL: DFF, Counter, TFF and Timer 1 P a g e HDL & High Level Synthesize (EEET 2035) Laboratory II Sequential Circuits with VHDL: DFF, Counter, TFF and Timer Objectives: Develop the behavioural style VHDL code for D-Flip Flop using gated,

More information

Laboratory 4. Figure 1: Serdes Transceiver

Laboratory 4. Figure 1: Serdes Transceiver Laboratory 4 The purpose of this laboratory exercise is to design a digital Serdes In the first part of the lab, you will design all the required subblocks for the digital Serdes and simulate them In part

More information

LogiCORE IP Spartan-6 FPGA Triple-Rate SDI v1.0

LogiCORE IP Spartan-6 FPGA Triple-Rate SDI v1.0 LogiCORE IP Spartan-6 FPGA Triple-Rate SDI v1.0 DS849 June 22, 2011 Introduction The LogiCORE IP Spartan -6 FPGA Triple-Rate SDI interface solution provides receiver and transmitter interfaces for the

More information

A video signal processor for motioncompensated field-rate upconversion in consumer television

A video signal processor for motioncompensated field-rate upconversion in consumer television A video signal processor for motioncompensated field-rate upconversion in consumer television B. De Loore, P. Lippens, P. Eeckhout, H. Huijgen, A. Löning, B. McSweeney, M. Verstraelen, B. Pham, G. de Haan,

More information

Spartan-II Development System

Spartan-II Development System 2002-May-4 Introduction Dünner Kirchweg 77 32257 Bünde Germany www.trenz-electronic.de The Spartan-II Development System is designed to provide a simple yet powerful platform for FPGA development, which

More information

4. Formal Equivalence Checking

4. Formal Equivalence Checking 4. Formal Equivalence Checking 1 4. Formal Equivalence Checking Jacob Abraham Department of Electrical and Computer Engineering The University of Texas at Austin Verification of Digital Systems Spring

More information

DC Ultra. Concurrent Timing, Area, Power and Test Optimization. Overview

DC Ultra. Concurrent Timing, Area, Power and Test Optimization. Overview DATASHEET DC Ultra Concurrent Timing, Area, Power and Test Optimization DC Ultra RTL synthesis solution enables users to meet today s design challenges with concurrent optimization of timing, area, power

More information

Display Technology.! Images stolen from various locations on the web... Cathode Ray Tube

Display Technology.! Images stolen from various locations on the web... Cathode Ray Tube Display Technology! Images stolen from various locations on the web... Cathode Ray Tube 1 Cathode Ray Tube Raster Scanning 2 Electron Gun Beam Steering Coils 3 Color Shadow Mask and Aperture Grille 4 Liquid

More information

An Efficient SOC approach to Design CRT controller on CPLD s

An Efficient SOC approach to Design CRT controller on CPLD s A Monthly Peer Reviewed Open Access International e-journal An Efficient SOC approach to Design CRT controller on CPLD s Abstract: Sudheer Kumar Marsakatla M.tech Student, Department of ECE, ACE Engineering

More information

Modeling Latches and Flip-flops

Modeling Latches and Flip-flops Lab Workbook Introduction Sequential circuits are the digital circuits in which the output depends not only on the present input (like combinatorial circuits), but also on the past sequence of inputs.

More information

Design of a Binary Number Lock (using schematic entry method) 1. Synopsis: 2. Description of the Circuit:

Design of a Binary Number Lock (using schematic entry method) 1. Synopsis: 2. Description of the Circuit: Design of a Binary Number Lock (using schematic entry method) 1. Synopsis: This lab gives you more exercise in schematic entry, state machine design using the one-hot state method, further understanding

More information

MC-ACT-DVBMOD April 23, Digital Video Broadcast Modulator Datasheet v1.2. Product Summary

MC-ACT-DVBMOD April 23, Digital Video Broadcast Modulator Datasheet v1.2. Product Summary MC-ACT-DVBMOD April 23, 2004 Digital Video Broadcast Modulator Datasheet v1.2 3721 Valley Centre Drive San Diego, CA 92130 USA Americas: +1 800-752-3040 Europe: +41 (0) 32 374 32 00 Asia: +(852) 2410 2720

More information

EECS150 - Digital Design Lecture 18 - Circuit Timing (2) In General...

EECS150 - Digital Design Lecture 18 - Circuit Timing (2) In General... EECS150 - Digital Design Lecture 18 - Circuit Timing (2) March 17, 2010 John Wawrzynek Spring 2010 EECS150 - Lec18-timing(2) Page 1 In General... For correct operation: T τ clk Q + τ CL + τ setup for all

More information

Using SignalTap II in the Quartus II Software

Using SignalTap II in the Quartus II Software White Paper Using SignalTap II in the Quartus II Software Introduction The SignalTap II embedded logic analyzer, available exclusively in the Altera Quartus II software version 2.1, helps reduce verification

More information

Equivalence Checking using Assertion based Technique

Equivalence Checking using Assertion based Technique Equivalence Checking using Assertion based Technique Shailesh Kumar NIT Bhopal Sameer Arvikar DAVV Indore Saurabh Jha STMicroelectronics, Greater Noida Tarun K. Gupta, PhD Asst. Professor NIT Bhopal ABSTRACT

More information

Single Channel LVDS Tx

Single Channel LVDS Tx April 2013 Introduction Reference esign R1162 Low Voltage ifferential Signaling (LVS) is an electrical signaling system that can run at very high speeds over inexpensive twisted-pair copper cables. It

More information

FPGA Based Implementation of Convolutional Encoder- Viterbi Decoder Using Multiple Booting Technique

FPGA Based Implementation of Convolutional Encoder- Viterbi Decoder Using Multiple Booting Technique FPGA Based Implementation of Convolutional Encoder- Viterbi Decoder Using Multiple Booting Technique Dr. Dhafir A. Alneema (1) Yahya Taher Qassim (2) Lecturer Assistant Lecturer Computer Engineering Dept.

More information

FPGA Design. Part I - Hardware Components. Thomas Lenzi

FPGA Design. Part I - Hardware Components. Thomas Lenzi FPGA Design Part I - Hardware Components Thomas Lenzi Approach We believe that having knowledge of the hardware components that compose an FPGA allow for better firmware design. Being able to visualise

More information

AC : DIGITAL DESIGN MEETS DSP

AC : DIGITAL DESIGN MEETS DSP AC 2011-754: DIGITAL DESIGN MEETS DSP Christopher S Greene, University of Saint Thomas Christopher Greene received his Ph.D. in Electrical Engineering from the Massachusetts Institute of Technology (MIT)

More information

Main Design Project. The Counter. Introduction. Macros. Procedure

Main Design Project. The Counter. Introduction. Macros. Procedure Main Design Project Introduction In order to gain some experience with using macros we will exploit some of the features of our boards to construct a counter that will count from 0 to 59 with the counts

More information