Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vdt-plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
vdt-plugin
Commits
83b675ed
Commit
83b675ed
authored
May 17, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
a02fae25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
18 deletions
+11
-18
README.md
README.md
+11
-18
No files found.
README.md
View file @
83b675ed
...
...
@@ -21,12 +21,12 @@ Table of Contents
*
[
Configuring JavaCC (optional)
](
#configuring-javacc-optional
)
*
[
Building and running VDT
](
#building-and-running-vdt
)
*
[
Import and configuration of the sample project in VDT
](
#import-and-configuration-of-the-sample-project-in-vdt
)
*
[
Import
eddr3 project
](
#import-eddr
3-project
)
*
[
Configuration of VDT for
eddr3 project
](
#configuration-of-vdt-for-eddr
3-project
)
*
[
Import
x393 project
](
#import-x39
3-project
)
*
[
Configuration of VDT for
x393 project
](
#configuration-of-vdt-for-x39
3-project
)
*
[
Configure access to the server with Xilinx tools
](
#configure-access-to-the-server-with-xilinx-tools
)
*
[
Copy unisims library to the local directory
](
#copy-unisims-library-to-the-local-directory
)
*
[
Patch primitive(s) to work with Icarus Verilog
](
#patch-primitives-to-work-with-icarus-verilog
)
*
[
Simulating
eddr3 project with Icarus Verilog
](
#simulating-eddr
3-project-with-icarus-verilog
)
*
[
Simulating
x393 project with Icarus Verilog
](
#simulating-x39
3-project-with-icarus-verilog
)
##VDT plugin documentation
Documentation is available in a separate
[
vdt_docs
](
https://github.com/Elphel/vdt-docs
)
repository.
...
...
@@ -177,12 +177,16 @@ tools.
You may already have it if you installed other software for Elphel NC393 camera development, if that
is the case you can skip the next step and use ~/git/elphel393/fpga-elphel/x393/
```
git clone git@github.com:Elphel/x393.git
git clone https://github.com/Elphel/x393.git
cd x393
./INIT_PROJECT
```
The last command copies Eclipse .project and .pydevproject files to the working directory.
From the Eclipse instance that runs VDT plugin (not the one with the VDT source code)
use the same steps as for importing VDT plugin code (described above):
```
File->Import->Git->Projects from Git->Existing local repository-> Select directory where you cloned
eddr
3
File->Import->Git->Projects from Git->Existing local repository-> Select directory where you cloned
x39
3
Import Existing Projects (wizard selection)
```
Keep both
**x393**
and
**py393**
checked and press
**Finish**
...
...
@@ -263,9 +267,9 @@ Vivado Tools -> Vivado utilities -> Copy Vivado primitives library to the local
```
#### Patch primitive(s) to work with Icarus Verilog
Some of the Xilinx primitives can not be simulated correctly with Icarus Verilog, we will add more patches
when we'll hit particular problems, for
eddr
3 only one file needs to be patched - OSERDESE1.v
when we'll hit particular problems, for
x39
3 only one file needs to be patched - OSERDESE1.v
Run patch command from the unisms subdirectory of the
eddr
3 project :
Run patch command from the unisms subdirectory of the
x39
3 project :
```
bash
patch
-p1
< ../unisims_patches/OSERDESE1.diff
```
...
...
@@ -290,14 +294,3 @@ If everything will work correctly, Icarus will compile and simulate the design (
In the case of problems you may get more verbose output in the console if you right-click on the
*Icarus Verilog Simulator*
, select
*Tool parameters*
, open
*Options tab*
and check
*
Show output
with no errors/warnings
*
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