infra: Adding tlef file type.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
899dafc0e5
commit
e56dae3ec6
|
@ -5,6 +5,7 @@ files-definition: ["definition.json"]
|
|||
files-layout-gds: ["*.gds"]
|
||||
files-layout-lef-magic: ["*.magic.lef"]
|
||||
files-layout-lef: ["*.lef"]
|
||||
files-layout-tlef: ["*.tlef"]
|
||||
|
||||
files-model-behavioral-verilog: ["*.behavioral.v"]
|
||||
files-model-functional-verilog: ["*.functional.v"]
|
||||
|
|
|
@ -69,6 +69,10 @@
|
|||
description: "Issues related to Library Exchange Format (LEF) files."
|
||||
color: "d61dae"
|
||||
|
||||
- name: "files-layout-tlef"
|
||||
description: "Issues related to Technology Library Exchange Format (TLEF) files."
|
||||
color: "d61dae"
|
||||
|
||||
- name: "files-model-behavioral-verilog"
|
||||
description: "Issues related to the Verilog behavioural models."
|
||||
color: "d61dae"
|
||||
|
|
Loading…
Reference in New Issue