pulp-platform / snitch_cluster

An energy-efficient RISC-V floating-point compute cluster.
https://pulp-platform.github.io/snitch_cluster/
Apache License 2.0
48 stars 46 forks source link

cfg: Fix OmegaNet configuration for alias test #100

Closed colluca closed 7 months ago

colluca commented 7 months ago

Before merging https://github.com/pulp-platform/snitch_cluster/pull/94, we did not rebase manually on main. Before it, we merged https://github.com/pulp-platform/snitch_cluster/pull/52, which added the alias test which went untested in the CI of https://github.com/pulp-platform/snitch_cluster/pull/94. Indeed, that test does not pass because the configuration file for the Snitch cluster with Omega network does not enable aliasing.

This PR fixes this. Additionally it introduces some minor changes to the syntax of the configuration files, to transition towards json5 in place of hjson.