diff options
| author | Adam Izraelevitz | 2015-10-01 07:37:21 -0700 |
|---|---|---|
| committer | Adam Izraelevitz | 2015-10-01 07:37:21 -0700 |
| commit | 8cbb0286f7b007fe54bf55452a25121357537dcb (patch) | |
| tree | f7f8fd4587563e3e7e3c988338f6bf6eea560d01 /test/features | |
| parent | d380b8cfd11d2fe1231774f7b9492aff959bb279 (diff) | |
| parent | fcd903322e53d90e098bf9d3be1c24ccc4c46a34 (diff) | |
Merge pull request #39 from ducky64/linkfix
Make Link.fir reference relative path
Diffstat (limited to 'test/features')
| -rw-r--r-- | test/features/Link.fir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/features/Link.fir b/test/features/Link.fir index 721f4727..040ac2c5 100644 --- a/test/features/Link.fir +++ b/test/features/Link.fir @@ -1,4 +1,4 @@ -; RUN: firrtl -i %s -m /Users/cusgadmin/code/stanza/firrtl/test/features/Queue.fir -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -m %S/Queue.fir -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s ;CHECK: Lower To Ground circuit Top : module Top : |
