Skip to content

Commit

Permalink
tfc configs changed to use only hls mvau
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaniowi authored and PWzor committed Oct 10, 2024
1 parent 24e8b3f commit 3810e58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"preferred_impl_style": "rtl"
},
"MVAU_0": {
"preferred_impl_style": "rtl"
"preferred_impl_style": "hls"
},
"Thresholding_1": {
"preferred_impl_style": "rtl"
Expand All @@ -16,13 +16,13 @@
"preferred_impl_style": "rtl"
},
"MVAU_2": {
"preferred_impl_style": "rtl"
"preferred_impl_style": "hls"
},
"Thresholding_3": {
"preferred_impl_style": "rtl"
},
"MVAU_3": {
"preferred_impl_style": "rtl"
"preferred_impl_style": "hls"
},
"LabelSelect_0": {
"preferred_impl_style": "hls"
Expand Down
8 changes: 4 additions & 4 deletions src/finn/qnn-data/test_ext_weights/tfc-w2a2-extw.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
"Thresholding_rtl_0": {
"PE": 49
},
"MVAU_rtl_0": {
"MVAU_hls_0": {
"PE": 16,
"SIMD": 49,
"ram_style": "block"
},
"Thresholding_rtl_1": {
"PE": 16
},
"MVAU_hls_0": {
"MVAU_hls_1": {
"PE": 8,
"SIMD": 8,
"mem_mode": "external"
},
"Thresholding_rtl_2": {
"PE": 8
},
"MVAU_rtl_1": {
"MVAU_hls_2": {
"PE": 8,
"SIMD": 8,
"mem_mode": "external"
},
"Thresholding_rtl_3": {
"PE": 8
},
"MVAU_rtl_2": {
"MVAU_hls_3": {
"PE": 10,
"SIMD": 8,
"ram_style": "distributed"
Expand Down

0 comments on commit 3810e58

Please sign in to comment.