diff options
| author | Adam Izraelevitz | 2015-04-13 18:26:29 -0700 |
|---|---|---|
| committer | Adam Izraelevitz | 2015-04-13 18:26:29 -0700 |
| commit | faaf1249013ab2af6cfc0a16dacc738d84aaa21b (patch) | |
| tree | 392bc8ed6dc497aaa98329133bd135d729426e3d /test/chisel3/DirChange.fir | |
| parent | c140b1ffbcf7fb5b2bb05e93388b2c79f2ddf9f9 (diff) | |
| parent | e6beb7b3bbb745a7c7fde616bb349df1bdb7b764 (diff) | |
Merge pull request #3 from jackbackrack/master
new chisel3 tests
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 |
