diff options
| author | azidar | 2016-01-16 15:24:04 -0800 |
|---|---|---|
| committer | azidar | 2016-01-16 15:24:04 -0800 |
| commit | c4271d9e428bba7b447ed6d18fb11729d2b61b22 (patch) | |
| tree | 4aa99efec08a0161ee960721087c30f577206aa4 /test/features | |
| parent | f087941e66296d295f2f7b5e9a5dd08746238b2f (diff) | |
Fixed all tests so they either pass are marked as expected failures
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! |
