diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-12-23 23:02:07 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-12-23 23:44:14 +0100 |
commit | ef9b2610df3a24c6b9ef32d848a3512a95867834 (patch) | |
tree | 00495265d0cb2bebe0f609e755eb03f76d455db8 /testsuite | |
parent | 91bf4124e25cf92db3394db8eec14103d6b14d7f (diff) | |
download | ghdl-ef9b2610df3a24c6b9ef32d848a3512a95867834.tar.gz ghdl-ef9b2610df3a24c6b9ef32d848a3512a95867834.tar.bz2 ghdl-ef9b2610df3a24c6b9ef32d848a3512a95867834.zip |
Loading predefined libraries and packages.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/pyunit/dom/StopWatch.py | 2 |
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) |