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

Subversion Repositories nlprg

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /nlprg
    from Rev 2 to Rev 3
    Reverse comparison

Rev 2 → Rev 3

/trunk/README.md
5,4 → 5,6
 
You can find the circuit schematic in the doc folder.
 
After running the simulation ( for example by running : iverilog nlprng8_tb.v ; ./a.out ), you should find the resulting sequence in the tb/log and all the waves in the tb/wave.
Assuming you have icarus verilog installed, you can run the simulation going in trunk, cd trunk, and then, source runsim.sh, the output of the runsim.sh command is the pseudo-random sequence ( 2nd column ).
 
The resulting sequence is stored in the tb/log and all the waves are in the tb/wave.
/trunk/runsim.sh
0,0 → 1,9
cd tb
 
iverilog -f filelist.f -o nlprg8
./nlprg8
rm nlprg8
 
cat log/nlprg8_tb.log
 
cd ..

powered by: WebSVN 2.1.0

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