Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
sb: move into ice40.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 12, 2024
1 parent 5960978 commit 1ab7632
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import chisel3.experimental.noPrefix
import chisel3.util._
import ee.hrzn.chryse.HasIO
import ee.hrzn.chryse.platform.Platform
import ee.hrzn.chryse.sb.SB_GB

class ICE40Top[Top <: HasIO[_ <: Data]](genTop: => Top)(implicit
platform: Platform,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ee.hrzn.chryse.sb
package ee.hrzn.chryse.platform.ice40

import chisel3._
import chisel3.experimental.ExtModule
Expand Down

0 comments on commit 1ab7632

Please sign in to comment.