more stuff moved to common

This commit is contained in:
Romain Dolbeau 2022-10-31 15:58:47 +01:00
parent 904a248264
commit 86fd0d5c18
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 747e95cb9c4574776c42fa53a9ed0e07e6bd9ea6
Subproject commit 1a0d113e8bd9126625e55d5572d00569d47a88ac

View File

@ -37,7 +37,8 @@ from VintageBusFPGA_Common.goblin_accel import *
# Wishbone stuff
from VintageBusFPGA_Common.cdc_wb import WishboneDomainCrossingMaster
from sbus_to_fpga_blk_dma import *
from VintageBusFPGA_Common.fpga_blk_dma import *
from nubus_mem_wb import NuBus2Wishbone
from nubus_memfifo_wb import NuBus2WishboneFIFO
from nubus_cpu_wb import Wishbone2NuBus