Skip to content

Commit

Permalink
Update CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Mar 11, 2016
1 parent 0bc7cb7 commit 946f79f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions clash-ghc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Changelog for the [`clash-ghc`](http://hackage.haskell.org/package/clash-ghc) package

## 0.6.11
## 0.6.11 *March 11th 2016*
* New features:
* Add support for HDL synthesis tool specific HDL generation:
* New `-clash-hdlsyn Vivado` flag to generate HDL tweaked for Xilinx Vivado
* Preserve more Haskell names in generated HDL
* Preserve more Haskell names in generated HDL [#128](https://github.com/clash-lang/clash-compiler/issues/128)
* Fixes bugs:
* VHDL: Vivado fails to infer block ram [#127](https://github.com/clash-lang/clash-compiler/issues/127)
* Users must use the `-clash-hdlsyn Vivado` flag in order to generate Xilinx Vivado specific HDL for which Vivado can infer block RAM.

## 0.6.10
## 0.6.10 *February 10th 2016*
* New features:
* hdl files can be written to a directory (set by the `-clash-hdldir` flag) other than the current working directory [#125](https://github.com/clash-lang/clash-compiler/issues/125).
Also respects the `-outputdir` directory, _unless_:
Expand Down
4 changes: 2 additions & 2 deletions clash-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog for the [`clash-lib`](http://hackage.haskell.org/package/clash-lib) package

## 0.6.11
## 0.6.11 *March 11th 2016*
* New features:
* Add support for HDL synthesis tool specific HDL generation
* Preserve more Haskell names in generated HDL
* Preserve more Haskell names in generated HDL [#128](https://github.com/clash-lang/clash-compiler/issues/128)

## 0.6.10 *February 10th 2016*
* New features:
Expand Down

0 comments on commit 946f79f

Please sign in to comment.