Skip to content

Commit

Permalink
⚡ Switch default pipeline config to BEFORE
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Mach committed Jun 12, 2019
1 parent 300098c commit 4ead3e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Versions of the IP in the same major relase are "pin-compatible" with each other

### Changed
- Don't care logic value can be changed from the package now
- Default pipeline config in the package is now `BEFORE`

### Fixed
- Don't care values are assigned `'1` instead of `'X` by default
Expand Down
4 changes: 2 additions & 2 deletions src/fpnew_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ package fpnew_pkg;
'{default: MERGED}, // DIVSQRT
'{default: PARALLEL}, // NONCOMP
'{default: MERGED}}, // CONV
PipeConfig: AFTER
PipeConfig: BEFORE
};

localparam fpu_implementation_t DEFAULT_SNITCH = '{
Expand All @@ -267,7 +267,7 @@ package fpnew_pkg;
'{default: DISABLED}, // DIVSQRT
'{default: PARALLEL}, // NONCOMP
'{default: MERGED}}, // CONV
PipeConfig: AFTER
PipeConfig: BEFORE
};

// -----------------------
Expand Down

0 comments on commit 4ead3e8

Please sign in to comment.