Skip to content

Commit daeebfe

Browse files
authored
Merge pull request #26 from pulp-platform/add_bender
Add bender
2 parents d4e9155 + 54ca3f4 commit daeebfe

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Bender.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package:
2+
name: riscv-dbg
3+
4+
sources:
5+
files:
6+
- src/dm_pkg.sv
7+
- debug_rom/debug_rom.sv
8+
- src/dm_csrs.sv
9+
- src/dm_mem.sv
10+
- src/dm_top.sv
11+
- src/dmi_cdc.sv
12+
- src/dmi_jtag.sv
13+
- src/dmi_jtag_tap.sv
14+
- src/dm_sba.sv

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
- Add Bender.yml
9+
- Fix haltsum1, haltsum2 and haltsum3
10+
- Fix minor linter issues
811

912
## [0.1.0] - 2019-05-18
1013

0 commit comments

Comments
 (0)