mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
19 lines
182 B
Plaintext
Executable File
19 lines
182 B
Plaintext
Executable File
# -*- mode: snippet -*-
|
|
# name: module(base)
|
|
# key:
|
|
# --
|
|
module example
|
|
#(
|
|
parameter DIN_LEN = 8
|
|
)
|
|
(/*AUTOARG*/);
|
|
|
|
/*AUTOINPUT*/
|
|
/*AUTOOUTPUT*/
|
|
|
|
/*AUTOWIRE*/
|
|
/*AUTOREG*/
|
|
|
|
|
|
endmodule
|