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
    from Rev 7 to Rev 8
    Reverse comparison

Rev 7 → Rev 8

/trunk/fht_bfly.v
115,10 → 115,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
125,3 → 128,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.