Skip to content

Commit

Permalink
Update fpga-flow to remove chisel6-incompatible APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Apr 23, 2024
1 parent 90ce34b commit e4bf7ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion fpga/src/main/scala/arty/IOBinders.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package chipyard.fpga.arty

import chisel3._
import chisel3.experimental.{IO}

import freechips.rocketchip.devices.debug.{HasPeripheryDebug}

Expand Down
1 change: 0 additions & 1 deletion fpga/src/main/scala/vc707/TestHarness.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package chipyard.fpga.vc707
import chisel3._
import chisel3.experimental.{IO}

import freechips.rocketchip.diplomacy.{LazyModule, LazyRawModuleImp, BundleBridgeSource}
import org.chipsalliance.cde.config.{Parameters}
Expand Down
1 change: 0 additions & 1 deletion fpga/src/main/scala/vcu118/TestHarness.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package chipyard.fpga.vcu118

import chisel3._
import chisel3.experimental.{IO}

import freechips.rocketchip.diplomacy.{LazyModule, LazyRawModuleImp, BundleBridgeSource}
import org.chipsalliance.cde.config.{Parameters}
Expand Down

0 comments on commit e4bf7ee

Please sign in to comment.