Skip to content

Commit

Permalink
fix: import on the top of the file/module
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Jun 4, 2019
1 parent dc44958 commit b4ff5bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vunit/builtins.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

from os.path import join, abspath, dirname, basename
from glob import glob
from vunit.test.common import simulator_check

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

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

from vunit.test.common import simulator_check

use_ext = [False]
files = [None]

Expand Down

0 comments on commit b4ff5bf

Please sign in to comment.