sdaccel

package module
v0.23.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2019 License: BSD-3-Clause Imports: 0 Imported by: 18

README

sdaccel

Build Status Documentation

A library for interacting with SDAccel from Go

Using in your kernels

Reconfigure.io supports including vendor packages in your kernels. You can use your favorite Go dependency manager to add it to your kernel. We use glide for our code.

$ glide create --non-interactive
[INFO]  Generating a YAML configuration file and guessing the dependencies
[INFO]  Attempting to import from other package managers (use --skip-import to skip)
[INFO]  Scanning code to look for dependencies
[INFO]  Writing configuration file (glide.yaml)
[INFO]  You can now edit the glide.yaml file. Consider:
[INFO]  --> Using versions and ranges. See https://glide.sh/docs/versions/
[INFO]  --> Adding additional metadata. See https://glide.sh/docs/glide.yaml/
[INFO]  --> Running the config-wizard command to improve the versions in your configuration
$ glide get github.com/ReconfigureIO/sdaccel
[INFO]  Preparing to install 1 package.
[INFO]  Attempting to get package github.com/ReconfigureIO/sdaccel
[INFO]  --> Gathering release information for github.com/ReconfigureIO/sdaccel
[INFO]  --> Adding github.com/ReconfigureIO/sdaccel to your configuration
[INFO]  Downloading dependencies. Please wait...
[INFO]  --> Fetching updates for github.com/ReconfigureIO/sdaccel
[INFO]  Resolving imports
[INFO]  Downloading dependencies. Please wait...
[INFO]  Exporting resolved dependencies...
[INFO]  --> Exporting github.com/ReconfigureIO/sdaccel
[INFO]  Replacing existing vendor dependencies

Contributing

Pull requests & issues are enthusiastically accepted!

By participating in this project you agree to follow our Code of Conduct.

Documentation

Overview

TODO: This no longer does anything useful, so should be deleted once it is no longer referenced by example code.

Directories

Path Synopsis
axi
arbitrate
Package arbitrate provides reusable arbitrators for AXI transations.
Package arbitrate provides reusable arbitrators for AXI transations.
memory
Package memory provides high level operations for working an AXI bus
Package memory provides high level operations for working an AXI bus
protocol
Package protocol provides low level primitives for working the AXI4 protocol
Package protocol provides low level primitives for working the AXI4 protocol
cmd
fix
Fix finds Go programs for Reconfigure.io that use old APIs and rewrites them to use newer ones.
Fix finds Go programs for Reconfigure.io that use old APIs and rewrites them to use newer ones.
Package smi/protocol provides low level primitives and data types for working with the SMI protocol.
Package smi/protocol provides low level primitives and data types for working with the SMI protocol.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL