Skip to content

ulx3s/ulx3s-saxonsoc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 15 commits behind dok3r:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Docker Pulls

ulx3s-saxonsoc

Automated builds for ulx3s for all FPGA sizes.

Usage

You just need to start wrap.sh:

git clone https://github.com/dok3r/ulx3s-saxonsoc.git
cd ulx3s-saxonsoc
./wrap.sh -e FPGA_SIZE=85 -e SDRAM_SIZE=32 -e DIST_OUT=/dist/ulx3s-85-32

make will output bit and other files in $HOME/dist

Docker

If you just need build environment:

docker run -it --user 1000 dok3r/ulx3s-saxonsoc

Of course, you can always run build script inside docker:

docker run -it --user 1000 -v $HOME/dist:/dist -v `pwd`/scripts:/scripts dok3r/ulx3s-saxonsoc
/scripts/build.sh

If you need more dirs to be available:

docker run -it --user 1000 -v $HOME/fpga:/fpga -v $HOME/dist:/dist -v `pwd`/scripts:/scripts dok3r/ulx3s-saxonsoc

About

SaxonSoc build environment

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 69.7%
  • Dockerfile 20.7%
  • Makefile 9.4%
  • Batchfile 0.2%