⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 opencores_cvs.abw

📁 fft代码,采用蝶形算法,包括C,matlab和verilog代码
💻 ABW
字号:
<?xml version="1.0" encoding="ISO-8859-1"?>
<abiword version="0.7.13"  fileformat="1.0">
<!-- =====================================================================  -->
<!-- This file is an AbiWord document.                                      -->
<!-- AbiWord is a free, Open Source word processor.                         -->
<!-- You may obtain more information about AbiWord at www.abisource.com     -->
<!-- You should not edit this file by hand.                                 -->
<!-- =====================================================================  -->

<!--         Build_ID          = (none) -->
<!--         Build_Version     = 0.7.13 -->
<!--         Build_Options     = LicensedTrademarks:Off Debug:Off BiDi:Off Gnome:Off LibXML:Off Pspell:Off -->
<!--         Build_Target      = /build/buildd/abiword-0.7.13/debian/build/obj -->
<!--         Build_CompileTime = 18:00:54 -->
<!--         Build_CompileDate = Jul 11 2001 -->

<pagesize pagetype="A4" orientation="portrait" width="8.267717" height="11.692913" units="inch" page-scale="1.000000"/>
<section>
<p>Two repositories</p>
<p></p>
<p>2.9. I have webeditor/CVS account. Where can I change my password? Where can I login to webeditor? How can import my project into CVS?</p>
<p></p>
<p>You can change your webeditor/CVS account&#x2019;s password by going to webeditor login page.</p>
<p>Be very careful when deleting files with webeditor. No undo button.</p>
<p></p>
<p>For information how to use CVS see CVS page. Regardless whether you are using CVS client for MS Windows, Mac or UNIX, you need to set CVSROOT variable. Set it to :pserver:username@cvs.opencores.org:/home/oc/cvs. Be careful not to include trailing slash. Replace username with your actual webeditor/CVS username.</p>
<p></p>
<p>Example of CVS actions for module X:</p>
<p>1. Use &#x2018;import&#x2019; to import module X</p>
<p>2. Use &#x2018;checkout&#x2019; to get local version. From now on you use checked out version to do all development.</p>
<p>3. You modify X/file1.v. Use &#x2018;commit&#x2019; to commit changes to repository.</p>
<p>4. Then you create another file X/filenew.v. First use &#x2018;add&#x2019; and then &#x2018;commit&#x2019; to add new file to repository.</p>
<p>5. Someone else checks out module X and modifies X/file1.v. You use &#x2018;update&#x2019; to update all your local files.</p>
<p>6. You modify your local X/file1.v and then you want to see changes between local version and repository. Use &#x2018;diff&#x2019;.</p>
<p>7. You want to get clean version (w/o CVS directories) from CVS. Use &#x2018;export&#x2019;.</p>
<p>You can use :pserver:username@cvs.opencores.org:/home/oc/cvstest to experiment with CVS (this is different reposity - just change your CVSROOT variable).</p>
<p></p>
<p></p>
<p>Example of importing initial tree:</p>
<p>cd fft/original_fft</p>
<p><c props="color:000000; font-family:Times New Roman; font-size:12pt; font-style:normal; font-weight:normal; text-decoration:none; text-position:normal">cvs -d :pserver:username@cvs.opencores.org:/home/oc/cvstest login</c></p>
<p><c props="color:000000; font-family:Times New Roman; font-size:12pt; font-style:normal; font-weight:normal; text-decoration:none; text-position:normal">&lt;enter password&gt;</c></p>
<p>cvs -d <c props="color:000000; font-family:Times New Roman; font-size:12pt; font-style:normal; font-weight:normal; text-decoration:none; text-position:normal">:pserver:username@cvs.opencores.org:/home/oc/cvstest import </c>-m &#x201c;Test of importing FFT&#x201d; fft fftvtag start</p>
</section>
</abiword>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -