mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Merge multiplication branch
This commit is contained in:
parent
79a0d811a1
commit
2935c7ae92
3 changed files with 4 additions and 2 deletions
|
@ -13,11 +13,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
- Non-blocking data cache
|
||||
- Two AXI interfaces on top level, one for bypassing and one for actual cache-able regions
|
||||
- Performance Counters
|
||||
- Hardware multiplication (full M-Extension)
|
||||
|
||||
### Changed
|
||||
|
||||
- Testbench: EOC component now listening on store interface only
|
||||
- Store interfaces has been simplified by removing the `valid` signal, a transaction is now considered finished as soon as the dcache gives the grant signal.
|
||||
- EOC and dcache checker has been reworked to get rid of absolute path in UVM testbench
|
||||
|
||||
### 0.4.0 - 2017-10-13
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit dbf1f38dd677614394e8e0722c23463ac77176b5
|
||||
Subproject commit 3440a861a67f3419d4dbac0d4fa884fa6c6d4745
|
2
tb
2
tb
|
@ -1 +1 @@
|
|||
Subproject commit f55e0ccf9ab3cbadd7395605b0d113415932295f
|
||||
Subproject commit a1394543cd537a1fd50fecf2455ddcea360cc133
|
Loading…
Add table
Add a link
Reference in a new issue