Skip to content

Commit

Permalink
added test to test output of "halcmd show" for u64/s64
Browse files Browse the repository at this point in the history
  • Loading branch information
hansu committed Jan 6, 2024
1 parent 495e995 commit 15f7546
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/hal-show/expected
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
to be filled
23 changes: 23 additions & 0 deletions tests/hal-show/test.hal
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This should print every data type as input and output
loadrt conv_bit_u32 count=1
loadrt conv_u32_bit count=1
loadrt conv_float_s32 count=1
loadrt conv_s32_float count=1
loadrt conv_s64_u64 count=1
loadrt conv_u64_s64 count=1
net net-conv-float-s32.0.in conv-float-s32.0.in
net net-conv-float-s32.0.out conv-float-s32.0.out
net net-conv-s32-float.0.in conv-s32-float.0.in
net net-conv-s32-float.0.out conv-s32-float.0.out
net net-conv-bit-u32.0.in conv-bit-u32.0.in
net net-conv-bit-u32.0.out conv-bit-u32.0.out
net net-conv-s64-u64.0.in conv-s64-u64.0.in
net net-conv-s64-u64.0.out conv-s64-u64.0.out
net net-conv-u32-bit.0.in conv-u32-bit.0.in
net net-conv-u32-bit.0.out conv-u32-bit.0.out
net net-conv-u64-s64.0.in conv-u64-s64.0.in
net net-conv-u64-s64.0.out conv-u64-s64.0.out
loadrt ilowpass count=1
show pin
show sig
show param

0 comments on commit 15f7546

Please sign in to comment.