chenlh
2025-11-13 123d3197c6d91a64931cb19dc669736b6ae5a35c
src/scene.cpp
@@ -68,7 +68,7 @@
   if (!bin) return 0;
   struct Module *m  = (struct Module *)(bin + size);
   printf("proc list size %d\n", proc_list.size());
   dbg_printf("proc list size %d\n", proc_list.size());
   for (i=0; i< proc_list.size(); i++) {
      Module *m  = (struct Module *)(bin + size);
@@ -122,7 +122,7 @@
         for(j = 0 ; j< ninports ;j ++, phy_id++) {
            phy_id->mIntType = 0;
            phy_id->mPhyID = hw_adapter->get_physical_channel(1, rxBufID[j]-1);
//            printf("PhyID:%d\n", phy_id->mPhyID);
//            dbg_printf("PhyID:%d\n", phy_id->mPhyID);
         }
         size += ninports*sizeof(PhyPort);
      }