Achronix Speedster22i sBus Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Computerhardware Achronix Speedster22i sBus herunter. Achronix Speedster22i sBus User Manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken

Inhaltsverzeichnis

Seite 1 - User Guide

UG047, October 24, 2013 1 Speedster22i sBus Interface User Guide UG047, October 24, 2013

Seite 2 - Copyright Info

10 UG047, October 24, 2013 Operation The sBus takes serial data from the FPGA fabric sBus control logic (“Fabric”) and transmits it over a 2-bit d

Seite 3 - Table of Contents

UG047, October 24, 2013 11 Chapter 2 – sBus Functional Description In this chapter, you will learn the following about the sBus serial bus: Port List

Seite 4 - 4 UG047, October 24, 2013

12 UG047, October 24, 2013 6. Assert the o_sbus_ack signal, when data is ready. 7. Transmit the serial data on the o_sbus_data[1:0] signal

Seite 5 - List of Figures

UG047, October 24, 2013 13 Write Operation 32-bit Data-width Mode For a 32-bit data-width mode write operation, you must do the following. 1. Assert

Seite 6 - List of Tables

14 UG047, October 24, 2013 Figure 6: 8-bit Data Width sBus Write Operation

Seite 7 - Preface

UG047, October 24, 2013 15 Chapter 3 – sBus Interfaces In this chapter, you will learn the following about the sBus serial bus: Master Interface Slave

Seite 8 - 8 UG047, October 24, 2013

16 UG047, October 24, 2013 FabricsBus Port Control Logicsbus_clkreset_sbus_clki_sbus_reqi_sbus_data [1:0]o_sbus_acko_sbus_data [1:0]Slave 1Slave 2

Seite 9 - Chapter 1 – sBus Overview

UG047, October 24, 2013 17 Chapter 4 – sBus Master Implementation In this chapter, you will learn the following about the sBus serial bus: Single Mast

Seite 10 - Features

18 UG047, October 24, 2013 3. Monitor the o_sbus_ack signal from the PLL sBus slave signaling the end of the write request. Note: Y

Seite 11 - Read Operation

UG047, October 24, 2013 19 before a specific action, you must also consider latencies in the design to ensure that the delay from the s

Seite 12 - 8-bit Data-width Mode

2 UG047, October 24, 2013 Copyright Info Copyright © 2013 Achronix Semiconductor Corporation. All rights reserved. Achronix is a trademar

Seite 13 - Write Operation

20 UG047, October 24, 2013 Chapter 5 – sBus Design Examples In this chapter, you will learn the following about the sBus serial bus: sBus Master De

Seite 14

UG047, October 24, 2013 21 Signal Direction Description interface (from slave) o_sbus_data[1:0] Output Output serial data of sBus interface (to slave)

Seite 15 - Chapter 3 – sBus Interfaces

22 UG047, October 24, 2013 sBus Master Operation The sBus master will move from the ST_SBUS_IDLE to the ST_SBUS_ADDR state when you assert the i_s

Seite 16 - Slave Interface

UG047, October 24, 2013 23 Appendix A – sBus Master Verilog Code // // Module Name : sbus_master_if // // Description : SBUS master module to transfer

Seite 17

24 UG047, October 24, 2013 parameter ST_SBUS_ADDR = 5'b00010; parameter ST_SBUS_WR_DATA = 5'b00100; parameter ST_SBUS_

Seite 18 - Design Considerations

UG047, October 24, 2013 25 sbus_cs <= ST_SBUS_WR_DATA; end ST_SBUS_WR : begin

Seite 19

26 UG047, October 24, 2013 if ((sbus_cs[3] && i_sbus_ack) || (sbus_cs[4] && (&rdwr_data_cnt))) o_reg_rdwr_v

Seite 20 - Design Example

UG047, October 24, 2013 27 Appendix B – Revision History The following table lists the revision history of this document. Date Version Revisions 10/24

Seite 21 - Master State Machine

UG047, October 24, 2013 3 Table of Contents Copyright Info ...

Seite 22 - Clocking Considerations

4 UG047, October 24, 2013 Read Operation ...

Seite 23 - UG047, October 24, 2013

UG047, October 24, 2013 5 List of Figures Figure 1: The HD1000 FPGA with sBus interfaces ...

Seite 24

6 UG047, October 24, 2013 List of Tables Table 1: HD1000 sBus Port Definition ...

Seite 25

UG047, October 24, 2013 7 Preface About this Guide The Achronix sBus is a serial bus implemented on the AC22IHD1000-F53C3 FPGA device to allow users

Seite 26

8 UG047, October 24, 2013 Conventions used in this Guide This document uses the conventions shown in the following table. Item Format Examples Com

Seite 27 - Revisions

UG047, October 24, 2013 9 Chapter 1 – sBus Overview In this chapter, you will learn the following about the sBus serial bus: Introduction Operation Fe

Kommentare zu diesen Handbüchern

Keine Kommentare