File size: 880 Bytes
83171c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
dataset_info:
  features:
  - name: kernel_name
    dtype: string
  - name: sample_idx
    dtype: int32
  - name: hls_code
    dtype: string
  - name: hls_codes
    dtype: string
  - name: hls_pragmas
    dtype: string
  - name: hls_testbench
    dtype: string
  - name: hls_tcl
    dtype: string
  - name: hls_top_name
    dtype: string
  - name: hls_target
    dtype: string
  - name: hls_worst_case_latency
    dtype: int32
  - name: hls_worst_case_realtime_latency
    dtype: float32
  - name: hls_clock_period
    dtype: float32
  - name: hls_resource
    dtype: string
  - name: verilog_codes
    dtype: string
  - name: report_files
    dtype: string
  splits:
  - name: train
    num_bytes: 1286423881
    num_examples: 920
  download_size: 178829095
  dataset_size: 1286423881
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---