gitting project in git

This commit is contained in:
2025-03-30 21:43:59 -05:00
commit 18988b8656
1975 changed files with 703353 additions and 0 deletions

12
vitis/radar/src/registers.h Executable file
View File

@@ -0,0 +1,12 @@
#ifndef __REGISTERS_H__
#define __REGISTERS_H__
#define UTIL_ADDR 0x40050000
#define TIMING_ENGINE_ADDR 0x40051000
#define DIG_RX_ADDR 0x20000000
#define DIG_RX_STRIDE 0x10000
#define WAVEFORM_GEN_ADDR 0x40053000
#endif