Searched refs:model (Results 1 - 9 of 9) sorted by relevance

/gem5/util/
H A Dminorview.py40 # minorview.py: Minorview visuliser for MinorCPU model MinorTrace output
52 from minorview.model import BlobModel
76 model = BlobModel(unitNamePrefix=args.prefix) variable
79 model.load_picture(args.picture)
84 view = BlobView(model)
85 controller = BlobController(model, view,
88 window = BlobWindow(model, view, controller)
101 model.load_events(args.eventFile, startTime=args.start_time,
/gem5/util/minorview/
H A Dview.py48 import model
49 from model import Id, BlobModel, BlobDataSelect, special_state_chars
54 def __init__(self, model):
68 self.model = model
121 for blob in self.model.blobs:
122 blob_event = self.model.find_unit_event_by_time(
165 the model's times array of seen event times"""
167 if len(self.model.times) != 0:
168 if self.timeIndex >= len(self.model
[all...]
H A Dblobs.py55 import model
182 self.dataSelect = model.BlobDataSelect()
215 event = model.BlobEvent(self.unit, time)
405 cr.set_source_color(model.special_state_colours[colour_char])
406 label = model.special_state_names[colour_char]
H A Dmodel.py517 def find_ided_objects(self, model, picChar, includeInstLines):
527 inst = model.find_inst(instId)
528 line = model.find_line(instId)
534 line = model.find_line(lineId)
563 """Add a parsed blob to the model"""
571 """Add a MinorInst instruction definition to the model"""
595 """Add a MinorLine line to the model"""
599 """Add a single event to the model. This must be an event at a
672 """Parse and add a MinorInst line to the model"""
699 """Parse and add a MinorLine line to the model"""
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/
H A Drun-tests.py108 for model in cpu_models:
109 test_name = test + '-' + model
114 '--cpu-type', model,
/gem5/ext/mcpat/
H A Dlogic.h139 int model; member in class:DFFCell
/gem5/src/arch/x86/bios/
H A DIntelMP.py106 model = Param.UInt8(0, 'Processor model') variable in class:X86IntelMPProcessor
H A Dintelmp.cc290 replaceBits(cpuSignature, 4, 7, p->model);
/gem5/ext/dsent/
H A DDSENT.cc26 #include "model/std_cells/StdCellLib.h"
119 // Create the model specified
124 // Construct the model
125 // Read all parameters the model requires
142 // Update the model
143 // Read all properties the model requires
159 // Evaluate the model
225 const Model* model = (const Model*)query_result; local
228 model->printHierarchy(query_type, query_subfield, "", query_detail, cout);
288 // Build the specified model i
[all...]

Completed in 18 milliseconds