Tim Edwards | c0cd7c2 | 2020-11-24 20:36:36 -0500 | [diff] [blame] | 1 | #!/bin/tcsh -f |
agorararmard | e5780bf | 2020-12-09 21:27:56 +0000 | [diff] [blame] | 2 | # Copyright 2020 Efabless Corporation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
agorararmard | afa96ea | 2020-12-09 23:37:31 +0200 | [diff] [blame^] | 15 | # SPDX-License-Identifier: Apache-2.0 |
agorararmard | e5780bf | 2020-12-09 21:27:56 +0000 | [diff] [blame] | 16 | |
Tim Edwards | c0cd7c2 | 2020-11-24 20:36:36 -0500 | [diff] [blame] | 17 | #------------------------------------------------------------ |
| 18 | # project variables for project ~/gits/caravel/qflow/ring_osc2x13 |
| 19 | #------------------------------------------------------------ |
| 20 | |
| 21 | # Flow options: |
| 22 | # ------------------------------------------- |
| 23 | # set synthesis_tool = yosys |
| 24 | # set placement_tool = graywolf |
| 25 | # set sta_tool = vesta |
| 26 | # set router_tool = qrouter |
| 27 | # set migrate_tool = magic_db |
| 28 | # set lvs_tool = netgen_lvs |
| 29 | # set drc_tool = magic_drc |
| 30 | # set gds_tool = magic_gds |
| 31 | # set display_tool = magic_view |
| 32 | |
| 33 | # Synthesis command options: |
| 34 | # ------------------------------------------- |
| 35 | # set hard_macros = |
| 36 | # set yosys_options = |
| 37 | # set yosys_script = |
| 38 | # set yosys_debug = |
| 39 | # set abc_script = |
| 40 | # set nobuffers = |
| 41 | # set inbuffers = |
| 42 | # set postproc_options = "-anchors" |
| 43 | # set xspice_options = "-io_time=500p -time=50p -idelay=5p -odelay=50p -cload=250f" |
| 44 | # set fill_ratios = "0,70,10,20" |
| 45 | # set nofanout = |
| 46 | # set fanout_options = "-l 200 -c 20" |
| 47 | # set source_file_list = |
| 48 | # set is_system_verilog = |
| 49 | |
| 50 | # Placement command options: |
| 51 | # ------------------------------------------- |
| 52 | # set initial_density = |
| 53 | # set graywolf_options = |
| 54 | # set addspacers_options = "-stripe 2.5 50.0 PG" |
| 55 | |
| 56 | # Router command options: |
| 57 | # ------------------------------------------- |
| 58 | # set route_show = |
| 59 | # set route_layers = "5" |
| 60 | # set via_use = |
| 61 | # set via_stacks = |
| 62 | # set qrouter_options = |
| 63 | # set qrouter_nocleanup = |
| 64 | |
| 65 | # STA command options: |
| 66 | # ------------------------------------------- |
| 67 | |
| 68 | # Minimum period of the clock use "--period value" (value in ps) |
| 69 | # set opensta_options = |
| 70 | # set vesta_options = |
| 71 | |
| 72 | # Other options: |
| 73 | # ------------------------------------------- |
| 74 | # set migrate_options = |
| 75 | # set lef_options = |
| 76 | # set drc_gdsview = |
| 77 | # set drc_options = |
| 78 | # set gds_options = |
| 79 | |
| 80 | #------------------------------------------------------------ |
| 81 | |