-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed some of the build scripts for use with the dockerfile. Also mad…
…e changes to the dockerfile so that it now builds in a single step.
- Loading branch information
Shane Fleming
authored and
Shane Fleming
committed
Jun 6, 2016
1 parent
6f53d57
commit c2d7431
Showing
15 changed files
with
25 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,17 +11,25 @@ StitchUp is a plugin to the LegUp High Level Synthesis tool that enables the gen | |
|
||
Verison 1.0 : release date 06/06/2016 | ||
|
||
##Docker file | ||
-------------- Docker file --------------------- | ||
The fastest way to get up and running with StitchUp is to use docker. | ||
Make sure Docker is installed on your machine and type the following commands in the root directory of the project. | ||
|
||
docker build -t "stitchup_container" . | ||
docker run -ti stitchup_container /bin/bash | ||
|
||
This will setup a container, install all the legup & stitchup required dependencies, builds legup, and patches in stitchup and builds it. | ||
This will setup a container, install all the legup & stitchup required dependencies, download legup, build legup, and patch in stitchup. | ||
|
||
--------------- Running example builds --------------------------- | ||
|
||
##Running example builds | ||
Examples are contained in the directory examples/. | ||
To build one of the examples navigate to that directory and type make. | ||
|
||
In the docker image the examples build a verilog file of the StitchUp protected circuit and an AXI wrapper for instantiating them in a Xilinx device. | ||
The build script does not wrap all the components into an IP core for use in Vivado, however this is possible if the Xilinx build tools are installed. | ||
|
||
|
||
--------------- Contact and about ------------------------- | ||
Any queries about using the tool feel free to contact me at: [email protected] | ||
Written by, Shane T. Fleming. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ rm bf.renamed.stitchedup.v | |
make bf.wrapper.v | ||
make bf_tb.v | ||
#./runVsim | ||
make bf.ipcore | ||
#make bf.ipcore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ rm gsm.renamed.stitchedup.v | |
make gsm.wrapper.v | ||
make gsm_tb.v | ||
#./runVsim | ||
make gsm.ipcore | ||
#make gsm.ipcore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ rm main.renamed.stitchedup.v | |
make main.wrapper.v | ||
make main_tb.v | ||
#./runVsim | ||
make main.ipcore | ||
#make main.ipcore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ rm mips.renamed.stitchedup.v | |
make mips.wrapper.v | ||
make mips_tb.v | ||
./runVsim | ||
make mips.ipcore | ||
#make mips.ipcore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters