Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Up and running ... --- Quote End --- Awesome! --- Quote Start --- Thanks to Dave's sample testbench --- Quote End --- Another happy customer :) --- Quote Start --- The current testbench stores addresses and I want to store random data ... which should not be too much work. --- Quote End --- The Altera pattern generator/checker cores can be used for generating patterns with random statistics. If you want more control, here's a VHDL tutorial plus source for LFSR/PRBS generators http://www.ovro.caltech.edu/~dwh/correlator/pdf/lfsr_tutorial.pdf http://www.ovro.caltech.edu/~dwh/correlator/pdf/lfsr_tutorial_src.zip You could use that the generate randomized transaction types (read/write single/burst), and random transaction data (for the writes). Cheers, Dave