Bidirectional AXI data channel

This page summarizes the projects mentioned and recommended in the original post on /r/FPGA

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dbgbus

    A collection of debugging busses developed and presented at zipcpu.com

  • My personal solution to this problem has been to convert bus commands to UART commands. In my world, however, the PC/host sets up the UART commands and the FPGA decodes them into bus commands and then encodes a return value. This is useful because it can be done in 2 wires. I've also done it for JTAG (similar to SPI as implemented) where it takes 4 wires. Check out my articles on the "debugging bus" if you'd like to read more about this approach. (I now have AXI drivers for my debugging bus as well.)

  • wb2axip

    Bus bridges and other odds and ends

  • You might find quickly that it is difficult to get enough I/O's to do what you are asking for. (Two address channels, two data channels, byte strobes, two return channels and a whole lot of valid/ready signals.) An alternative protocol you might wish to look into would be Wishbone. Wishbone bus cycles are either read or write cycles--never both like AXI. When using Wishbone, the master creates a WE (write enable) signal which could be used to control the bus direction. You'd then drop one address channel (since Wishbone shares read/write addresses together), a couple bits of address (since Wishbone addresses are word addresses, not byte addresses), and multiplex the data channel. An AXI to Wishbone or even a Wishbone to AXI bridge might be valuable here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Testing Axi Slaves in Simulation

    1 project | /r/FPGA | 4 Jan 2023
  • Guys can u send me some github repositories on some simple project on system verilog with functionality like with couple functions ? Its my first reddit post in my life.

    1 project | /r/FPGA | 14 Nov 2022
  • A simple AXI-Lite register file

    1 project | /r/FPGA | 24 Oct 2022
  • AXI-Lite register bank revisited

    1 project | /r/FPGA | 22 Oct 2022
  • Connecting custom IP to microblaze

    1 project | /r/FPGA | 24 Sep 2022