Tim Edwards | c0cd7c2 | 2020-11-24 20:36:36 -0500 | [diff] [blame] | 1 | #!/bin/tcsh -f |
| 2 | #------------------------------------------------------------ |
| 3 | # project variables for project ~/gits/caravel/qflow/ring_osc2x13 |
| 4 | #------------------------------------------------------------ |
| 5 | |
| 6 | # Flow options: |
| 7 | # ------------------------------------------- |
| 8 | # set synthesis_tool = yosys |
| 9 | # set placement_tool = graywolf |
| 10 | # set sta_tool = vesta |
| 11 | # set router_tool = qrouter |
| 12 | # set migrate_tool = magic_db |
| 13 | # set lvs_tool = netgen_lvs |
| 14 | # set drc_tool = magic_drc |
| 15 | # set gds_tool = magic_gds |
| 16 | # set display_tool = magic_view |
| 17 | |
| 18 | # Synthesis command options: |
| 19 | # ------------------------------------------- |
| 20 | # set hard_macros = |
| 21 | # set yosys_options = |
| 22 | # set yosys_script = |
| 23 | # set yosys_debug = |
| 24 | # set abc_script = |
| 25 | # set nobuffers = |
| 26 | # set inbuffers = |
| 27 | # set postproc_options = "-anchors" |
| 28 | # set xspice_options = "-io_time=500p -time=50p -idelay=5p -odelay=50p -cload=250f" |
| 29 | # set fill_ratios = "0,70,10,20" |
| 30 | # set nofanout = |
| 31 | # set fanout_options = "-l 200 -c 20" |
| 32 | # set source_file_list = |
| 33 | # set is_system_verilog = |
| 34 | |
| 35 | # Placement command options: |
| 36 | # ------------------------------------------- |
| 37 | # set initial_density = |
| 38 | # set graywolf_options = |
| 39 | # set addspacers_options = "-stripe 2.5 50.0 PG" |
| 40 | |
| 41 | # Router command options: |
| 42 | # ------------------------------------------- |
| 43 | # set route_show = |
| 44 | # set route_layers = "5" |
| 45 | # set via_use = |
| 46 | # set via_stacks = |
| 47 | # set qrouter_options = |
| 48 | # set qrouter_nocleanup = |
| 49 | |
| 50 | # STA command options: |
| 51 | # ------------------------------------------- |
| 52 | |
| 53 | # Minimum period of the clock use "--period value" (value in ps) |
| 54 | # set opensta_options = |
| 55 | # set vesta_options = |
| 56 | |
| 57 | # Other options: |
| 58 | # ------------------------------------------- |
| 59 | # set migrate_options = |
| 60 | # set lef_options = |
| 61 | # set drc_gdsview = |
| 62 | # set drc_options = |
| 63 | # set gds_options = |
| 64 | |
| 65 | #------------------------------------------------------------ |
| 66 | |