[lint] Remove whitespace from non-vendored source files

Signed-off-by: Marno van der Maas <mvdmaas+git@lowrisc.org>
This commit is contained in:
Marno van der Maas 2022-07-11 14:46:23 +01:00 committed by Marno van der Maas
parent 7ba6667f32
commit 3459d7f8df
3 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,7 @@ Indicative RAM sizes for common configurations are given in the table below:
If ICacheScramble parameter is enabled, all RAM primitives are replaced with scrambling RAM primitive.
For more information about how scrambling works internally (see :file:`vendor/lowrisc_ip/ip/prim/doc/prim_ram_1p_scr.md`).
Interface for receiving scrambling key follows req / ack protocol.
Ibex first requests a new ephemeral key by asserting the request (``scramble_req_o``) and when a fresh valid key is indicated by ``scramble_key_valid_i``, it deasserts the request.
Ibex first requests a new ephemeral key by asserting the request (``scramble_req_o``) and when a fresh valid key is indicated by ``scramble_key_valid_i``, it deasserts the request.
Note that in current implementation, it is assumed req/ack protocol is synchronized before arriving to Ibex top level.
Sub Unit Description

View file

@ -427,7 +427,7 @@ class ibex_icache_scoreboard
bit [BusWidth-1:0] rdata;
bit [31:0] seed;
int unsigned mem_err_shift;
int unsigned mem_err_shift;
bus_shift = $clog2(BusWidth / 8);
addr_lo = (address >> bus_shift) << bus_shift;

View file

@ -41,7 +41,7 @@ parameters:
datatype: str
paramtype: vlogdefine
description: Primitives implementation to use, e.g. "prim_pkg::ImplGeneric".
FPGAPowerAnalysis:
datatype: int
paramtype: vlogparam