Sign in
opensecura
/
3p
/
lowrisc
/
opentitan
/
9855d4bb1e0d6664c4a33882fd896c4ebabef02b
/
.
/
hw
/
ip
/
rom_ctrl
/
rtl
/
rom_ctrl_pkg.sv
blob: 05d3786b5f13f2ad9b3d313aa62ae6a6df8ba815 [
file
] [
log
] [
blame
]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
`include "prim_assert.sv"
package rom_ctrl_pkg;
parameter int AlertFatal = 0;
endpackage