Skip to content

Commit

Permalink
Change cve2_pkg import on cs_registers
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioOpenHWGroup committed Feb 26, 2024
1 parent 6b81da3 commit 1adac7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rtl/cve2_cs_registers.sv
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

`include "prim_assert.sv"

import cve2_pkg::*;
module cve2_cs_registers #(
parameter bit DbgTriggerEn = 0,
parameter int unsigned DbgHwBreakNum = 1,
Expand All @@ -25,6 +24,8 @@ module cve2_cs_registers #(
parameter cve2_pkg::rv32m_e RV32M = cve2_pkg::RV32MFast,
parameter cve2_pkg::rv32b_e RV32B = cve2_pkg::RV32BNone
) (

import cve2_pkg::*;
// Clock and Reset
input logic clk_i,
input logic rst_ni,
Expand Down

0 comments on commit 1adac7e

Please sign in to comment.