You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
Generated source files (.hs, .sv, etc) in-tree in marked directories
Simplification of makefiles e.g. dune handles _CoqProject and no files in source tree = easier cleaning
Easier/better caching in CI & easier integration of matrix builds (run CI with multiple versions of Coq/Haskell/Verilator, keep requirement for only one blessed version to pass)
The text was updated successfully, but these errors were encountered:
In the direction of cleaning up source trees, adding support for matrix CI builds and dune building, I'm proposing the following:
make
Then once everything has settled:
make
)And should enable:
.vo
etc), kept in build directories (dune -> _build, cabal -> dist).hs
,.sv
, etc) in-tree in marked directoriesThe text was updated successfully, but these errors were encountered: