• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..26-May-2005-

lca100kgate/H03-May-2022-16090

READMEH A D26-May-2005626 2213

lfsr.plgH A D26-May-20054.7 KiB8880

lfsr.sdfH A D26-May-2005905 2524

lfsr.vcH A D26-May-200584 42

lfsr32000.vH A D26-May-20053.6 KiB170120

lfsr5udp.plgH A D26-May-20055.7 KiB110102

lfsr5udp.vH A D26-May-20053.3 KiB179119

lfsr_udp.vcH A D26-May-200533 21

README

1
2                     RUNNING THE CAPACITY TEST
3
4This directory contains a 3.2 million gate circuit that requires about
5150MB of memory to run.  Circuit is a shift register from John Hillawi's
6DA Solutions bench marks and is used with permission.
7
8To run the test type:
9
10  ../../bin/cver -f lfsr.vc
11
12Then type:
13
14  diff verilog.log lfsr.plg
15
16to check for correct output.  The diff command will print minor differences
17such as date, time, memory use depending on you system.
18The +printstats option prints out circuit size statistics.
19
20Also, try running the lfsr_udp.vc to see 50k gate version of same circuit
21coded using udps.
22