Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sergeykhbr/riscv_vhdl
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeykhbr committed Dec 15, 2023
2 parents 5f48072 + aec40dd commit 434a100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sv/rtl/riverlib/core/stacktrbuf_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import river_cfg_pkg::*;

typedef struct {
logic [4:0] raddr;
logic [(2 * RISCV_ARCH)-1:0] stackbuf[0: STACK_TRACE_BUF_SIZE - 1];// [pc, npc]
logic [(2 * RISCV_ARCH)-1:0] stackbuf[0: STACK_TRACE_BUF_SIZE - 1];
} StackTraceBuffer_registers;

endpackage: stacktrbuf_pkg

0 comments on commit 434a100

Please sign in to comment.