Skip to content

Commit 1b501b5

Browse files
gatecatrobtaylor
authored andcommitted
Move I2C/SPI IP and driver out of repo
Signed-off-by: gatecat <[email protected]>
1 parent 66622b3 commit 1b501b5

File tree

10 files changed

+56
-940
lines changed

10 files changed

+56
-940
lines changed

my_design/design.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
from amaranth_orchard.memory import SRAMPeripheral
1414
from amaranth_orchard.io import GPIOPeripheral
1515
from amaranth_orchard.io import UARTPeripheral
16+
from amaranth_orchard.io import SPISignature, SPIPeripheral
17+
from amaranth_orchard.io import I2CSignature, I2CPeripheral
1618

1719
from amaranth_cv32e40p.cv32e40p import CV32E40P, DebugModule
1820
from chipflow_lib.platforms import InputPinSignature, OutputPinSignature
19-
from .ips.spi import SPISignature, SPIPeripheral
20-
from .ips.i2c import I2CSignature, I2CPeripheral
2121
from .ips.pwm import PWMPins, PWMPeripheral
2222
# from .ips.pdm import PDMPeripheral
2323

my_design/ips/glasgow_i2c.py

Lines changed: 0 additions & 246 deletions
This file was deleted.

my_design/ips/i2c.py

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)