diff options
| author | azidar | 2016-01-16 15:24:50 -0800 |
|---|---|---|
| committer | azidar | 2016-01-16 15:24:50 -0800 |
| commit | 9dcb5684957e684174d97a45f80d1cfad887a741 (patch) | |
| tree | 1c8b53f66bb59cc39d2931910459470f0495c71a /test/features | |
| parent | ed20e7c6c77543756e1ebc7bc1e6ae7d10911f0a (diff) | |
| parent | c4271d9e428bba7b447ed6d18fb11729d2b61b22 (diff) | |
Merge branch 'new-mem' of github.com:ucb-bar/firrtl into scala-new-mem
Diffstat (limited to 'test/features')
| -rw-r--r-- | test/features/DeadCodeElimination.fir | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/features/DeadCodeElimination.fir b/test/features/DeadCodeElimination.fir new file mode 100644 index 00000000..e67deebf --- /dev/null +++ b/test/features/DeadCodeElimination.fir @@ -0,0 +1,10 @@ +; RUN: firrtl -i %s -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s +; XFAIL: * + +circuit top : + module top : + input clk : Clock + input reset : UInt<1> + wire x : UInt<1> + +; CHECK: Done! |
