Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vdt-plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
vdt-plugin
Commits
b1d8099b
Commit
b1d8099b
authored
Mar 24, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added GPLv3 Verilog file template
parent
c6438e0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
verilog.xml
templates/verilog.xml
+39
-0
No files found.
templates/verilog.xml
View file @
b1d8099b
...
...
@@ -140,4 +140,43 @@ endmodule
</template>
<template
autoinsert=
"false"
context=
"com.elphel.vdt.veditor.templates.verilog.context.newfile"
deleted=
"false"
description=
"This is a special template that is used to create new files."
enabled=
"true"
id=
"com.elphel.vdt.veditor.templates.verilog.newFile.GPL"
name=
"Verilog GPL File"
>
/*******************************************************************************
* Module: ${modulename}
* Date:${year}-${month}-${day}
* Author: ${user}
* Description: ${brief}
*
* Copyright (c) ${year}
<
set up in Preferences-Verilog/VHDL Editor-Templates
>
.
* ${modulename}.v is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* ${modulename}.v is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
<
http://www.gnu.org/licenses/
>
.
*******************************************************************************/
`timescale 1ns/1ps
module ${modulename}(
);
endmodule
</template>
</templates>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment