aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-28 18:17:24 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-28 18:17:24 +0100
commit1c912a59c73a1ecb4c8b4d5d16bfc097d63d8546 (patch)
tree569a35810d19ce128c3a518e78af22ad91de0dab /testsuite/pyunit/libghdl
parentcb9c6cf42ecfd89272d7cb7d3c7f490d4147b6e3 (diff)
downloadghdl-1c912a59c73a1ecb4c8b4d5d16bfc097d63d8546.tar.gz
ghdl-1c912a59c73a1ecb4c8b4d5d16bfc097d63d8546.tar.bz2
ghdl-1c912a59c73a1ecb4c8b4d5d16bfc097d63d8546.zip
Improved testcase ' SimpleEntity' for pyGHDL.dom.
Diffstat (limited to 'testsuite/pyunit/libghdl')
-rw-r--r--testsuite/pyunit/libghdl/Initialize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/libghdl/Initialize.py b/testsuite/pyunit/libghdl/Initialize.py
index 1db2eed18..8bbc0e954 100644
--- a/testsuite/pyunit/libghdl/Initialize.py
+++ b/testsuite/pyunit/libghdl/Initialize.py
@@ -16,7 +16,7 @@ if __name__ == "__main__":
class Instantiate(TestCase):
- _filename : Path = Path("testsuite/pyunit/libghdl/simpleEntity.vhdl")
+ _filename : Path = Path("testsuite/pyunit/SimpleEntity.vhdl")
@staticmethod
def getIdentifier(node):