Commit db52962b authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

+instructions

parent 6dea1234
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -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.