Added basic test for PLL reference generation on Sync mode

This commit is contained in:
xross
2022-08-03 16:50:28 +01:00
parent 2b1909757b
commit 2c01f440fd
8 changed files with 324 additions and 0 deletions

9
tests/test_sync/Makefile Normal file
View File

@@ -0,0 +1,9 @@
XCC_FLAGS = -O3 -g -DXUD_CORE_CLOCK=600 -save-temps -DUSB_TILE=tile[0] -DLOCAL_CLOCK_INCREMENT=10000 -DLOCAL_CLOCK_MARGIN=100
TARGET = test_xs3_600.xn
USED_MODULES = lib_xua lib_xud lib_logging
XMOS_MAKE_PATH ?= ../..
-include $(XMOS_MAKE_PATH)/xcommon/module_xcommon/build/Makefile.common