Ignore:
Timestamp:
Dec 4, 2007, 2:31:54 PM (17 years ago)
Author:
rosiere
Message:

Modification en profondeur de Component-port_map.
Compilation ok pour Register_unit ... a tester (systemC et vhdl)

Location:
trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/Makefile.deps

    r53 r62  
    2121                                        $(Behavioural_DIR_LIBRARY)
    2222
     23@COMPONENT_DEPENDENCIES         =       Behavioural_library
     24
     25@COMPONENT_CLEAN                =       Behavioural_library_clean
     26
    2327#-----[ Rules ]--------------------------------------------
    2428
    25 @COMPONENT_library              :
     29.NOTPARALLEL                    : @COMPONENT_library @COMPONENT_library_clean
     30
     31@COMPONENT_library              : $(@COMPONENT_DEPENDENCIES)
    2632                                @\
    27                                 $(MAKE) Behavioural_library; \
    2833                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/@DIRECTORY --makefile=Makefile;
    29        
    30 @COMPONENT_library_clean        :
     34
     35@COMPONENT_library_clean        : $(@COMPONENT_CLEAN)
    3136                                @\
    32                                 $(MAKE) Behavioural_library_clean; \
    3337                                $(MAKE) --directory=$(DIR_MORPHEO)/Behavioural/@DIRECTORY --makefile=Makefile clean;
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/SelfTest/src/main.cpp

    r55 r62  
    3434    usage (argc, argv);
    3535
    36   const string   name      = argv[1];
    37 //const uint32_t size_data = atoi(argv[2]);
    38 //const uint32_t nb_port   = atoi(argv[3]);
     36  uint32_t       x = 1;
     37
     38  const string   name      =      argv[x++];
     39//const uint32_t size_data = atoi(argv[x++]);
     40//const uint32_t nb_port   = atoi(argv[x++]);
    3941
    4042  try
Note: See TracChangeset for help on using the changeset viewer.