systemc: Fix a small bug in verify.py.
authorGabe Black <gabeblack@google.com>
Wed, 15 Aug 2018 01:42:43 +0000 (18:42 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 22 Aug 2018 00:48:39 +0000 (00:48 +0000)
commit895f463bbcf6d0a3503c981dd2a8b7d468a5cce7
tree10528ca40f62cf9b532c6834205c01a81adf529a
parentd84a0714220ffcc10eed0530ec01ed1a01a4ad4b
systemc: Fix a small bug in verify.py.

The src_dir method of the Test class was using the wrong attribute of
the test from the json file. It should use path, but was using src_dir.

Change-Id: Iaaaf31c31b11b68ecd7dd98807e6b78597cebb99
Reviewed-on: https://gem5-review.googlesource.com/12029
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/tests/verify.py