Skip to content

Commit

Permalink
Merge pull request #257 from slaclab/pre-release
Browse files Browse the repository at this point in the history
Release Candidate v4.2.1
  • Loading branch information
ruck314 authored Mar 9, 2022
2 parents 8508319 + 2afb229 commit ec38937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synopsys/design_compiler/syn.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ if { [file exists ${PROJ_DIR}/syn/import.tcl] == 1 } {
exec cp -f ${SYN_OUT_DIR}/${design}_g.v ${IMAGES_DIR}/${IMAGENAME}.v

# Create compressed versions of the files due to Github's 100MB limit on git-lfs
exec gzip -c -f -9 ${SYN_OUT_DIR}/${design}_g.sdf > ${imagePath}.sdf.gz
exec gzip -c -f -9 ${SYN_OUT_DIR}/${design}_g.v > ${imagePath}.v.gz
exec gzip -c -f -9 ${SYN_OUT_DIR}/${design}_g.sdf > ${IMAGES_DIR}/${IMAGENAME}.sdf.gz
exec gzip -c -f -9 ${SYN_OUT_DIR}/${design}_g.v > ${IMAGES_DIR}/${IMAGENAME}.v.gz

# Generate reports
report_area -nosplit -hierarchy > ${SYN_OUT_DIR}/reports/area.rpt
Expand Down

0 comments on commit ec38937

Please sign in to comment.