diff options
| author | azidar | 2016-01-24 14:13:52 -0800 |
|---|---|---|
| committer | azidar | 2016-01-24 14:13:52 -0800 |
| commit | 2e1c88aed7a67aa216f95a446f60a93a85cc47b0 (patch) | |
| tree | 26c44d0f9d953a08921f090c0d8a1a9dad0dfcd3 /test | |
| parent | 2dd174cedc7e7923e2492fdec79a6f9045f2429e (diff) | |
Added DefMemory to CInfer Types
Diffstat (limited to 'test')
| -rw-r--r-- | test/passes/lower-to-ground/test.fir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/lower-to-ground/test.fir b/test/passes/lower-to-ground/test.fir index 4cf61462..ac3ef21e 100644 --- a/test/passes/lower-to-ground/test.fir +++ b/test/passes/lower-to-ground/test.fir @@ -1,4 +1,4 @@ -; RUN: firrtl -i %s -o %s.v -X verilog -p cdt 2>&1 | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s ; CHECK: Done! circuit Top : |
