* Renamed test_sync to test_sync_clk_basic
* Authored test for known issue in sync mode, test_sync_clk_plugin * Removed some unrequired test related files
This commit is contained in:
11
tests/test_sync_clk_basic/Makefile
Normal file
11
tests/test_sync_clk_basic/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
TEST_FLAGS ?=
|
||||
|
||||
XCC_FLAGS = -O3 -g -DXUD_CORE_CLOCK=600 -save-temps -DUSB_TILE=tile[0] -DLOCAL_CLOCK_INCREMENT=10000 -DLOCAL_CLOCK_MARGIN=100 $(TEST_FLAGS)
|
||||
|
||||
TARGET = test_xs3_600.xn
|
||||
|
||||
USED_MODULES = lib_xua
|
||||
|
||||
XMOS_MAKE_PATH ?= ../..
|
||||
-include $(XMOS_MAKE_PATH)/xcommon/module_xcommon/build/Makefile.common
|
||||
Reference in New Issue
Block a user