Skip to content

stanford-ppl/spatial-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spatial Quickstart

Prerequisites:

To setup:

Spatial-quickstart provides the scala project skeleton and a build.sbt configured to fetch Spatial from the Nexus Repository Manager without requiring a local installation or build of the compiler. If you prefer the full language and compiler, visit the Spatial repo

Please follow these instructions to install spatial-quickstart:

git clone https://github.com/stanford-ppl/spatial-quickstart.git
export SPATIAL_HOME=`pwd`/spatial-quickstart

To run:

bin/spatial <name of app> <compile flags>
cd <generated directory>
make <target>
bash run.sh <arguments>

Links: