Skip to content

Commit 70292d0

Browse files
committed
fix: import on the top of the file/module
1 parent f1977c7 commit 70292d0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vunit/builtins.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
from os.path import join, abspath, dirname, basename
1313
from glob import glob
14+
from vunit.test.common import simulator_check
1415

1516
VHDL_PATH = abspath(join(dirname(__file__), "vhdl"))
1617
VERILOG_PATH = abspath(join(dirname(__file__), "verilog"))
@@ -80,8 +81,6 @@ def _add_data_types(self, use_external=None, impls=None):
8081

8182
# Add sources corresponding to VHPIDIRECT arrays (or their placeholders)
8283

83-
from vunit.test.common import simulator_check
84-
8584
use_ext = [False]
8685
files = [None]
8786

0 commit comments

Comments
 (0)