Côme

Results 31 comments of Côme

`wt_cache_pkg` is now transferred too.

Here is the current status: https://github.com/openhwgroup/cva6/pull/1704 Once this PR is completed and merged, the planned work will be to: 1. Remove all `localparam`s from config files so that only the...

All the three steps announced on Mattermost are now merged. Many values have been moved to the new structure but the work is not over yet! Below are points that...

Another input from @zarubaf The types could be at the beginning of the module instead of inside the parameters. ```diff module the_module #( - localparam type the_type = ... )...

Hello @hhhsiang Could you please tell us exactly which commit worked and which didn’t so that we can investigate? This issue is maybe related to #1485

@JeanRochCoulon can you assign this issue’s project to CVA6, please?

@jin8495 We have a working version of superscalar CVA6 and we will add new features to improve performance further. Superscalar CVA6 will be released step-by-step (there are many versioning conflicts...

Update: ETA is July the 5th Cc @jin8495

Notes from https://github.com/openhwgroup/cva6/pull/2047 for parametrization of superscalar (feel free to discuss these points) - Need two options `bit SuperscalarEn` and `int unsigned PIP_WIDTH` - `NrCommitPorts` can be replaced by `PIP_WIDTH`...

Hello @WorldofJARcraft Thanks for this contribution 1. On GitLab we generate a yaml report to build HTML pages with the status. On GitHub I don’t know what we do. Cc...