Commit 5454ce71 authored by Tristan Gingold's avatar Tristan Gingold

wrtd fd: renaming

parent 46fefb3d
-include Makefile.specific
OBJS := wrtd-rt-fd.o
OBJS += acam.o gpio.o pll.o i2c.o calibrate.o fine-delay-init.o
OBJS += fd-acam.o fd-gpio.o fd-pll.o fd-i2c.o fd-calibrate.o fd-init.o
OBJDIR += common
OUTPUT = wrtd-rt-fd
TRTL ?= ../../../dependencies/mock-turtle/
......
......@@ -16,7 +16,7 @@
#include "hw/fd_main_regs.h"
#include "hw/acam_gpx.h"
#include "fine-delay-init.h"
#include "wrtd-fd.h"
/*
* Calculation is fixed point: picoseconds and 16 decimals (i.e. ps << 16).
......
......@@ -13,7 +13,7 @@
#include "mockturtle-rt.h"
#include "fine-delay-init.h"
#include "wrtd-fd.h"
#include "hw/fd_main_regs.h"
#include "hw/acam_gpx.h"
#include "hw/fd_channel_regs.h"
......
......@@ -13,7 +13,7 @@
#include "mockturtle-rt.h"
#include "fine-delay-init.h"
#include "wrtd-fd.h"
#define SPI_RETRIES 100
......
......@@ -13,7 +13,7 @@
#include "mockturtle-rt.h"
#include "fine-delay-init.h"
#include "wrtd-fd.h"
#include "hw/fd_main_regs.h"
static void set_sda(struct wrtd_fd_dev *fd, int val)
......
......@@ -16,7 +16,7 @@
#include "hw/fd_channel_regs.h"
#include "hw/fd_main_regs.h"
#include "fine-delay-init.h"
#include "wrtd-fd.h"
#ifdef SIMULATION
#define UDELAY(X)
......
......@@ -15,7 +15,7 @@
#include "wrtd-common.h"
#include "hw/fd_channel_regs.h"
#include "hw/fd_main_regs.h"
#include "fine-delay-init.h"
#include "wrtd-fd.h"
struct ad9516_reg {
unsigned short reg;
......
......@@ -15,7 +15,7 @@
#include "hw/fd_channel_regs.h"
#include "hw/fd_main_regs.h"
#include "fine-delay-init.h"
#include "wrtd-fd.h"
#define OUT_TIMEOUT 10
......
Markdown is supported
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