diff options
Diffstat (limited to 'test/chisel3/DirChange.fir')
| -rw-r--r-- | test/chisel3/DirChange.fir | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/chisel3/DirChange.fir b/test/chisel3/DirChange.fir new file mode 100644 index 00000000..c948dc85 --- /dev/null +++ b/test/chisel3/DirChange.fir @@ -0,0 +1,7 @@ +circuit DirChange : + module DirChange : + input test1 : UInt(5) + output test2 : UInt(5) + input test3 : UInt(2)[10] + output test4 : {output test41 : UInt(5), output test42 : UInt(5)} + skip
\ No newline at end of file |
