Interface | Description |
---|---|
FpgaModule_ifc |
Class | Description |
---|---|
Fpga |
This class contains hardware related opeations for FPGA simulation
which are also accepted by the Java2Vhdl translator.
|
Annotation Type | Description |
---|---|
Fpga.BITVECTOR |
Defines an numeric variable in VHDL as BIT_VECTOR(
|
Fpga.ClockedInput |
Defines that an input pin of the Fpga or of an module should be clocked immediately.
|
Fpga.GetterVhdl |
Defines that an Operation is existing in the module class to access data from RECORD instance (associated to a PROCESS).
|
Fpga.IfcAccess |
Defines a sub module in another module which is only responsible to implement an interface
as access point to the containing module.
|
Fpga.STDVECTOR |
Defines an numeric variable in VHDL as STD_LOGIC_VECTOR(
|
Fpga.VHDL_PROCESS |
Defines an numeric variable in VHDL as STD_LOGIC_VECTOR(
|