代码拉取完成,页面将自动刷新
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 2023/06/28 21:50:06
// Design Name:
// Module Name: test
// Project Name:
// Target Devices:
// Tool Versions:
// Description:
//
// Dependencies:
//
// Revision:
// Revision 0.01 - File Created
// Additional Comments:
//
//////////////////////////////////////////////////////////////////////////////////
module test();
reg clk;
reg rst;
reg [31:0]PC;
reg [31:0]inst;
wire ALUop;
wire ALUsrc;
wire regS;
wire MemWr;
wire RegW;
wire PCx1;
initial begin
clk=0;
rst=0;
PC=32'h0000000f;
inst=32'h00100133;//ADD
#10
rst=1;
#20
inst=32'h40100133;//SUB
#20
inst=32'h00f0e013;//ORI
#20
inst=32'h0220a3a3;//SW
#20
inst=32'h00212083;//LW
#20
inst=32'h022083a3;//BEQ
#20
inst=32'h00108113;//ADDI
#20
inst=32'h00809113;//SLLI
#20
inst=32'h001010e3;//BNEZ
#20
inst=32'hf00000ef;//JAL
#20
inst=32'h02115163;//BGE
end
always #10 clk=~clk;
//CPU CPU(.clk(clk),.rst(rst),.PC(PC),.inst(inst),.ALUop(ALUop),.ALUsrc(ALUsrc),.regS(regS),.MemWr(MemWr),.RegW(RegW),.PCx1(PCx1));
endmodule
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。