From 045fb20734c477fe5191ac0b6de51fa272c64f41 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sun, 20 Jun 2021 16:52:13 +0200 Subject: New testing file. --- pyGHDL/cli/DOM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyGHDL/cli/DOM.py') diff --git a/pyGHDL/cli/DOM.py b/pyGHDL/cli/DOM.py index d7ffc7319..3d0be2af9 100755 --- a/pyGHDL/cli/DOM.py +++ b/pyGHDL/cli/DOM.py @@ -45,7 +45,7 @@ def main(items): if len(items) < 1: print("Please, provide the files to be analyzed as CLI arguments.") print("Using for demo purposes.\n") - items = ["testsuite/pyunit/SimpleEntity.vhdl"] + items = ["testsuite/pyunit/Current.vhdl"] for item in items: try: -- cgit v1.2.3