CoolFace
Apppublic

gofeco/support

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
api.set_dont_fix_modules.txt10 linesDownload Raw Back to src_en
1<h3 id='___set_dont_fix_modules'>set_dont_fix_modules</h3>2<pre>Set dont fix property on modules3<b>Usage:</b> set_dont_fix_modules(@modules);4@module: Module names not to be fixed5 6Example:7 8#1. Set dont fix on pcie_ctrl and pcie_top module9set_dont_fix_modules("pcie_ctrl", "pcie_top");10</pre>