aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/synthesis-results.org
blob: 43ca413679b88cca651b5bc291007ac497e2b1ed (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
#+title: synthesis-results
#+man_class_options: :section-id "1"
#+options: toc:nil num:nil
#+html_head_extra: <style>body{font-family:monospace;max-width:60em}h1{text-align:center}dt{font-weight:700}dd{margin-bottom:1em}</style>

* NAME

synthesis-results: sends a verilog file to be synthesised and returns results as a CSV file.

* SYNOPSYS

Usage: *synthesis-results* [options...] [files...]

* DESCRIPTION

- -v, --verbose[=LEVEL] :: Debug level [default: 0]
- -k, --keys=KEY,KEY,... :: Keys to display [default: slice,ramfifo,delay]
- -o, --output=FILE :: Output file
- -s, --suppress=TYPE,TYPE,... :: Values to suppress from output [default: none]
- -x, --xml :: Output raw XML from the synthesis tool
- -c, --csv :: Output processed CSV
- -V, --version :: Display version
- -h, --help :: Display this text

* AUTHOR

Written by ___ ___.

* COPYRIGHT

Copyright (C) 2022 ___ ___ <___@______.com>

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 of the License, 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.  If not, see <https://www.gnu.org/licenses/>.