-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathverilog-model.ipkg
More file actions
61 lines (45 loc) · 1.32 KB
/
verilog-model.ipkg
File metadata and controls
61 lines (45 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
package verilog-model
brief = "DepTyCheck model of SystemVerilog"
authors = "Denis Buzdalov"
license = "Apache-2.0"
sourcedir = "src"
builddir = ".build"
version = 0.1.0
langversion >= 0.7.0
executable = verilog-model
main = Runner
prebuild = "sh .derive-in-parallel"
depends = collection-utils
, deptycheck >= 0.0.250305
, getopts
, i-hate-parens
, prettier
, fin-lizzie
modules = Test.Common.Utils
, Test.Common.DataType
, Test.Common.UniqueFins
, Test.Common.UniqueFins.Derived
, Test.Common.UniqueNames
, Test.Common.UniqueNames.Derived
, Test.Verilog.SVType
, Test.Verilog.Assign
, Test.Verilog.Literal
, Test.Verilog.TMPExpression
, Test.Verilog.Warnings
, Test.Verilog.UniqueNames
, Test.Verilog.Defaults
, Test.Verilog.SVDesign
, Test.Verilog.TMPExpression.Derived
, Test.Common.UniqueNames
, Test.Common.UniqueNames.Derived
, Test.VHDL.UniqueNames
, Test.VHDL.Defaults
, Test.VHDL.VHDLType
, Test.Common.Design
, Test.Common.Design.Derived
, Test.VHDL.VHDLDesign
, Test.Common.Gen
, Test.Common.PrintableDesigns
, Test.Verilog.Pretty
, Test.VHDL.Pretty
, Test.Common.Pretty