//=========================================================================== // Organization : Individual Developer // Filename : counter_c.sv // Author : Feng Bohan // Create Time : 20:05:42 2024-12-02 // Last Modified: 20:05:52 2024-12-02 // Abstract : //-------------------------------------------------------------------------- // Description: // //-------------------------------------------------------------------------- // Modification History: //-------------------------------------------------------------------------- // Rev Date Who Description // --- ---- --- ----------- // 0.0.01 2024-12-02 Feng Bohan initial version //=========================================================================== module counter_c; string name = "counter_c"; string age = "12"; endmodule