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

Subversion Repositories openverifla

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openverifla
    from Rev 40 to Rev 41
    Reverse comparison

Rev 40 → Rev 41

/trunk/openverifla_2.3/java/VeriFLA.java
566,6 → 566,8
fatalError("Properties: dataWordLenBits not found");
if((dataWordLenBits % 8) != 0)
fatalError("Properties: dataWordLenBits is not multiple of 8");
if(dataWordLenBits != totalSignals)
fatalError("Properties: totalSignals != dataWordLenBits: " + totalSignals + " != "+dataWordLenBits);
strVal=properties.getProperty(NAME + ".clonesWordLenBits");
if(strVal != null)
clonesWordLenBits=Integer.parseInt(strVal);

powered by: WebSVN 2.1.0

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