diff options
| author | ducky | 2015-09-30 14:28:12 -0700 |
|---|---|---|
| committer | ducky | 2015-09-30 14:28:12 -0700 |
| commit | fcd903322e53d90e098bf9d3be1c24ccc4c46a34 (patch) | |
| tree | f7f8fd4587563e3e7e3c988338f6bf6eea560d01 /test/features | |
| parent | d380b8cfd11d2fe1231774f7b9492aff959bb279 (diff) | |
Make Link.fir reference relative path, so it doesn't need someone's particular directory structure.
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 : |
