URL
https://opencores.org/ocsvn/ca_prng/ca_prng/trunk
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 4 |
Line 43... |
Line 43... |
//------------------------------------------------------------------
|
//------------------------------------------------------------------
|
`timescale 1ns / 1ps
|
`timescale 1ns / 1ps
|
|
|
|
|
//------------------------------------------------------------------
|
//------------------------------------------------------------------
|
// tb_rule30
|
// tb_ca_prng
|
//
|
//
|
// The self contained testbench module.
|
// The self contained testbench module.
|
//------------------------------------------------------------------
|
//------------------------------------------------------------------
|
module tb_ca_prng();
|
module tb_ca_prng();
|
|
|
Line 124... |
Line 124... |
// Instantiation of the ca_prng core as device under test.
|
// Instantiation of the ca_prng core as device under test.
|
//----------------------------------------------------------------
|
//----------------------------------------------------------------
|
ca_prng ca_prng_dut(
|
ca_prng ca_prng_dut(
|
.clk(tb_clk),
|
.clk(tb_clk),
|
.reset_n(tb_reset_n),
|
.reset_n(tb_reset_n),
|
|
|
.init_pattern_data(tb_init_pattern_data),
|
.init_pattern_data(tb_init_pattern_data),
|
.load_init_pattern(tb_load_init_pattern),
|
.load_init_pattern(tb_load_init_pattern),
|
.next_pattern(tb_next_pattern),
|
.next_pattern(tb_next_pattern),
|
|
|
.update_rule(tb_update_rule),
|
.update_rule(tb_update_rule),
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.