Skip to content
Snippets Groups Projects
Commit a9bb3807 authored by 秦槿's avatar 秦槿
Browse files

Update xgriscv_datapath.v

parent f13bee29
Branches
No related merge requests found
...@@ -59,7 +59,7 @@ module datapath( ...@@ -59,7 +59,7 @@ module datapath(
//处理mux //处理mux
mux2 #(32) mx0(immout, rdata2, alusrcb, b); mux2 #(32) mx0(rdata2, immout, alusrcb, b);
mux2 #(32) mx1(readdata, aluout, memtoreg, wdata); mux2 #(32) mx1(readdata, aluout, memtoreg, wdata);
mux3 #(32) mx2(readdata, 0, pc, alusrca, a); mux3 #(32) mx2(readdata, 0, pc, alusrca, a);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment