Skip to content

Commit

Permalink
delete unnecessary files and rename executable jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Zagieboylo authored and Drew Zagieboylo committed Feb 18, 2021
1 parent c72aa0a commit 489a53b
Show file tree
Hide file tree
Showing 76 changed files with 10 additions and 2,480 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export SCALA_V := 2.13
export COMPILER_JAR := target/scala-$(SCALA_V)/pdsl.jar
export COMPILER_JAR := target/scala-$(SCALA_V)/pdl.jar

export BSV_LOCKS := $(realpath bscRuntime/locks)
export BSV_MEMS := $(realpath bscRuntime/memories)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ the only supported platform.

In the top-level directory of this repo, simply run `make`.

This will produce an executable jar, `pdsl.jar`, in the `target/scala-2.13/` directory
This will produce an executable jar, `pdl.jar`, in the `target/scala-2.13/` directory
and will use BSV to compile the custom hardware module libraries.

You can also manually build the compiler by running `sbt compile`.
Expand All @@ -45,7 +45,7 @@ You can also manually build the compiler by running `sbt compile`.
The main class is `pipedsl.Main` and can be run via
the sbt command `sbt "run pipedsl.Main <args>"`.
Alternatively, the executable jar can be used by
running java with the command `java -jar pdsl.jar <args>`.
running java with the command `java -jar pdl.jar <args>`.

We also provide a script `pdl` in the `bin` directory that
runs the executable jar with the provided arguments.
Expand Down
2 changes: 1 addition & 1 deletion bin/pdl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

#execute the pdl compiler
JARNAME=pdsl.jar
JARNAME=pdl.jar
JARPATH=target/scala-2.13/"$JARNAME"
SCRIPTPATH=$(cd "$(dirname "$0")" && pwd -P)
#pass through all cmds except fist
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name := "PipeDSL"
name := "PipelineDescriptionLanguage"
version := "0.0.1"
scalaVersion := "2.13.2"

Expand All @@ -25,6 +25,6 @@ libraryDependencies ++= Seq(
)

//Deployment Options
assemblyJarName in assembly := "pdsl.jar"
assemblyJarName in assembly := "pdl.jar"
test in assembly := {}
mainClass in assembly := Some("pipedsl.Main")
21 changes: 0 additions & 21 deletions examples/Memories

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 0 additions & 32 deletions examples/hls/bfs

This file was deleted.

44 changes: 0 additions & 44 deletions examples/hls/histogram

This file was deleted.

61 changes: 0 additions & 61 deletions examples/hls/simpleloop

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
116 changes: 0 additions & 116 deletions examples/modules/functional.pdsl

This file was deleted.

14 changes: 0 additions & 14 deletions examples/modules/lockregion.pdsl

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 489a53b

Please sign in to comment.