aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-23 23:02:07 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-12-23 23:44:14 +0100
commitef9b2610df3a24c6b9ef32d848a3512a95867834 (patch)
tree00495265d0cb2bebe0f609e755eb03f76d455db8
parent91bf4124e25cf92db3394db8eec14103d6b14d7f (diff)
downloadghdl-ef9b2610df3a24c6b9ef32d848a3512a95867834.tar.gz
ghdl-ef9b2610df3a24c6b9ef32d848a3512a95867834.tar.bz2
ghdl-ef9b2610df3a24c6b9ef32d848a3512a95867834.zip
Loading predefined libraries and packages.
-rw-r--r--testsuite/pyunit/dom/StopWatch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/pyunit/dom/StopWatch.py b/testsuite/pyunit/dom/StopWatch.py
index b1065879c..37b8293de 100644
--- a/testsuite/pyunit/dom/StopWatch.py
+++ b/testsuite/pyunit/dom/StopWatch.py
@@ -99,6 +99,8 @@ class Display(Designs):
class CompileOrder(Designs):
def test_Encoder(self):
design = Design()
+ design.LoadStdLibrary()
+ design.LoadIEEELibrary()
library = design.GetLibrary("lib_StopWatch")
for file in self._encoderFiles:
document = Document(self._sourceDirectory / file)