Skip to content

Commit

Permalink
Switch back to experimental ChiselEnum for Patmos version
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Nov 28, 2024
1 parent 64e3d46 commit 04fd101
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/arbiter/ArbiterTree.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package arbiter

import chisel3._
import chisel3.util._
import chisel3.experimental.ChiselEnum


// Only one will be ready, as we cannot take two values
Expand Down
1 change: 1 addition & 0 deletions src/main/scala/debug/UartDebug.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package debug
import chisel.lib.uart._
import chisel3._
import chisel3.util._
import chisel3.experimental.ChiselEnum

/**
* Poor mans debugger, using a UART instead of JTAG.
Expand Down
2 changes: 2 additions & 0 deletions src/main/scala/spi/SpiMaster.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package spi

import chisel3._
import chisel3.util._
import chisel3.experimental.ChiselEnum


class SpiIO extends Bundle {
val ncs = Output(Bool())
Expand Down

0 comments on commit 04fd101

Please sign in to comment.