| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Document of the DVP RX Controller
HDL source of DVP RX Controller
DVP RX Controller is a parallel camera interface controller that supports communicating with Digital Video Port (DVP) protocol. The controller provides 2 AXI interfaces to stream the pixels and configure the controller. The user can configure an internal Direct-memory-access (DMA) to set streaming pixel out mode. Moreover, the controller provides some features: hardware image resizer, pixel-misalignment automatic correction, etc.
Read the Document of the DVP RX Controller for more detail
git clone https://github.com/atfox272/DVP-RX-Controller.git cd ./DVP-RX-Controller git submodule update --init --recursive
All RTL files are listed in the rtl.f file.
More detail in the section Verification in document of the DVP RX Controller. In Simulation section, I only guide you how to run simulation.
cd ./sim make
| Back | FazBrowse Home | New Git URL |