# scripts **Repository Path**: fpga1988/scripts ## Basic Information - **Project Name**: scripts - **Description**: 脚本参考,包括shell perl tcl等 - **Primary Language**: Perl - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-07-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Script Project Readme *** ![Project icon](https://raw.githubusercontent.com/C-L-G/scripts/master/resource/picture/project.png) [**帮助**](https://guides.github.com/activities/hello-world/) *** #概览 你可以点击[@Github/C-L-G/Scripts](https://github.com/C-L-G/scripts])进行工程阅览。 | 名称 | 说明 | | ------------------------|--------------------| | 工程名 | Scripts | | 作者 | 离场悲剧 | | 状态 | 进行中 | | 授权 | CPL | | 其他 | 参考,包括shell perl tcl等| *** #工程目录 *** 目录图例 :
**粗体** - 文件夹
普通 - 普通文件
*斜体* - 可执行脚本
~~删除~~ - 已经被删除或者移动的文件
*** ---------------------------------------------------------------- * **----document** * ~~**----mkdir**~~ * ~~----mkdir/svn_director_create.pl~~ * **----perl** * **----resource** * **----resource/picture** * ----resource/picture/project.png * **----resource/template** * ----resource/template/template_verilog.v * ----README.md * ----script_header.txt * **----tool** ----------------------------------------------------------------
	C-L-G/FPGA1988/RogerWang
>话说我还不知道开源的license是怎么使用的,目前打算使用CPL,难道仅仅只需要在声明一下就可以了么?求指导^_^!
>>另外,发觉Github还挺好玩的...
>>>... *** #更新预览 1. 更新文件 : verilog_template.v [br] ```verilog module verilog_top( clk ,//I 01 rst_n ,//I 01 write ,//I 01 din ,//I 16 addr ,//I 08 dout //O 32 ); //**************************************************************************************************** //1.The Input and Output Declaration //**************************************************************************************************** //---------------------------------------------------------------------------------------------------- //1.1 The Input pins //---------------------------------------------------------------------------------------------------- input wire clk ; input wire rst_n ; input wire write ; input wire [15:0] din ; input wire [07:0] addr ; output wire [31:0] dout ; ...... ``` 2. 更新了新的TODO issue #1. 3. 更新了Readme中的相关描述 *** #任务记录 *** - [x] 目录创建脚本更新
- [ ] log自动检查脚本更新
*** #其他 如果有任何问题,可以与我联系 : 你可以给<303526279@qq.com>发邮件。
当然如果你需要任何帮助,那么你可以点击`帮助`按钮进行相关查询。 *** ![signed](https://raw.githubusercontent.com/C-L-G/scripts/master/resource/picture/signed.png)