fix sleep unit module name

This commit is contained in:
Davide Schiavone 2022-08-11 08:55:07 +02:00
parent 83b027dcde
commit 0ae2d4d394
2 changed files with 6 additions and 6 deletions

View file

@ -44,9 +44,10 @@ filesets:
files:
- lint/verible_waiver.vbw: {file_type: veribleLintWaiver}
files_check_tool_requirements:
depend:
- lowrisc:tool:check_tool_requirements
files_clk_gate:
files:
- bhv/cve2_sim_clock_gate.sv
file_type: systemVerilogSource
parameters:
RVFI:
@ -147,6 +148,7 @@ targets:
- tool_veriblelint ? (files_lint_verible)
- files_rtl
- target_sim? (files_clk_gate)
- target_sim-opt? (files_clk_gate)
toplevel: ibex_core
parameters:
- tool_vivado ? (FPGA_XILINX=true)

View file

@ -41,9 +41,7 @@
// //
////////////////////////////////////////////////////////////////////////////////
module cv32e40p_sleep_unit #(
parameter PULP_CLUSTER = 0
) (
module cve2_sleep_unit (
// Clock, reset interface
input logic clk_ungated_i, // Free running clock
input logic rst_n,