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

Subversion Repositories two_dimensional_fast_hartley_transform

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /two_dimensional_fast_hartley_transform/trunk
    from Rev 5 to Rev 6
    Reverse comparison

Rev 5 → Rev 6

/fht_bfly_noFF.v
97,10 → 97,13
ainv = ~a;
plus1 = rca_N(ainv,{{N-1{1'b0}},1'b1});
// synopsys translate_off
// The only problem is absolute minumum negative value
if (a == {1'b1, {N-1{1'b0}}}) $display("--->>> 2's complement ERROR - absolute minumum negative value");
// synopsys translate_on
// pragma coverage block = off
// synopsys translate_off
// The only problem is absolute minumum negative value
if (a == {1'b1, {N-1{1'b0}}})
$display("--->>> 2's complement ERROR - absolute minimum negative value: %0b\n\t %m",a);
// synopsys translate_on
// pragma coverage block = on
twos_complement = plus1[N-1:0];
end
107,3 → 110,7
endfunction
 
endmodule
 
// Update Log:
// 27 Jul. 2011
// added pragmas for coverage

powered by: WebSVN 2.1.0

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