Class VHDLFixedPointDimensions

java.lang.Object
org.lemsml.export.vhdl.VHDLFixedPointDimensions

public class VHDLFixedPointDimensions extends Object
  • Constructor Details

    • VHDLFixedPointDimensions

      public VHDLFixedPointDimensions()
  • Method Details

    • writeBitLengths

      public static void writeBitLengths(EDSignal edSignal, String dimension) throws com.fasterxml.jackson.core.JsonGenerationException, IOException
      Throws:
      com.fasterxml.jackson.core.JsonGenerationException
      IOException
    • getBitLengthFraction

      public static Integer getBitLengthFraction(String dimension)
    • getBitLengthInteger

      public static Integer getBitLengthInteger(String dimension)