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

Subversion Repositories ca_prng

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /ca_prng/trunk/src/rtl
    from Rev 2 to Rev 4
    Reverse comparison

Rev 2 → Rev 4

/ca_prng.v
39,18 → 39,18
//========================================================================
 
module ca_prng(
input wire [31 : 0] init_pattern_data,
input wire load_init_pattern,
input wire next_pattern,
input wire clk,
input wire reset_n,
 
input wire [7 : 0] update_rule,
input wire load_update_rule,
input wire [31 : 0] init_pattern_data,
input wire load_init_pattern,
input wire next_pattern,
 
output wire [31 : 0] prng_data,
input wire [7 : 0] update_rule,
input wire load_update_rule,
 
input wire clk,
input wire reset_n
);
output wire [31 : 0] prng_data
);
 
 
//--------------------------------------------------------------------

powered by: WebSVN 2.1.0

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