mirror of
https://github.com/ljgibbslf/SM3_core.git
synced 2024-08-18 19:54:12 +08:00
接口信号变更,去除扩展使能信号
This commit is contained in:
parent
8cf4309ae8
commit
9488dc37db
@ -28,7 +28,6 @@ logic [`INPT_DW1:0] pad_otpt_d;
|
||||
logic pad_otpt_lst;
|
||||
logic pad_otpt_vld;
|
||||
|
||||
logic expnd_otpt_ena;
|
||||
logic [`INPT_DW1:0] expnd_otpt_wj;
|
||||
logic [`INPT_DW1:0] expnd_otpt_wjj;
|
||||
logic expnd_otpt_lst;
|
||||
@ -45,7 +44,7 @@ modport MONITOR (
|
||||
);
|
||||
|
||||
modport EXPND (
|
||||
input clk,rst_n,expnd_otpt_ena,pad_otpt_d,pad_otpt_lst,pad_otpt_vld,
|
||||
input clk,rst_n,pad_otpt_d,pad_otpt_lst,pad_otpt_vld,
|
||||
output expnd_otpt_wj,expnd_otpt_wjj,expnd_otpt_lst,expnd_otpt_vld,pad_otpt_ena
|
||||
);
|
||||
|
||||
|
@ -23,8 +23,6 @@ module sm3_expnd_core (
|
||||
input pad_inpt_vld_i,
|
||||
input pad_inpt_lst_i,
|
||||
|
||||
input expnd_otpt_ena_i,
|
||||
|
||||
output pad_inpt_rdy_o,
|
||||
|
||||
output [`INPT_DW1:0] expnd_otpt_wj_o,
|
||||
|
@ -24,7 +24,6 @@ sm3_expnd_core U_sm3_expnd_core(
|
||||
.pad_inpt_d_i ( sm3if.pad_otpt_d ),
|
||||
.pad_inpt_vld_i ( sm3if.pad_otpt_vld ),
|
||||
.pad_inpt_lst_i ( sm3if.pad_otpt_lst ),
|
||||
.expnd_otpt_ena_i ( sm3if.expnd_otpt_ena ),
|
||||
|
||||
.pad_inpt_rdy_o ( sm3if.pad_otpt_ena ),
|
||||
.expnd_otpt_wj_o ( sm3if.expnd_otpt_wj ),
|
||||
|
@ -57,7 +57,6 @@ initial begin
|
||||
sm3if.msg_inpt_vld = 0;
|
||||
sm3if.msg_inpt_lst = 0;
|
||||
// sm3if.pad_otpt_ena = 1;//填充模块使能由扩展模块给出
|
||||
sm3if.expnd_otpt_ena = 1;//扩展模块使能置高
|
||||
|
||||
#100;
|
||||
sm3if.rst_n =1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user