Skip to content

Commit

Permalink
Merge pull request #26 from pulp-platform/add_bender
Browse files Browse the repository at this point in the history
Add bender
  • Loading branch information
bluewww authored Aug 16, 2019
2 parents d4e9155 + 54ca3f4 commit daeebfe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Bender.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package:
name: riscv-dbg

sources:
files:
- src/dm_pkg.sv
- debug_rom/debug_rom.sv
- src/dm_csrs.sv
- src/dm_mem.sv
- src/dm_top.sv
- src/dmi_cdc.sv
- src/dmi_jtag.sv
- src/dmi_jtag_tap.sv
- src/dm_sba.sv
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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]
- Add Bender.yml
- Fix haltsum1, haltsum2 and haltsum3
- Fix minor linter issues

## [0.1.0] - 2019-05-18

Expand Down

0 comments on commit daeebfe

Please sign in to comment.