Commit db52962b authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+instructions

parent 6dea1234
......@@ -2,6 +2,32 @@
SATA controller for x393 camera
Board: Zynq 7z30
FPGA: Kintex-7
# Clone
git clone https://github.com/Elphel/x393_sata **--recursive**
# Working on remote PC
1. sudo apt-get install ssh-askpass
2. ssh-copy-id user@ip
# Simulation
* Get unisims library - refresh project files otherwise nothing will work
# Swtich between synthesis & simulation
Edit *.editor_defines*:
* simulation:
`define SIMULATION 1
`define CHECKERS_ENABLED 1
`define OPEN_SOURCE_ONLY 1
`define PRELOAD_BRAMS
* synthesis:
//`define SIMULATION 1
//`define CHECKERS_ENABLED 1
//`define OPEN_SOURCE_ONLY 1
`define PRELOAD_BRAMS
# Current step:
Testing basic functionallity of a host.
Trying out pio access.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment