Ignore:
Timestamp:
Jul 9, 2007, 11:04:26 AM (17 years ago)
Author:
rosiere
Message:

Modif mineur : ajout d'info de débug

Release non stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Counter/src/Counter_vhdl.cpp

    r42 r43  
    1919  {
    2020    log_printf(FUNC,Counter,"vhdl","Begin");
     21
    2122    Vhdl * vhdl = new Vhdl (_name);
    2223
    23     vhdl->set_library_work (_name + "_Pack");
     24    _interfaces->set_port     (vhdl);
     25    _component ->vhdl_instance(vhdl);
    2426
    25     vhdl_port        (vhdl);
    2627    vhdl_declaration (vhdl);
    2728    vhdl_body        (vhdl);
Note: See TracChangeset for help on using the changeset viewer.