Skip to content

Integrate Instruction Cache towards external accesses #15

Integrate Instruction Cache towards external accesses

Integrate Instruction Cache towards external accesses #15

Triggered via pull request July 17, 2024 15:11
@micprogmicprog
synchronize #6
michaero/icache
Status Success
Total duration 7m 9s
Artifacts

internal.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
[verible-verilog-lint] rtl/safety_island_top.sv#L91: rtl/safety_island_top.sv#L91
Explicitly define a storage type for every parameter and localparam, (NumAxiManagers). [Style: constants] [explicit-parameter-storage-type]
[verible-verilog-lint] rtl/safety_island_top.sv#L92: rtl/safety_island_top.sv#L92
Explicitly define a storage type for every parameter and localparam, (AxiInternalIdWidth). [Style: constants] [explicit-parameter-storage-type]
[verible-verilog-lint] rtl/safety_island_top.sv#L92: rtl/safety_island_top.sv#L92
Line length exceeds max: 100; is: 120 [Style: line-length] [line-length]
[verible-verilog-lint] rtl/safety_island_top.sv#L93: rtl/safety_island_top.sv#L93
Explicitly define a storage type for every parameter and localparam, (AxiStrbWidth). [Style: constants] [explicit-parameter-storage-type]
[verible-verilog-lint] rtl/safety_island_top.sv#L484: rtl/safety_island_top.sv#L484
Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
[verible-verilog-lint] rtl/safety_island_top.sv#L488: rtl/safety_island_top.sv#L488
Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
gitlab-ci
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/