mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-23 05:27:30 -04:00
fix sleep unit module name
This commit is contained in:
parent
83b027dcde
commit
0ae2d4d394
2 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue