package hardcaml_xilinx_reports
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Hardcaml Xilinx Reports
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=1fb3bc2a34aa0df9963925a2e0e3218184ac30a79d772db6571082622d0c330b
Description
Provides a library which can take a hierarchical hardcaml design and run Xilinx Vivado synthesis on each module in the design hierarchy.
Resource utilization and timing estimates are provided for each module.
The synthesis process for each module can be configured to report statistics for just the local module, or for all modules below it as well. Running in different ways can provide better insight into the design.
Published: 26 May 2024
Dependencies (11)
-
dune
>= "3.11.0" -
textutils
>= "v0.17" & < "v0.18~" -
stdio
>= "v0.17" & < "v0.18~" -
ppx_jane
>= "v0.17" & < "v0.18~" -
ppx_hardcaml
>= "v0.17" & < "v0.18~" -
hardcaml
>= "v0.17" & < "v0.18~" -
core_unix
>= "v0.17" & < "v0.18~" -
core
>= "v0.17" & < "v0.18~" -
base
>= "v0.17" & < "v0.18~" -
async
>= "v0.17" & < "v0.18~" -
ocaml
>= "5.1.0"
Dev Dependencies
None
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page