forked from SimulaVR/simula-one-fpga-vitis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
50 changed files
with
8,322 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
{ | ||
"workspaceRoot": "/home/dkr/simula-one-fpga/vitis_workspace", | ||
"mapping": { | ||
"/home/dkr/simula-one-fpga/hls/src/xf_isp_tb.cpp": "isp-hls", | ||
"isp-hls/xf_isp_accel.cpp": "isp-hls", | ||
"isp-hls/Untitled.cpp": "isp-hls", | ||
"lossless_compression/lz4_compress_stream.cpp": "lossless_compression", | ||
"isp-hls/src/xf_isp_tb.cpp": "isp-hls", | ||
"/home/dkr/simula-one-fpga/hls/src/xf_isp_accel.cpp": "isp-hls", | ||
"isp-hls/xf_isp_tb.cpp": "isp-hls", | ||
"isp-hls/src/xf_isp_accel.cpp": "isp-hls" | ||
"lossless_compression/gzip_compress_multicore_stream.cpp": "lossless_compression", | ||
"isp-hls/src/xf_isp_accel.cpp": "isp-hls", | ||
"lossless_compression/snappy_compress_stream.cpp": "lossless_compression" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#ifndef VDMA_H_N | ||
#define VDMA_H_N | ||
|
||
typedef struct vdma_handle | ||
{ | ||
/* The device ID of the VDMA */ | ||
unsigned int device_id; | ||
/* The state variable to keep track if the initialization is done*/ | ||
unsigned int init_done; | ||
/** The XAxiVdma driver instance data. */ | ||
XAxiVdma* InstancePtr; | ||
/* The XAxiVdma_DmaSetup structure contains all the necessary information to | ||
* start a frame write or read. */ | ||
XAxiVdma_DmaSetup ReadCfg; | ||
XAxiVdma_DmaSetup WriteCfg; | ||
/* Horizontal size of frame */ | ||
unsigned int hsize; | ||
/* Vertical size of frame */ | ||
unsigned int vsize; | ||
/* Buffer address from where read and write will be done by VDMA */ | ||
unsigned int buffer_address; | ||
/* Flag to tell VDMA to interrupt on frame completion*/ | ||
unsigned int enable_frm_cnt_intr; | ||
/* The counter to tell VDMA on how many frames the interrupt should happen*/ | ||
unsigned int number_of_frame_count; | ||
}vdma_handle; | ||
|
||
extern vdma_handle vdma_context[XPAR_XAXIVDMA_NUM_INSTANCES]; | ||
|
||
#endif |
Binary file modified
BIN
+546 Bytes
(110%)
imx_init/src/.cache/clangd/index/main.c.DB6D302DAC464175.idx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,312 @@ collect(PROJECT_LIB_DEPS xilstandalone;xiltimer;gloss) | |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.