clashilator-0.1.0: clashilator.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2a7cd4d926c1778ae4d73a15781b9025b1afc514077e52df91e0841f7543c1f8
name: clashilator
version: 0.1.0
synopsis: Automated Clash to Verilator bridge
description: Code generator and @Setup.hs@ hooks to generate a Verilator simulation and access it from Clash
category: Hardware, Development
homepage: https://github.com/gergoerdi/clashilator#readme
bug-reports: https://github.com/gergoerdi/clashilator/issues
author: Gergő Érdi
maintainer: gergo@erdi.hu
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
template/Makefile.mustache
template/Interface.h.mustache
template/Impl.cpp.mustache
template/Impl.h.mustache
template/FFI.hsc.mustache
source-repository head
type: git
location: https://github.com/gergoerdi/clashilator
library
exposed-modules:
Clash.Clashilator
Clash.Clashilator.Setup
other-modules:
Clash.Clashilator.Cabal
Paths_clashilator
hs-source-dirs:
src
ghc-options: -Wunused-imports
build-depends:
Cabal >=3.2.1.0
, aeson
, base >=4.14 && <5
, clash-ghc >=1.4.2 && <1.5
, clash-lib >=1.4.2 && <1.5
, containers
, filepath
, ghc
, lens
, optparse-applicative
, shake
, stache
, text
, unordered-containers
default-language: Haskell2010
executable clashilator
main-is: main.hs
other-modules:
Clash.Clashilator
Clash.Clashilator.Cabal
Clash.Clashilator.Setup
Paths_clashilator
hs-source-dirs:
src
ghc-options: -Wunused-imports
build-depends:
Cabal >=3.2.1.0
, aeson
, base >=4.14 && <5
, clash-ghc >=1.4.2 && <1.5
, clash-lib >=1.4.2 && <1.5
, containers
, filepath
, ghc
, lens
, optparse-applicative
, shake
, stache
, text
, unordered-containers
default-language: Haskell2010