Skip to content
Snippets Groups Projects
Commit bb8c96d8 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski
Browse files

userspace/include/hw/fpga_regs.h: changed PPSGen base address for the HAL

parent b7340d3a
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ extern volatile uint8_t *_fpga_base_virt;
#define _fpga_writel(reg, val){ *(volatile uint32_t *)(FPGA_BASE_ADDR + (reg)) = (val); }
#define _fpga_readl(reg) (*(volatile uint32_t *)(FPGA_BASE_ADDR + (reg)))
#define FPGA_BASE_PPS_GEN 0x52000
#define FPGA_BASE_PPS_GEN 0x10500
#define FPGA_BASE_RTU 0x60000
#endif
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment