Lines Matching defs:line

56     char line[5000];
65 while (fscanf(fp, "%[^\n]\n", line) != EOF) {
67 if (!strncmp("-size", line, strlen("-size"))) {
68 sscanf(line, "-size %[(:-~)*]%u", jk, &(cache_sz));
72 if (!strncmp("-page size", line, strlen("-page size"))) {
73 sscanf(line, "-page size %[(:-~)*]%u", jk, &(page_sz_bits));
77 if (!strncmp("-burst length", line, strlen("-burst length"))) {
78 sscanf(line, "-burst %[(:-~)*]%u", jk, &(burst_len));
82 if (!strncmp("-internal prefetch width", line, strlen("-internal prefetch width"))) {
83 sscanf(line, "-internal prefetch %[(:-~)*]%u", jk, &(int_prefetch_w));
87 if (!strncmp("-block", line, strlen("-block"))) {
88 sscanf(line, "-block size (bytes) %d", &(line_sz));
92 if (!strncmp("-associativity", line, strlen("-associativity"))) {
93 sscanf(line, "-associativity %d", &(assoc));
97 if (!strncmp("-read-write", line, strlen("-read-write"))) {
98 sscanf(line, "-read-write port %d", &(num_rw_ports));
102 if (!strncmp("-exclusive read", line, strlen("exclusive read"))) {
103 sscanf(line, "-exclusive read port %d", &(num_rd_ports));
107 if (!strncmp("-exclusive write", line, strlen("-exclusive write"))) {
108 sscanf(line, "-exclusive write port %d", &(num_wr_ports));
112 if (!strncmp("-single ended", line, strlen("-single ended"))) {
113 sscanf(line, "-single %[(:-~)*]%d", jk,
118 if (!strncmp("-search", line, strlen("-search"))) {
119 sscanf(line, "-search port %d", &(num_search_ports));
123 if (!strncmp("-UCA bank", line, strlen("-UCA bank"))) {
124 sscanf(line, "-UCA bank%[((:-~)| )*]%d", jk, &(nbanks));
128 if (!strncmp("-technology", line, strlen("-technology"))) {
129 sscanf(line, "-technology (u) %lf", &(F_sz_um));
134 if (!strncmp("-output/input", line, strlen("-output/input"))) {
135 sscanf(line, "-output/input bus %[(:-~)*]%d", jk, &(out_w));
139 if (!strncmp("-operating temperature", line, strlen("-operating temperature"))) {
140 sscanf(line, "-operating temperature %[(:-~)*]%d", jk, &(temp));
144 if (!strncmp("-cache type", line, strlen("-cache type"))) {
145 sscanf(line, "-cache type%[^\"]\"%[^\"]\"", jk, temp_var);
178 if (!strncmp("-tag size", line, strlen("-tag size"))) {
179 sscanf(line, "-tag size%[^\"]\"%[^\"]\"", jk, temp_var);
187 sscanf(line, "-tag size (b) %d", &(tag_w));
192 if (!strncmp("-access mode", line, strlen("-access mode"))) {
193 sscanf(line, "-access %[^\"]\"%[^\"]\"", jk, temp_var);
207 if (!strncmp("-Data array cell type", line,
209 sscanf(line, "-Data array cell type %[^\"]\"%[^\"]\"", jk, temp_var);
228 if (!strncmp("-Data array peripheral type", line, strlen("-Data array peripheral type"))) {
229 sscanf(line, "-Data array peripheral type %[^\"]\"%[^\"]\"", jk, temp_var);
244 if (!strncmp("-Tag array cell type", line, strlen("-Tag array cell type"))) {
245 sscanf(line, "-Tag array cell type %[^\"]\"%[^\"]\"", jk, temp_var);
264 if (!strncmp("-Tag array peripheral type", line, strlen("-Tag array peripheral type"))) {
265 sscanf(line, "-Tag array peripheral type %[^\"]\"%[^\"]\"", jk, temp_var);
279 if (!strncmp("-design", line, strlen("-design"))) {
280 sscanf(line, "-%[((:-~)| |,)*]%d:%d:%d:%d:%d", jk,
287 if (!strncmp("-deviate", line, strlen("-deviate"))) {
288 sscanf(line, "-%[((:-~)| |,)*]%d:%d:%d:%d:%d", jk,
295 if (!strncmp("-Optimize", line, strlen("-Optimize"))) {
296 sscanf(line, "-Optimize %[^\"]\"%[^\"]\"", jk, temp_var);
307 if (!strncmp("-NUCAdesign", line, strlen("-NUCAdesign"))) {
308 sscanf(line, "-%[((:-~)| |,)*]%d:%d:%d:%d:%d", jk,
315 if (!strncmp("-NUCAdeviate", line, strlen("-NUCAdeviate"))) {
316 sscanf(line, "-%[((:-~)| |,)*]%d:%d:%d:%d:%d", jk,
323 if (!strncmp("-Cache model", line, strlen("-cache model"))) {
324 sscanf(line, "-Cache model %[^\"]\"%[^\"]\"", jk, temp_var);
334 if (!strncmp("-NUCA bank", line, strlen("-NUCA bank"))) {
335 sscanf(line, "-NUCA bank count %d", &(nuca_bank_count));
343 if (!strncmp("-Wire inside mat", line, strlen("-Wire inside mat"))) {
344 sscanf(line, "-Wire%[^\"]\"%[^\"]\"", jk, temp_var);
358 if (!strncmp("-Wire outside mat", line, strlen("-Wire outside mat"))) {
359 sscanf(line, "-Wire%[^\"]\"%[^\"]\"", jk, temp_var);
369 if (!strncmp("-Interconnect projection", line, strlen("-Interconnect projection"))) {
370 sscanf(line, "-Interconnect projection%[^\"]\"%[^\"]\"", jk, temp_var);
380 if (!strncmp("-Wire signalling", line, strlen("-wire signalling"))) {
381 sscanf(line, "-Wire%[^\"]\"%[^\"]\"", jk, temp_var);
410 if (!strncmp("-Core", line, strlen("-Core"))) {
411 sscanf(line, "-Core count %d\n", &(cores));
418 if (!strncmp("-Cache level", line, strlen("-Cache level"))) {
419 sscanf(line, "-Cache l%[^\"]\"%[^\"]\"", jk, temp_var);
427 if (!strncmp("-Print level", line, strlen("-Print level"))) {
428 sscanf(line, "-Print l%[^\"]\"%[^\"]\"", jk, temp_var);
436 if (!strncmp("-Add ECC", line, strlen("-Add ECC"))) {
437 sscanf(line, "-Add ECC %[^\"]\"%[^\"]\"", jk, temp_var);
445 if (!strncmp("-Print input parameters", line, strlen("-Print input parameters"))) {
446 sscanf(line, "-Print input %[^\"]\"%[^\"]\"", jk, temp_var);
454 if (!strncmp("-Force cache config", line, strlen("-Force cache config"))) {
455 sscanf(line, "-Force cache %[^\"]\"%[^\"]\"", jk, temp_var);
463 if (!strncmp("-Ndbl", line, strlen("-Ndbl"))) {
464 sscanf(line, "-Ndbl %d\n", &(ndbl));
467 if (!strncmp("-Ndwl", line, strlen("-Ndwl"))) {
468 sscanf(line, "-Ndwl %d\n", &(ndwl));
471 if (!strncmp("-Nspd", line, strlen("-Nspd"))) {
472 sscanf(line, "-Nspd %d\n", &(nspd));
475 if (!strncmp("-Ndsam1", line, strlen("-Ndsam1"))) {
476 sscanf(line, "-Ndsam1 %d\n", &(ndsam1));
479 if (!strncmp("-Ndsam2", line, strlen("-Ndsam2"))) {
480 sscanf(line, "-Ndsam2 %d\n", &(ndsam2));
483 if (!strncmp("-Ndcm", line, strlen("-Ndcm"))) {
484 sscanf(line, "-Ndcm %d\n", &(ndcm));
624 Wire winit; // Do not delete this line. It initializes wires.
846 Wire winit; // Do not delete this line. It initializes wires.
1023 Wire winit; // Do not delete this line. It initializes wires.
1971 Wire winit; // Do not delete this line. It initializes wires.
1991 Wire winit; // Do not delete this line. It initializes wires.
2004 Wire winit; // Do not delete this line. It initializes wires.