Package org.lemsml.export.vhdl
Class VHDLFixedPointDimensions
- java.lang.Object
-
- org.lemsml.export.vhdl.VHDLFixedPointDimensions
-
public class VHDLFixedPointDimensions extends Object
-
-
Constructor Summary
Constructors Constructor Description VHDLFixedPointDimensions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Integer
getBitLengthFraction(String dimension)
static Integer
getBitLengthInteger(String dimension)
static void
writeBitLengths(EDSignal edSignal, String dimension)
-
-
-
Method Detail
-
writeBitLengths
public static void writeBitLengths(EDSignal edSignal, String dimension) throws com.fasterxml.jackson.core.JsonGenerationException, IOException
- Throws:
com.fasterxml.jackson.core.JsonGenerationException
IOException
-
-