Skip to content

Commit

Permalink
Merge pull request #26 from Copilot-Language/T25-copilot-bluespec-4.1
Browse files Browse the repository at this point in the history
Require building with `copilot-core-4.1`. Refs #25.
  • Loading branch information
RyanGlScott authored Nov 8, 2024
2 parents 898b56c + 050a57d commit 7babe9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-11-08
* Version bump (4.1). (#25)

2024-09-09
* Version bump (4.0). (#23)
* Support translating Copilot array updates to Bluespec. (#19)
Expand Down
4 changes: 2 additions & 2 deletions copilot-bluespec.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version : >= 1.10
name : copilot-bluespec
version : 4.0
version : 4.1
synopsis : A compiler for Copilot targeting FPGAs.
description :
This package is a back-end from Copilot to FPGAs in Bluespec.
Expand Down Expand Up @@ -44,7 +44,7 @@ library
, filepath >= 1.4 && < 1.5
, pretty >= 1.1.2 && < 1.2

, copilot-core >= 4.0 && < 4.1
, copilot-core >= 4.1 && < 4.2
, language-bluespec >= 0.1 && < 0.2

exposed-modules : Copilot.Compile.Bluespec
Expand Down

0 comments on commit 7babe9c

Please sign in to comment.