Instant SoC Class Library
3.1
|
System clock input. More...
Public Member Functions | |
FC_IO_Clk (int Clk_MHz) | |
Static Public Attributes | |
static U32 | g_clk |
System clock input.
Adds to interface:
<name> : in std_logic
where <name> is c++ object name.
Only one instance of this class is allowed and it must be declared as the first object in the hardware def section.See the following example:
FC_IO_Clk::FC_IO_Clk | ( | int | Clk_MHz | ) |
Constructor
Clk_MHz | the frequency of the clock in MHz. |