URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk
- from Rev 852 to Rev 853
- ↔ Reverse comparison
Rev 852 → Rev 853
/orpsocv2/rtl/verilog/or1200/or1200_genpc.v
265,6 → 265,10
endcase |
end |
|
// select async. value for pcreg after reset - PC jumps to the address selected |
// after boot. |
wire [31:0] pcreg_boot = boot_adr; |
|
// |
// PC register |
// |
289,10 → 293,6
pcreg_default <= pc[31:2]; |
end |
|
// select async. value for pcreg after reset - PC jumps to the address selected |
// after boot. |
wire [31:0] pcreg_boot = boot_adr; |
|
always @(pcreg_boot or pcreg_default or pcreg_select) |
if (pcreg_select) |
// async. value is selected due to reset state |