Sign in
foss-eda-tools
/
efabless
/
openlane
/
ec499c4ad04322d9bfaaa971d578cd4a6d5851b1
/
.
/
scripts
/
mark_component_fixed.sh
blob: d47a303f48e98a69cff7a33dc74cd2911a984d15 [
file
] [
log
] [
blame
]
#!/bin/sh
if
[[
$
# -lt 2 ]]; then
echo
"usage ./mark_component_fixed.sh cell_name file.def"
exit
fi
sed
-
ie
"/^- [^[:space:]]\+ $1 .\+;$/ s/PLACED/FIXED/g"
$2