summaryrefslogtreecommitdiff
path: root/sheets/dc_shell.ssh
blob: b70187a464594317f6823c8c515eb9f8c982ef41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Style sheet for scripts_files of synopsys
# Copyright (c) 1999 Akim Demaille, Miguel Santana, Philippe Le Van
# $Id: dc_shell.ssh,v 1.1.1.1.2.1 2007/12/29 01:58:29 mhatta Exp $
#

#
# This file is part of a2ps.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.  If not, write to
# the Free Software Foundation, 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#

style "dc_shell" is
written by "Philippe Le Van <levan@francemel.com>"
version is 0.2
case sensitive

first alphabet is
   "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_"
second alphabet is
   "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_/0123456789"

documentation is
  "Synopsys Design Compiler is a synthesis tool used by "
  "electronic companies for the design of their chips."
  "This sheet is very incomplete, we have a lot of keywords to"
  "add, eventually options to highlight..."
  "The Label_strong style is used for commands which change the design."
end documentation

keywords in Keyword_strong are
   current_design, characterize, set_dont_touch, link, set_fix_hold,
   reset_design, ungroup, set_dont_touch_network, group,
   set_dont_use, remove_constraint, set_structure, set_flatten,
   remove_attribute, set_unconnected,

   create_clock, set_clock_skew, set_input_delay, set_output_delay,
   set_false_path, set_drive, set_max_delay, set_min_delay,
   balance_buffer, set_disable_timing, set_driving_cell, set_load,
   set_fanout_load,

   define_name_rules, change_names, define_design_lib, set_layer,

   report_constraint, report_area, report_timing, report_clock,
   report_cell, report_port, write_script, write, write_timing,
   alias, find, echo, all_registers, all_fanout, all_clocks,
   all_inputs, all_outputs, all_fanin, all_critical_pins,
   all_critical_cells
end keywords

keywords in Label_strong are
   compile, uniquify, remove_design, free, read, quit, include,
   analyze, elaborate
end keywords

sequences are
   "/*" Comment "*/",
   "/**" Comment_strong "*/",
   C-string
end sequences

end style