Home
last modified time | relevance | path

Searched refs:fpoG (Results 1 – 25 of 28) sorted by relevance

12

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Dmain.c425 fflush( fpoG ) ; in main()
434 fflush(fpoG); in main()
477 Yprint_stats(fpoG); in main()
635 fflush(fpoG); in execute_global_router()
649 fprintf(fpoG," fixed\n"); in execute_global_router()
651 fflush(fpoG); in execute_global_router()
689 Yprint_stats(fpoG); in execute_global_router()
698 TWCLOSE(fpoG) ; in execute_global_router()
702 else TWCLOSE(fpoG) ; in execute_global_router()
758 fflush(fpoG); in execute_global_router()
[all …]
H A Dreadblck.c117 fprintf( fpoG,"at position row_sep\n");
130 fprintf( fpoG,"Failed to input height of a block\n");
131 fprintf( fpoG,"at position height\n");
138 fprintf( fpoG, "current block: %d\n", block );
142 fprintf( fpoG, "block class is less than one ");
143 fprintf( fpoG, "or greater than the limit (256)\n");
144 fprintf( fpoG, "current block: %d\n", block );
160 fprintf( fpoG, "error in new .blk format\n");
167 fprintf( fpoG, "unexpected keyword in the .blk file\n");
168 fprintf( fpoG, "current block: %d\n", block );
[all …]
H A Dreadpar.c706 fprintf( fpoG, "vertical_wire_weight ") ; in process_readpar()
707 fprintf( fpoG, "was NOT found in the .par file\n"); in process_readpar()
711 fprintf( fpoG, "vertical_path_weight ") ; in process_readpar()
712 fprintf( fpoG, "was NOT found in the .par file\n"); in process_readpar()
774 fprintf( fpoG, "metal2_pitch: %f\n" , metal2_pitchG ) ; in process_readpar()
786 fprintf( fpoG, "feedThruWidth: %d\n" , fdWidthG ) ; in process_readpar()
794 fprintf( fpoG, "Enter track.pitch in the .par file\n"); in process_readpar()
802 fprintf( fpoG, "route2act defaulted to track.pitch\n"); in process_readpar()
805 fprintf( fpoG, "route2act: %d\n" , route2actG ) ; in process_readpar()
821 fprintf(fpoG,"\n%s\n",YmsgG) ; in yaleIntro()
[all …]
H A Dfindcost.c240 fprintf( fpoG , "binWidthG = %d\n",binWidthG ) ; in findcost()
297 fprintf(fpoG,"since it could not be found\n"); in findcost()
306 fprintf( fpoG, "placement in %s\n", filename ); in findcost()
416 fprintf(fpoG,"ECO pin skipped for net <%s>\n", in findcost()
489 fflush( fpoG ) ; in findcost()
500 fprintf( fpoG, "\n" ) ; in findcost()
516 fprintf( fpoG, "WARNING[findcost]:%s", YmsgG ) ; in findcost()
981 fprintf(fpoG,"\n"); in find_net_sizes()
987 fprintf(fpoG, in find_net_sizes()
991 fprintf(fpoG,"\n"); in find_net_sizes()
[all …]
H A Dglobroute.c83 fprintf(fpoG,"\n\nTHIS IS THE ORIGINAL NUMBER OF TRACKS: %d\n\n\n" , in globroute()
85 fflush(fpoG); in globroute()
151 fprintf(fpoG,"no. of accepted flips: %d\n", flips ) ; in globroute()
152 fprintf(fpoG,"no. of attempted flips: %d\n", attempts ) ; in globroute()
153 fprintf(fpoG,"THIS IS THE NUMBER OF TRACKS: %d\n\n\n" , tracksG ) ; in globroute()
154 fflush(fpoG); in globroute()
H A Dfindunlap.c306 fprintf(fpoG,"Total Wire Length - X-Component:%d\n", xwire ) ;
307 fprintf(fpoG,"Total Wire Length - Y-Component:%d\n", ywire ) ;
308 fprintf(fpoG,"Time Penalty:%d\n", timingcostG ) ;
309 fflush(fpoG);
343 fprintf(fpoG,"BLOCK TOTAL CELL LENGTHS OVER/UNDER TARGET DESIRE\n");
355 fprintf( fpoG, "%5d %18d %17d %9d\n", i,
359 fprintf( fpoG, "\nLONGEST Block is:%d Its length is:%d\n",
362 fprintf( fpoG,"total penalty is %d\n", total_penalty ) ;
1325 fprintf(fpoG,"BLOCK TOTAL CELL LENGTHS OVER/UNDER TARGET\n"); in findunlap2()
1334 fprintf( fpoG, "%5d %18d %17d\n", i, in findunlap2()
[all …]
H A Dsavewolf.c182 TWCLOSE( fpoG ) ;
208 TWCLOSE( fpoG ) ;
H A Dmain.h34 EXTERN FILE *fpoG ; variable
H A Dreconfig.c95 fprintf(fpoG,"block:%d desire:%d\n",block,barrayG[block]->desire); in reconfig()
97 fprintf(fpoG,"Total Desired Length: %d\n", total_desire ) ; in reconfig()
H A Dcglbroute.c140 fprintf(fpoG," the number of net = %d\n", numnetsG ) ; in cglb_initial()
141 fprintf(fpoG," the number of tilted segment = %d\n", tilted_seg ) ; in cglb_initial()
348 fprintf(fpoG," the number of switchable L segment = %d\n", LswitchsegS ); in set_cbucket()
785 fprintf(fpoG," the number of tilted segment = %d\n", tilted_seg ) ; in update_switchvalue()
786 fprintf(fpoG," the number of switchable L segment = %d\n", LswitchsegS ); in update_switchvalue()
H A Dglobe.c170 fprintf(fpoG,"\nrow lengths after steiner trees:\n"); in globe()
516 fprintf(fpoG,"Divide-and-Conquer Subdivisions in LA:%d at row:%d\n", in FeedAssgn()
518 fflush(fpoG); in FeedAssgn()
612 fprintf(fpoG,"GR fails at line 501\n"); in FeedAssgn()
613 fflush(fpoG); in FeedAssgn()
1828 fprintf(fpoG,"Eliminated %d unused feeds in the longest row\n", in elim_unused_feedsSC()
1852 fprintf(fpoG,"BLOCK TOTAL CELL LENGTHS OVER/UNDER TARGET\n"); in elim_unused_feedsSC()
1860 fprintf( fpoG, "%3d %7d \n", i, length ); in elim_unused_feedsSC()
1866 fprintf( fpoG, "\nLONGEST Row is:%d Its length is:%d\n", in elim_unused_feedsSC()
H A Dcrossbus.c471 fprintf(fpoG,"Percentage of constrained cells:%f\n", in handle_crossbuses()
578 fprintf(fpoG,"Total placement violations to the left:%d\n", total_l ); in check_violations()
579 fprintf(fpoG,"Total placement violations to the rite:%d\n", total_r ); in check_violations()
H A Dfindcostf.c336 fprintf(fpoG,"total number of clusters which should be added in: %d\n", in install_clusters()
412 fprintf(fpoG,"Number of clusters added to row:%d was:%d\n", row,i); in install_clusters()
421 fprintf(fpoG,"actual total number of clusters which were added in: %d\n", in install_clusters()
H A Dutemp.c192 fflush(fpoG); in utemp()
262 fflush(fpoG); in from_middle()
298 fflush(fpoG); in from_beginning()
H A Dcoarseglb.c864 fprintf(fpoG,"After Feeds are Added:\n"); in final_feed_config()
865 fprintf(fpoG,"BLOCK TOTAL CELL LENGTHS OVER/UNDER TARGET\n"); in final_feed_config()
874 fprintf( fpoG, "%3d %7d %6d\n", i, in final_feed_config()
881 fprintf( fpoG, "\nLONGEST Row is:%d Its length is:%d\n", in final_feed_config()
H A Dreadnets.c535 fprintf( fpoG, "%s ", YmsgG ) ;
547 fprintf( fpoG, "%s ", YmsgG ) ;
H A Dconfigure.c662 default: fprintf(fpoG,"screwup in finding padside\n"); in configure()
924 fprintf(fpoG,"\n******************\nBLOCK DATA\n"); in configure()
930 fprintf(fpoG,"block:%d desire:%d\n",block,barrayG[block]->desire); in configure()
940 fprintf(fpoG,"Total Desired Length: %d\n", desiredLG ) ; in configure()
H A Doutput.c218 fprintf(fpoG,"Confirming number of eliminated feeds:%d\n", in output()
389 fprintf( fpoG,"Actual # of Feed Cells Added:\t%d\n\n\n", in final_free_up()
H A Dparser.c1184 fprintf(fpoG,"The number of available rows in the gate_array \n"); in add_extra_cells()
1185 fprintf(fpoG,"is being decremented in add_extra_cells()\n\n"); in add_extra_cells()
1792 fprintf( fpoG, "total cell length: %d\n", celllenG ) ; in cleanup_readcells()
1793 fprintf( fpoG, "total block length: %d\n", totallenG ) ; in cleanup_readcells()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/syntax/
H A Doutput.c289 fprintf( fpoG, "TIMESTAMP:%s\n", yctime ) ; in output()
291 fprintf( fpoG, "Statistics for %s:\n", cktNameG ) ; in output()
292 fprintf( fpoG, "num_stdcells:%d\n", stdcellS ) ; in output()
293 fprintf( fpoG, "num_macros:%d\n", macroS ) ; in output()
295 fprintf( fpoG, "num_pads:%d\n", padS ) ; in output()
296 fprintf( fpoG, "num_nets:%d\n", netS ) ; in output()
297 fprintf( fpoG, "num_pins:%d\n", pinS ) ; in output()
298 fprintf( fpoG, "num_implicit_feeds:%d\n", impS ) ; in output()
299 fprintf( fpoG, "num_equivs:%d\n", equivS ) ; in output()
300 fprintf( fpoG, "num_unequivs:%d\n", unequivS ) ; in output()
[all …]
H A Dmain.c128 fpoG = TWOPEN( filename, "w", ABORT ) ; in main()
142 TWCLOSE( fpoG ) ; in main()
146 TWCLOSE( fpoG ) ; in main()
182 fprintf(fpoG,"%s\n",YmsgG ) ; in yaleIntro()
H A Dglobals.h75 EXTERN FILE *fpoG ; variable
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dwireest.c324 fprintf( fpoG, "\nSVD fit parameters found. Using:\n" ) ;
326 HPO( fpoG, C0S ) ;
328 HPO( fpoG, C1S ) ;
330 HPO( fpoG, C2S ) ;
332 HPO( fpoG, C3S ) ;
334 HPO( fpoG, C4S ) ;
336 HPO( fpoG, C5S ) ;
340 fprintf( fpoG, "\nConstant modified to:\n" ) ;
341 HPO( fpoG, C0S ) ;
H A Dmain.c221 fpoG = TWOPEN( filename, "a", ABORT ) ; in main()
223 fpoG = TWOPEN( filename, "w", ABORT ) ; in main()
225 Ymessage_init(fpoG) ; in main()
263 fpoG = TWOPEN( filename, "w", ABORT ) ; in main()
264 Ymessage_init(fpoG) ; in main()
568 Yprint_stats( fpoG ) ; in main()
582 fprintf(fpoG,"\n%s\n",YmsgG) ; in yaleIntro()
583 fprintf(fpoG,"Authors: Carl Sechen, Bill Swartz, Kai-Win Lee\n"); in yaleIntro()
584 fprintf(fpoG," Dahe Chen, and Jimmy Lam\n"); in yaleIntro()
585 fprintf(fpoG," Yale University\n"); in yaleIntro()
H A Dwireratio.c288 fprintf( fpoG, "\nThe results of the SVD fit are:\n" ) ;
291 HPO( fpoG, gsl_vector_get(Xret, i));

12