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

Update xgriscv_parts.v

parent 7d43cbca
Branches
No related merge requests found
...@@ -10,7 +10,7 @@ module pcenr ( ...@@ -10,7 +10,7 @@ module pcenr (
always @(posedge clk, posedge reset) always @(posedge clk, posedge reset)
// if (reset) q <= 0; // if (reset) q <= 0;
if (reset) if (reset)
q <= `ADDR_SIZE'h80000000 ; q <= `ADDR_SIZE'h00000000 ;
else if (en) else if (en)
q <= d; q <= d;
endmodule endmodule
......
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