Ticket #86 (closed Feature: fixed)

Opened 16 years ago

Last modified 14 years ago

Displaying the simulation time

Reported by: F. R. Rocha Owned by:
Priority: minor Milestone: 2.2
Component: graphical_editor Version:
Keywords: Cc:

Description (last modified by singhoff) (diff)

Add some time lines in the top part of the main cheddar windows in order to displaying the simulation time.

time line to display simulation time is configured in package
config.editor_confid.ads as follows :

-- This constant stores the number of time line
-- we draw between each timing axis
--
Time_Line_Between_Time_Axis : constant Natural := 4;

-- This constant stores how time unit axis are displayed.
-- The constant give a duration (in time unit) between each
-- time display on the axis
--
Display_Witch_Time_Unit_Label : constant Natural := 5;

frank

Change History

comment:1 Changed 14 years ago by singhoff

  • Status changed from new to closed
  • Resolution set to fixed
  • Description modified (diff)
  • Milestone changed from Unknown to 2.2
Note: See TracTickets for help on using tickets.