diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-06-19 22:38:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 22:38:49 +0200 |
commit | 603c44d06dd0b3f2f49af25045b46dd8aa72979a (patch) | |
tree | f36e6d79ccd0adb79af25fa67ef653b6d6ebd3f7 /pyGHDL | |
parent | e72d21499659f1bb4b641b9a83698354eb170eef (diff) | |
parent | e145bdc8124a2418f31e044d00cec51c98906dc7 (diff) | |
download | ghdl-603c44d06dd0b3f2f49af25045b46dd8aa72979a.tar.gz ghdl-603c44d06dd0b3f2f49af25045b46dd8aa72979a.tar.bz2 ghdl-603c44d06dd0b3f2f49af25045b46dd8aa72979a.zip |
Add unit tests for pyGHDL DOM
Diffstat (limited to 'pyGHDL')
-rw-r--r-- | pyGHDL/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/requirements.txt b/pyGHDL/requirements.txt index 0b7708418..d8892cfae 100644 --- a/pyGHDL/requirements.txt +++ b/pyGHDL/requirements.txt @@ -1,2 +1,2 @@ pydecor>=2.0.1 -pyVHDLModel>=0.10.0 +pyVHDLModel>=0.10.1 |