mirror of
https://github.com/rdolbeau/VintageBusFPGA_Common.git
synced 2026-01-11 23:42:48 +00:00
move Vex cores to common
This commit is contained in:
parent
2a3d6a9db0
commit
4b9a7709fb
6691
VexRiscv_GoblinAccel_NuBus.v
Normal file
6691
VexRiscv_GoblinAccel_NuBus.v
Normal file
File diff suppressed because it is too large
Load Diff
6691
VexRiscv_GoblinAccel_SBus.v
Normal file
6691
VexRiscv_GoblinAccel_SBus.v
Normal file
File diff suppressed because it is too large
Load Diff
@ -323,11 +323,11 @@ class GoblinAccel(Module): # AutoCSR ?
|
||||
|
||||
class GoblinAccelNuBus(GoblinAccel):
|
||||
def add_sources(self, platform):
|
||||
platform.add_source("/home/dolbeau/NuBusFPGA/nubus-to-ztex-gateware/VexRiscv_GoblinAccel_NuBus.v", "verilog")
|
||||
platform.add_source("VintageBusFPGA_Common/VexRiscv_GoblinAccel_NuBus.v", "verilog")
|
||||
|
||||
|
||||
class GoblinAccelSBus(GoblinAccel):
|
||||
def add_sources(self, platform):
|
||||
led0 = platform.request("SBUS_DATA_OE_LED")
|
||||
self.comb += [ led0.eq(~self.local_reset), ]
|
||||
platform.add_source("/home/dolbeau/NuBusFPGA/nubus-to-ztex-gateware/VexRiscv_GoblinAccel_SBus.v", "verilog")
|
||||
platform.add_source("VintageBusFPGA_Common/VexRiscv_GoblinAccel_SBus.v", "verilog")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user