URL
https://opencores.org/ocsvn/ca_prng/ca_prng/trunk
[/] [ca_prng/] [trunk/] [src/] [rtl/] [ca_prng.v] - Diff between revs 2 and 4
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 4 |
Line 37... |
Line 37... |
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
//
|
//
|
//========================================================================
|
//========================================================================
|
|
|
module ca_prng(
|
module ca_prng(
|
|
input wire clk,
|
|
input wire reset_n,
|
|
|
input wire [31 : 0] init_pattern_data,
|
input wire [31 : 0] init_pattern_data,
|
input wire load_init_pattern,
|
input wire load_init_pattern,
|
input wire next_pattern,
|
input wire next_pattern,
|
|
|
input wire [7 : 0] update_rule,
|
input wire [7 : 0] update_rule,
|
input wire load_update_rule,
|
input wire load_update_rule,
|
|
|
output wire [31 : 0] prng_data,
|
output wire [31 : 0] prng_data
|
|
|
input wire clk,
|
|
input wire reset_n
|
|
);
|
);
|
|
|
|
|
//--------------------------------------------------------------------
|
//--------------------------------------------------------------------
|
// Constant declarations.
|
// Constant declarations.
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.