forked from PAWPAW-Mirror/lib_xua
Test rename
This commit is contained in:
@@ -51,7 +51,7 @@ int main()
|
|||||||
/* Channel for audio data between buffering cores and AudioHub/IO core */
|
/* Channel for audio data between buffering cores and AudioHub/IO core */
|
||||||
chan c_aud;
|
chan c_aud;
|
||||||
|
|
||||||
/* Channel for communicating control messages from EP0 to the rest of the device (via the buffering cores */
|
/* Channel for communicating control messages from EP0 to the rest of the device (via the buffering cores) */
|
||||||
chan c_aud_ctl;
|
chan c_aud_ctl;
|
||||||
|
|
||||||
par
|
par
|
||||||
@@ -80,7 +80,7 @@ int main()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* AudioHub/IO core does most of the audio IO i.e. I2S (also serves as a hub for all audio) */
|
/* AudioHub/IO core does most of the audio IO i.e. I2S (also serves as a hub for all audio) */
|
||||||
on tile[0]: XUA_AudioHub(c_aud);
|
on tile[0]: XUA_AudioHub(c_aud, clk_audio_mclk, clk_audio_bclk, p_mclk_in, p_lrclk, p_bclk);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ def runtest_one_config(env, format, i2s_role, num_chans_in, num_chans_out, sampl
|
|||||||
testlevel = 'smoke'
|
testlevel = 'smoke'
|
||||||
resources = xmostest.request_resource('xsim')
|
resources = xmostest.request_resource('xsim')
|
||||||
|
|
||||||
binary = 'i2s_loopback/bin/{env}_{format}_{i2s_role}_{num_chans_in}in_{num_chans_out}out_{sample_rate}/i2s_loopback_{env}_{format}_{i2s_role}_{num_chans_in}in_{num_chans_out}out_{sample_rate}.xe'.format(env=env, format=format, i2s_role=i2s_role, num_chans_in=num_chans_in, num_chans_out=num_chans_out, sample_rate=sample_rate)
|
binary = 'app_test_i2s_loopback/bin/{env}_{format}_{i2s_role}_{num_chans_in}in_{num_chans_out}out_{sample_rate}/app_test_i2s_loopback_{env}_{format}_{i2s_role}_{num_chans_in}in_{num_chans_out}out_{sample_rate}.xe'.format(env=env, format=format, i2s_role=i2s_role, num_chans_in=num_chans_in, num_chans_out=num_chans_out, sample_rate=sample_rate)
|
||||||
tester = xmostest.ComparisonTester(open('pass.expect'),
|
tester = xmostest.ComparisonTester(open('pass.expect'),
|
||||||
'lib_xua',
|
'lib_xua',
|
||||||
'i2s_loopback_sim_tests',
|
'i2s_loopback_sim_tests',
|
||||||
|
|||||||
Reference in New Issue
Block a user