Loading README.md +26 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
README.md +26 −0 Original line number Diff line number Diff line Loading @@ -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. Loading