File tree 2 files changed +8
-1
lines changed 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for [ ` clash-prelude ` package] ( http://hackage.haskell.org/package/clash-prelude )
2
2
3
+ ## 0.11.2
4
+ * New features:
5
+ * Add ` riseEvery ` : Give a pulse every @n @ clock cycles. (Thanks to @thoughtpolice )
6
+ * Add ` oscillate ` : Oscillate a @'Bool'@ with a given half-period of cycles. (Thanks to @thoughtpolice )
7
+ * Fixes bugs:
8
+ * Eagerness bug in ` regEn ` [ #104 ] ( https://github.com/clash-lang/clash-prelude/issues/104 ) (Thanks to @cbiffle )
9
+
3
10
## 0.11.1
4
11
* Changes:
5
12
* Bundle instance for ` () ` behaves like a product-type instance [ #96 ] ( https://github.com/clash-lang/clash-prelude/issues/96 )
Original file line number Diff line number Diff line change 1
1
Name : clash-prelude
2
- Version : 0.11.1
2
+ Version : 0.11.2
3
3
Synopsis : CAES Language for Synchronous Hardware - Prelude library
4
4
Description :
5
5
CλaSH (pronounced ‘clash’) is a functional hardware description language that
You can’t perform that action at this time.
0 commit comments