forked from dsrankin/hls4ml_c
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.ini
26 lines (24 loc) · 897 Bytes
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[hls]
pre_tcl=./config.tcl
[advanced]
prop=kernel.alveo_hls4ml.kernel_flags=-std=c++11
param=compiler.normalizeDefaultMemoryBanks=true
#[connectivity]
#nk=<kernel name>:<number>:<cu_name>.<cu_name>...
#nk=alveo_hls4ml:4:alveo_hls4ml_0.alveo_hls4ml_1.alveo_hls4ml_2.alveo_hls4ml_3
#nk=alveo_hls4ml:3:alveo_hls4ml_0.alveo_hls4ml_1.alveo_hls4ml_2
#nk=alveo_hls4ml:6:alveo_hls4ml_0.alveo_hls4ml_1.alveo_hls4ml_2.alveo_hls4ml_3.alveo_hls4ml_4.alveo_hls4ml_5
#sp=<compute_unit_name>.<interface_name>:<bank name>
#sp=alveo_hls4ml_0.m_axi_gmem:HBM
#sp=alveo_hls4ml_1.m_axi_gmem:HBM
#sp=alveo_hls4ml_2.m_axi_gmem:HBM
#sp=alveo_hls4ml_3.m_axi_gmem:HBM
#sp=alveo_hls4ml_4.m_axi_gmem:HBM
#sp=alveo_hls4ml_5.m_axi_gmem:HMB
#slr=<compute_unit_name>:<slr_ID>
#slr=alveo_hls4ml_0:SLR0
#slr=alveo_hls4ml_1:SLR1
#slr=alveo_hls4ml_2:SLR2
#slr=alveo_hls4ml_3:SLR0
#slr=alveo_hls4ml_4:SLR1
#slr=alveo_hls4ml_5:SLR2