design_utils/des_handler.py (7 lines): - line 566: # only have one pe and write mem, so easy. TODO: how about multiple ones - line 815: # Add a DMA block for the task. TODO: add code. - line 822: # TODO: uncomment and ensure it's correctness - line 1318: # mode: not used any more. TODO: get rid of this - line 1958: # mode: depracated. TODO: get rid of it. - line 1975: # mode: deprecated. TODO: get rid of it. - line 2014: # mode: depracated. TODO: get rid of it. design_utils/design.py (6 lines): - line 1391: # TODO for later - line 1575: # TODO: this is not quit right since - line 1599: # TODO: this is not quit right since - line 1625: # TODO: this is not quit right since - line 2154: #subtype = "sram" # TODO: change later to sram/dram - line 2241: # at the moment, only setting up area. TODO: check whether energy matters DSE_utils/hill_climbing.py (4 lines): - line 74: # TODO: sel_cri needs to be fixed to include combinations of the objective functions - line 772: # TODO: add this feature later - line 853: # TODO: possibly can do better - line 1603: def sel_moves(self, des_tup, mode="dist_rank"): # TODO: add mode design_utils/components/mapping.py (3 lines): - line 266: self.input_file = input_file # input file to read the mapping from. TODO: this is not supported yet. - line 271: if mode == "from_json": # TODO: this is not supported yet. - line 276: # map the tasks to the blocks using information from an input json file. TODO: not supported yet. design_utils/components/krnel.py (3 lines): - line 769: # use a random pipe for now. TODO: fix later - line 1062: #TODO: for now only pe to ic fleet generation is accounted for, - line 1613: # TODO: need to include ic as well design_utils/components/workload.py (2 lines): - line 24: self.task_fraction = 1 # TODO: right now always set to 1 - line 25: self.task_fraction_index = 0 # TODO: always shunned to zero for now data_collection/collection_utils/replay/FARSI_replay.py (1 line): - line 39: # TODO: clean this up, and add it as an option design_utils/components/scheduling.py (1 line): - line 32: if mode == "from_json": # TODO: this is not supported yet data_collection/collection_utils/replay/replayer.py (1 line): - line 26: # TODO: needs to be update to work design_utils/components/hardware.py (1 line): - line 194: # TODO fix this to actually use work_over_power DSE_utils/design_space_exploration_handler.py (1 line): - line 153: #TODO: fix the following. The following commented code is there settings/config.py (1 line): - line 239: zero_sized_blocks = ["ic"] # blocks to ignore for now # TODO: figure ic size later