Skip to content

Commit 80b7ef4

Browse files
author
Stefan Mach
committed
📚 Bump version to 0.6.0
1 parent 80b2e78 commit 80b7ef4

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Versions of the IP in the same major relase are "pin-compatible" with each other
1111
## [Unreleased]
1212

1313
### Added
14+
### Changed
15+
### Fixed
16+
17+
## [0.6.0] - 2019-07-04
18+
1419
### Changed
1520
- Pipelines are generated in the datapath modules instead of separate instances
1621

@@ -21,12 +26,14 @@ Versions of the IP in the same major relase are "pin-compatible" with each other
2126
- Generation of merged slices when the first package format is disabled
2227
- Potential simulation/synthesis mismatch of the UF flag
2328
- Various linter warnings
29+
- Documentation to reflect on updated pipeline distribution order
2430
- [fpu_div_sqrt_mvp] Bumped to fix linter warnings
2531
- [Bender] Fixed dependencies for Bender [(#14)](https://github.com/pulp-platform/fpnew/pull/15)
2632

2733
### Removed
2834
- Currently unused modules: `fpnew_pipe*`, `fpnew_{f2i,f2f,i2f}_cast`
2935

36+
3037
## [0.5.6] - 2019-06-12
3138

3239
### Changed

docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -336,12 +336,12 @@ For best results, we *strongly* encourage the use of automatic retiming options
336336

337337
The configuration `pipe_config_t` is an enumeration of type `logic [1:0]` holding the following implementation options for the pipelines in operational units:
338338

339-
| Enumerator | Description |
340-
|---------------|-----------------------------------------------------------------------------------------------------|
341-
| `BEFORE` | All pipeline registers are inserted at the inputs of the operational unit |
342-
| `AFTER` | All pipeline registers are inserted at the outputs of the operational unit |
343-
| `INSIDE` | All registers are inserted at roughly the middle of the operational unit (if not possible, `AFTER`) |
344-
| `DISTRIBUTED` | Registers are evenly distributed to `INSIDE`, `AFTER`, and `BEFORE` (if no `INSIDE`, all `AFTER`) |
339+
| Enumerator | Description |
340+
|---------------|------------------------------------------------------------------------------------------------------|
341+
| `BEFORE` | All pipeline registers are inserted at the inputs of the operational unit |
342+
| `AFTER` | All pipeline registers are inserted at the outputs of the operational unit |
343+
| `INSIDE` | All registers are inserted at roughly the middle of the operational unit (if not possible, `BEFORE`) |
344+
| `DISTRIBUTED` | Registers are evenly distributed to `INSIDE`, `BEFORE`, and `AFTER` (if no `INSIDE`, all `BEFORE`) |
345345

346346

347347

0 commit comments

Comments
 (0)