diff --git a/tests/hal-show/expected b/tests/hal-show/expected new file mode 100644 index 00000000000..8a13568cfac --- /dev/null +++ b/tests/hal-show/expected @@ -0,0 +1 @@ +to be filled \ No newline at end of file diff --git a/tests/hal-show/test.hal b/tests/hal-show/test.hal new file mode 100644 index 00000000000..c199991b866 --- /dev/null +++ b/tests/hal-show/test.hal @@ -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 \ No newline at end of file