OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/orpsocv2
    from Rev 78 to Rev 111
    Reverse comparison

Rev 78 → Rev 111

/backend/generic_pll.v
49,7 → 49,7
// Inputs
clk_in, rst_in
);
`ifndef VERILATOR
`ifndef verilator
input clk_in;
input rst_in;
output reg clk1x;
147,7 → 147,7
#(DIVIDER*period/2);
end
end
`else // !`ifndef VERILATOR
`else // !`ifndef verilator
input clk_in;
input rst_in;
output clk1x;
161,6 → 161,6
assign clk1x = clk_in;
assign clk2x = 0;
assign clkdiv= 0;
`endif // !`ifndef VERILATOR
`endif // !`ifndef verilator
endmodule // generic_pll

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.