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

Subversion Repositories ft816float

[/] [ft816float/] [trunk/] [rtl/] [positVerilog/] [positSize.sv] - Rev 36

Compare with Previous | Blame | View Log

parameter PSTWID = `PSTWID;
parameter es =
  PSTWID >= 80 ? 4 :
  PSTWID >= 64 ? 3 :
  PSTWID >= 52 ? 3 :
  PSTWID >= 40 ? 3 :
  PSTWID >= 32 ? 2 :
  PSTWID >= 24 ? 2 :
  PSTWID >= 16 ? 1 :
  PSTWID >= 8 ? 1 :
  0 ;

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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