VPR-6.0

vpr/SRC/base/draw.h

Go to the documentation of this file.
00001 void update_screen(int priority,
00002                    char *msg,
00003                    enum pic_type pic_on_screen_val,
00004                    boolean crit_path_button_enabled);
00005 
00006 void alloc_draw_structs(void);
00007 
00008 void init_draw_coords(float clb_width);
00009 
00010 void set_graphics_state(boolean show_graphics_val,
00011                         int gr_automode_val,
00012                         enum e_route_type route_type);