Hi, Once I have generated the correct GDS, what fi...
# caravel
m
Hi, Once I have generated the correct GDS, what files should I commit/push to my personal GitHub repository? Like do I need to push all the run results, reports and log files?
1
m
Copy code
gds/user_project_wrapper.gds.gz
verilog/rtl/user_defines.v
I think is the minimum. Someone please correct me if I’m wrong. If you’re working on an opensource design, please include all files necessary to recreate the design: verilog rtl files,
openlane/<block>/config.json
and related files, xschem schematics and related files, and the
lvs_config.json
file.
m
Okay thank you @Mitch Bailey