mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
xilinx_ise: import Instance
This commit is contained in:
parent
d60ab1d215
commit
2b902fdcbd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import os, struct, subprocess
|
|||
from decimal import Decimal
|
||||
|
||||
from migen.fhdl.structure import *
|
||||
from migen.fhdl.specials import SynthesisDirective
|
||||
from migen.fhdl.specials import Instance, SynthesisDirective
|
||||
from migen.genlib.cdc import *
|
||||
|
||||
from mibuild.generic_platform import *
|
||||
|
|
Loading…
Reference in a new issue