Commit 36c005e0 authored by Andrey Filippov's avatar Andrey Filippov
Browse files

Merge branch 'master' of git.elphel.com:Elphel/x393

parents 2478e215 cb6ad792
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -3,15 +3,15 @@ x393


![x393 Block Diagram](x393_diagram.png)
![x393 Block Diagram](x393_diagram.png)


FPGA code for Elphel 393 camera, created with [VDT plugin](https://github.com/Elphel/vdt-plugin). It runs on Xilinx Zynq 7030 SoC (FPGA plus dual ARM).
FPGA code for Elphel 393 camera, created with [VDT plugin](https://git.elphel.com/Elphel/vdt-plugin). It runs on Xilinx Zynq 7030 SoC (FPGA plus dual ARM).


[Documentation](http://docs.elphel.com/x393) is generated with Doxygen-based Doxverilog.
[Documentation](https://docs.elphel.com/x393) is generated with Doxygen-based Doxverilog.


Run ./INIT_PROJECT in the top directory to copy initial .project and .pydevproject files for Eclipse
Run ./INIT_PROJECT in the top directory to copy initial .project and .pydevproject files for Eclipse


Simulation of this project requires some files from the Xilinx proprietary _unisims_ library (list of dependencies
Simulation of this project requires some files from the Xilinx proprietary _unisims_ library (list of dependencies
is in this [blog post](http://blog.elphel.com/2016/03/free-fpga-reimplement-the-primitives-models/)).
is in this [blog post](https://blog.elphel.com/2016/03/free-fpga-reimplement-the-primitives-models/)).
[VDT plugin](https://github.com/Elphel/vdt-plugin) README file describes steps needed after installation of Xilinx software
[VDT plugin](https://git.elphel.com/Elphel/vdt-plugin) README file describes steps needed after installation of Xilinx software
(unisims library is not distributed separately). 
(unisims library is not distributed separately). 


Python program used on the target and during Cocotb simulation requires Python numpy module, on Ubuntu you may
Python program used on the target and during Cocotb simulation requires Python numpy module, on Ubuntu you may