Skip to content

Commit b09521a

Browse files
SDA USRsdausr
authored andcommitted
Squashed 'ultrasound' changes from d5c1b1c..2fbc5b5 (#927)
2fbc5b5 Merge pull request #167 from yunleiz/next 0dc41c5 [doc] refine L1 2a7b41f [details_L1.rst]add template 2b8ea6b [details_L1.rst] 53c5c25 Merge pull request #166 from yunleiz/next 7282566 [doc] refine apodi 2127f80 Merge pull request #164 from yunleiz/next 4a13369 [doc] add 2 block designs a65a74d Merge branch 'next' of gitenterprise.xilinx.com:yunleiz/xf_ultrasound into next 8dcf960 Merge branch 'next' of gitenterprise.xilinx.com:FaaSApps/xf_ultrasound into next e959e56 [doc] merge next 5079f74 refine doc df690a8 [L2] interpolation refine I/O case c4b32f1 [doc] add L2 feature 690ae2e Merge branch 'next' of gitenterprise.xilinx.com:FaaSApps/xf_ultrasound into next 3113c5b [meta] L3 visible false a4c4fa8 Merge branch 'next' of gitenterprise.xilinx.com:FaaSApps/xf_ultrasound into next f27ba25 Merge branch 'next' of gitenterprise.xilinx.com:FaaSApps/xf_ultrasound into next 0910ac4 [doc] refine Co-authored-by: sdausr <[email protected]>
1 parent 61bc7d3 commit b09521a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+334331
-8273
lines changed

ultrasound/L2/tests/graph_interpolation/aie_graph/graph.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// 1.setup simulator
2222
PLIO* in1 = new PLIO("Datain1", plio_32_bits, "data/p_sample.txt");
2323
PLIO* in2 = new PLIO("Datain2", plio_32_bits, "data/p_inside.txt");
24-
PLIO* in3 = new PLIO("Datain3", plio_32_bits, "data/p_rf.txt");
24+
PLIO* in3 = new PLIO("Datain3", plio_32_bits, "data/rf_2e.txt");
2525
PLIO* out = new PLIO("Dataout", plio_32_bits, "data/output.txt");
2626
simulation::platform<3, 1> plat(in1, in2, in3, out);
2727

@@ -38,7 +38,7 @@ const int LEN_IN_interp_rf_t = NUM_SAMPLE_t;
3838
const int LEN32b_PARA_interp_t = 9;
3939

4040
#if defined(__X86SIM__)
41-
const int test_n_ele = NUM_ELEMENT_t * 2; // NUM_ELEMENT_t*41 line could test in x86sim
41+
const int test_n_ele = 20;
4242
#else
4343
const int test_n_ele = 1;
4444
#endif

0 commit comments

Comments
 (0)