up_clkgen: reading typo

main
Rejeesh Kutty 2015-01-07 13:58:16 -05:00
parent 3db1cf0872
commit b65bcab8d6
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ module up_clkgen (
end else begin
up_rack <= up_rreq_s;
if (up_rreq_s == 1'b1) begin
case (up_waddr[7:0])
case (up_raddr[7:0])
8'h00: up_rdata <= PCORE_VERSION;
8'h01: up_rdata <= PCORE_ID;
8'h02: up_rdata <= up_scratch;