Skip to content

Commit

Permalink
src_files: Fix path to stream_arbiter and arbiter_flushable
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiavone authored and zarubaf committed Jun 1, 2019
1 parent b643601 commit e1bb568
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

### Changed

- Fix path in `src_files.yml` for `stream_arbiter` and `stream_arbiter_flushable`

## 1.13.0 - 2019-05-29

### Added
Expand Down
6 changes: 3 additions & 3 deletions src_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ common_cells_all:
- src/stream_delay.sv
# Level 2
- src/fall_through_register.sv
- src/stream_arbiter_flushable.sv
- src/stream_register.sv

# Level 3
- src/stream_arbiter.sv
# Deprecated modules
# Level 0
- src/deprecated/clock_divider_counter.sv
Expand All @@ -50,10 +52,8 @@ common_cells_all:
- src/deprecated/prioarbiter.sv
- src/deprecated/rrarbiter.sv
# Level 2
- src/deprecated/stream_arbiter_flushable.sv
- src/deprecated/fifo_v1.sv
# Level 3
- src/deprecated/stream_arbiter.sv

# Depend on deprecated modules
- src/edge_propagator.sv
Expand Down

0 comments on commit e1bb568

Please sign in to comment.