Ahmed Ghazy | 0252f54 | 2020-11-25 14:45:38 +0200 | [diff] [blame^] | 1 | drc off |
| 2 | gds readonly true |
| 3 | gds rescale false |
| 4 | |
| 5 | gds read chip_io.gds |
| 6 | |
| 7 | gds read gpio_control_block.gds |
| 8 | |
| 9 | gds read mgmt_protect.gds |
| 10 | |
| 11 | gds read simple_por.gds |
| 12 | |
| 13 | gds read digital_pll.gds |
| 14 | gds read DFFRAM.gds |
| 15 | gds read mgmt_core.gds |
| 16 | |
| 17 | gds read storage.gds |
| 18 | |
| 19 | gds read user_id_programming.gds |
| 20 | |
| 21 | # Your project goes aboard here |
| 22 | gds read user_project_wrapper.gds |
| 23 | |
| 24 | load ../mag/caravel.mag -dereference |
| 25 | property GDS_FILE "" |
| 26 | property GDS_START "" |
| 27 | property GDS_END "" |
| 28 | |
| 29 | save caravel_out |
| 30 | |
| 31 | select top cell |
| 32 | |
| 33 | # cif *hier write disable |
| 34 | |
| 35 | gds write caravel_out.gds |