Skip to content

Commit

Permalink
Merge pull request #222 from nikosavola/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-fritchman authored May 24, 2024
2 parents 4f9a709 + b22d59e commit 15e5ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hdl21/netlisting.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Import the core netlisting from `vlsirtools`
import vlsir
from vlsirtools.netlist import (
netlist as vlisr_netlist,
netlist as vlsir_netlist,
NetlistFormat,
NetlistFormatSpec,
NetlistOptions,
Expand Down Expand Up @@ -51,7 +51,7 @@ def netlist(
pkg = src

# And invoke the VLSIR netlister
return vlisr_netlist(pkg=pkg, dest=dest, **kwargs)
return vlsir_netlist(pkg=pkg, dest=dest, **kwargs)


__all__ = ["netlist", "NetlistFormat", "NetlistFormatSpec", "NetlistOptions"]

0 comments on commit 15e5ae5

Please sign in to comment.