Skip to content

Commit

Permalink
🔖 Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Mach committed May 31, 2019
2 parents 41b652f + f68577a commit 71004d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ In this sense, we interpret the "Public API" of a hardware module as its port/pa
### Changed
### Fixed

## [0.5.1] - 2019-05-31

### Fixed
- Internal pipeline bypass in cast unit

## [0.5.1] - 2019-05-27

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/fpnew_cast_multi.sv
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ module fpnew_cast_multi #(
assign in_ready_inside = in_ready_output;
assign input_sign_q = input_sign;
assign input_exp_q = input_exp;
assign destination_exp_d = destination_exp_d;
assign destination_exp_q = destination_exp_d;
assign input_mant_q = input_mant;
assign src_is_int_q = src_is_int;
assign dst_is_int_q = dst_is_int;
Expand Down

0 comments on commit 71004d2

Please sign in to comment.