-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblarney-axi4.cabal
48 lines (45 loc) · 974 Bytes
/
blarney-axi4.cabal
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
cabal-version: 3.0
name: blarney-axi4
version: 0.1.0.0
flag enable-namer-plugin
description: Enable namer plugin
manual: True
default: False
common blarney-axi4-common
default-language: GHC2021
default-extensions:
BlockArguments
DataKinds
DeriveAnyClass
DerivingStrategies
DuplicateRecordFields
MultiWayIf
NoImplicitPrelude
NoStarIsType
OverloadedRecordDot
OverloadedLabels
PartialTypeSignatures
RebindableSyntax
RecordWildCards
RecursiveDo
TypeFamilies
ghc-options:
-Wno-partial-type-signatures
if flag(enable-namer-plugin)
build-depends:
blarney-plugins-namer
ghc-options:
-fplugin BlarneyPlugins.Namer
build-depends:
base
, blarney
library
import: blarney-axi4-common
hs-source-dirs: src
exposed-modules:
Blarney.AXI4
Blarney.AXI4.Utils.BufferShim
other-modules:
Blarney.AXI4.Flits
Blarney.AXI4.Interfaces
Blarney.AXI4CommonTypes