Skip to content

Fix simulation. Now starting but still not functional. #587

Fix simulation. Now starting but still not functional.

Fix simulation. Now starting but still not functional. #587

Triggered via push August 6, 2024 02:17
Status Failure
Total duration 6m 15s
Artifacts

gitlab-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
gitlab-ci
Process completed with exit code 1.
[verible-verilog-lint] hw/dma_core_wrap.sv#L8: hw/dma_core_wrap.sv#L8
Declared module does not match the first dot-delimited component of file name: "dma_core_wrap" [Style: file-names] [module-filename]
[verible-verilog-lint] hw/dma_core_wrap.sv#L13: hw/dma_core_wrap.sv#L13
Non-type parameter names must be styled with CamelCase or ALL_CAPS [Style: constants] [parameter-name-style]
[verible-verilog-lint] hw/dma_core_wrap.sv#L14: hw/dma_core_wrap.sv#L14
Non-type parameter names must be styled with CamelCase or ALL_CAPS [Style: constants] [parameter-name-style]
[verible-verilog-lint] hw/dma_core_wrap.sv#L229: hw/dma_core_wrap.sv#L229
File must end with a newline. [Style: posix-file-endings] [posix-eof]
[verible-verilog-lint] hw/astral_wrap.sv#L328: hw/astral_wrap.sv#L328
Line length exceeds max: 100; is: 110 [Style: line-length] [line-length]
[verible-verilog-lint] hw/astral_wrap.sv#L345: hw/astral_wrap.sv#L345
Line length exceeds max: 100; is: 116 [Style: line-length] [line-length]
[verible-verilog-lint] hw/astral_wrap.sv#L375: hw/astral_wrap.sv#L375
Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
[verible-verilog-lint] hw/astral_wrap.sv#L376: hw/astral_wrap.sv#L376
Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
[verible-verilog-lint] hw/astral_wrap.sv#L413: hw/astral_wrap.sv#L413
Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
[verible-verilog-lint] hw/astral_wrap.sv#L427: hw/astral_wrap.sv#L427
Line length exceeds max: 100; is: 139 [Style: line-length] [line-length]
[verible-verilog-lint] hw/astral_wrap.sv#L456: hw/astral_wrap.sv#L456
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/