-
Notifications
You must be signed in to change notification settings - Fork 1
/
clash-riscv.cabal
34 lines (31 loc) · 1.35 KB
/
clash-riscv.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
Name: clash-riscv
Category: Testing, Test
Version: 0.0.0
License: BSD3
License-File: LICENSE
Author: Eric McCorkle
Maintainer: Eric McCorkle <[email protected]>
Stability: Stable
Synopsis: A library of components for RISC-V implementations in Haskell CLaSH.
Homepage: https://github.com/emc2/clash-riscv
Bug-Reports: https://github.com/emc2/clash-riscv/issues
Copyright: Copyright (c) 2017 Eric McCorkle. All rights reserved.
Build-type: Simple
Cabal-version: >= 1.16
Source-Repository head
Type: git
Location: [email protected]:emc2/clash-riscv.git
Library
default-language: Haskell2010
hs-source-dirs: src
build-depends: base, clash-prelude, ghc-typelits-natnormalise, ghc-typelits-extra
exposed-modules: RISCV.ISA.Formats
RISCV.ISA.Formats.Instr32
RISCV.ISA.Formats.Types
RISCV.ISA.Funct.BranchFunct
RISCV.ISA.Opcodes
RISCV.ISA.Opcodes.Opcode16
RISCV.ISA.Opcodes.Opcode32
RISCV.ISA.Registers
RISCV.ISA.Registers.Regular
RISCV.ISA.Registers.FP