mirror of
https://github.com/rdolbeau/NuBusFPGA.git
synced 2025-01-03 11:29:46 +00:00
move wb_master to common
This commit is contained in:
parent
f0a6a4643f
commit
da4061af64
@ -1 +1 @@
|
|||||||
Subproject commit de495473a94e0aabb9f498bdc996bdeab15195f7
|
Subproject commit 274381601bd4e0bb6a7075985627a345938e69c9
|
@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
from migen import *
|
from migen import *
|
||||||
|
|
||||||
from wb_master import *
|
from VintageBusFPGA_Common.wb_master import *
|
||||||
from wb_master import _WRITE_CMD, _WAIT_CMD, _DONE_CMD
|
from VintageBusFPGA_Common.wb_master import _WRITE_CMD, _WAIT_CMD, _DONE_CMD
|
||||||
|
|
||||||
|
|
||||||
dfii_control_sel = 0x01
|
dfii_control_sel = 0x01
|
||||||
|
Loading…
Reference in New Issue
Block a user