diff options
| author | azidar | 2015-05-13 17:08:29 -0700 |
|---|---|---|
| committer | azidar | 2015-05-13 17:08:29 -0700 |
| commit | 521a4277bfc1d764dc9ee771c604200525e871cb (patch) | |
| tree | 53cba82f8e209b3ca98dc367726928e96331fca8 /test/chisel3 | |
| parent | 2cf26ba655e59937f5a52aa50db2d97538d1fdde (diff) | |
Added source indicators from FIRRTL files. Pass in -p i to get them printed. Should show up with check passes
Diffstat (limited to 'test/chisel3')
| -rw-r--r-- | test/chisel3/Datapath.fir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chisel3/Datapath.fir b/test/chisel3/Datapath.fir index bce95120..0727d53e 100644 --- a/test/chisel3/Datapath.fir +++ b/test/chisel3/Datapath.fir @@ -1,4 +1,4 @@ -; RUN: firrtl -i %s -o %s.flo -x X -p cd | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.flo -x X -p cdi | tee %s.out | FileCheck %s ; CHECK: Done! circuit Datapath : |
