Skip to content
Snippets Groups Projects
_preferences.py 588 B
Newer Older
  • Learn to ignore specific revisions
  • LATENCY_COLOR = (0, 185, 231)
    EXECUTION_TIME_COLOR = (255, 100, 66, 200)
    SIGNAL_COLOR = (0, 0, 0)
    
    Oscar Gustafsson's avatar
    Oscar Gustafsson committed
    SIGNAL_LINEWIDTH: float = 1.0
    
    Oscar Gustafsson's avatar
    Oscar Gustafsson committed
    OPERATION_GAP: float = 0.5
    
    Oscar Gustafsson's avatar
    Oscar Gustafsson committed
    SCHEDULE_OFFSET: float = 0.2
    
    SPLINE_OFFSET: float = 0.5
    
    # Colors for architecture Digraph
    
    PE_COLOR = (0, 185, 231)  # LiuBlue
    PE_CLUSTER_COLOR = (210, 238, 249)  # LiuBlue5
    MEMORY_COLOR = (0, 207, 181)  # LiuGreen
    MEMORY_CLUSTER_COLOR = (213, 241, 235)  # LiuGreen5
    
    IO_COLOR = (23, 199, 210)  # LiuTurquoise
    IO_CLUSTER_COLOR = (215, 239, 242)  # LiuTurquoise5
    
    MUX_COLOR = (255, 100, 66)  # LiuOrange