move wb_master to common

This commit is contained in:
Romain Dolbeau
2022-10-31 17:02:21 +01:00
parent f0a6a4643f
commit da4061af64
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env python3
from migen import *
from wb_master import *
from wb_master import _WRITE_CMD, _WAIT_CMD, _DONE_CMD
from VintageBusFPGA_Common.wb_master import *
from VintageBusFPGA_Common.wb_master import _WRITE_CMD, _WAIT_CMD, _DONE_CMD
dfii_control_sel = 0x01