mirror of
https://github.com/rdolbeau/NuBusFPGA.git
synced 2026-03-10 12:18:29 +00:00
move wb_master to common
This commit is contained in:
Submodule nubus-to-ztex-gateware/VintageBusFPGA_Common updated: de495473a9...274381601b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user