mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 05:37:16 -04:00
Rename pcgen to pcgen stage
This commit is contained in:
parent
b22f2097a9
commit
8971122bd2
2 changed files with 2 additions and 2 deletions
|
@ -259,7 +259,7 @@ module ariane
|
|||
// --------------
|
||||
// NPC Generation
|
||||
// --------------
|
||||
pcgen pcgen_i (
|
||||
pcgen_stage pcgen_stage_i (
|
||||
.fetch_enable_i ( fetch_enable ),
|
||||
.flush_i ( flush_ctrl_pcgen ),
|
||||
.flush_bp_i ( flush_bp_ctrl_pcgen ),
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
import ariane_pkg::*;
|
||||
|
||||
module pcgen (
|
||||
module pcgen_stage (
|
||||
input logic clk_i, // Clock
|
||||
input logic rst_ni, // Asynchronous reset active low
|
||||
// control signals
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue