Bump testchipip

This commit is contained in:
Jerry Zhao
2023-12-19 15:14:39 -08:00
parent 604cb6358f
commit b7176b3c29
2 changed files with 3 additions and 3 deletions

View File

@@ -16,8 +16,8 @@ import testchipip.dram.{SimDRAM}
import testchipip.tsi.{SimTSI, SerialRAM, TSI, TSIIO}
import testchipip.soc.{TestchipSimDTM}
import testchipip.spi.{SimSPIFlashModel}
import testchipip.uart.{UARTAdapter}
import testchipip.serdes.{UARTToSerial, SerialWidthAdapter}
import testchipip.uart.{UARTAdapter, UARTToSerial}
import testchipip.serdes.{SerialWidthAdapter}
import testchipip.iceblk.{SimBlockDevice, BlockDeviceModel}
import testchipip.cosim.{SpikeCosim}
import icenet.{NicLoopback, SimNetwork}