Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarubaf committed Feb 3, 2020
1 parent c00cb16 commit 0cbc6cb
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ package:

sources:
# Level 0
- timer.sv
- src/timer.sv
# Level 1
- apb_timer.sv
- src/apb_timer.sv
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
### Added
### Fixed

## 0.1.0 - 2020-02-03
### Fixed
- Move RTL to `src`

### Added
- Add Bender.yml
- Add CHANGELOG.md
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src_files.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apb_timer:
files: [
apb_timer.sv,
timer.sv,
src/apb_timer.sv,
src/timer.sv,
]

0 comments on commit 0cbc6cb

Please sign in to comment.