Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
7854cfd1
Commit
7854cfd1
authored
Jul 08, 2017
by
Jens Korinth
Browse files
Update README.md - fix dead link
parent
b992dd73
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7854cfd1
...
...
@@ -16,12 +16,12 @@ Basic Usage
-----------
Class
`ModuleBuilder`
provides an abstract base class for an executable object with a
`main`
method. You'll only need to provide a list of Chisel cores you'd like to wrap into IP-XACT.
A full example can be found in
`example
s
`
; test it as follows:
A full example can be found in
`example`
; test it as follows:
1.
Source the Vivado settings scripts, make sure
`vivado`
is in the
`PATH`
.
2.
In the
`chisel-packaging`
base dir, do:
cp example
s
/
*
.
cp example/
*
.
3.
Execute via:
...
...
@@ -60,7 +60,7 @@ The easiest way to setup `chisel-packaging` for your Chisel project with `sbt` i
4.
Implement
`chisel.packaging.ModuleBuilder`
in your own code; if you've chosen
a different directory than
`packaging`
for the subtree, you can pass it to the
baseclass constructor -- see
[
example
s
/ModuleBuilder
.scala
](
examples/ModuleBuilder
.scala
)
.
baseclass constructor -- see
[
example/ModuleBuilder
Test
.scala
][
3
]
5.
Build the IP-XACT cores via
`sbt run`
.
...
...
@@ -74,4 +74,5 @@ Gotchas
the empty lines; they are required by
`sbt`
.
[
1
]:
https://www.atlassian.com/blog/git/alternatives-to-git-submodule-git-subtree
[
2
]:
https://www.xilinx.com/products/design-tools/vivado.html
\ No newline at end of file
[
2
]:
https://www.xilinx.com/products/design-tools/vivado.html
[
3
]:
example/ModuleBuilderTest.scala
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment