On Thu, 16 Sep 2021, Martijn Bastiaan wrote:
> What specifically are you missing right now?
I am not missing anything from the manifest files currently. My current
pipeline already uses the manifest files (to e.g. discover all generated
files); but the manifest files are generated by using Clash.Main.main
with the "--verilog" flag, then reading the manifest file back:
https://github.com/gergoerdi/clash-shake/blob/2ba0edd11f37fe516ea2d0f8783e845c615a6d0f/src/Clash/Shake.hs#L79-L89
I would like to replace that with some "real" Clash driver calls that
don't go through the filesystem.