mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
openpiton: Fix simulation issues (#677)
Signed-off-by: Tianrui Wei <tianrui-wei@outlook.com>
This commit is contained in:
parent
485662f0c9
commit
f9b6f7fbc2
2 changed files with 5 additions and 1 deletions
|
@ -77,6 +77,8 @@ src/axi_mem_if/src/axi2mem.sv
|
|||
src/tech_cells_generic/src/pulp_clock_gating.sv
|
||||
src/tech_cells_generic/src/cluster_clock_inverter.sv
|
||||
src/tech_cells_generic/src/pulp_clock_mux2.sv
|
||||
src/pmp/src/pmp.sv
|
||||
src/pmp/src/pmp_entry.sv
|
||||
src/axi_adapter.sv
|
||||
src/alu.sv
|
||||
src/fpu_wrap.sv
|
||||
|
|
|
@ -13,7 +13,9 @@
|
|||
// Description: Ariane Top-level wrapper to break out SV structs to logic vectors.
|
||||
|
||||
|
||||
module ariane_verilog_wrap #(
|
||||
module ariane_verilog_wrap
|
||||
import ariane_pkg::*;
|
||||
#(
|
||||
parameter int unsigned RASDepth = 2,
|
||||
parameter int unsigned BTBEntries = 32,
|
||||
parameter int unsigned BHTEntries = 128,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue