phanrahan / magma

magma circuits
Other
239 stars 22 forks source link

[feature request] Generate file listings when emitting multiple files #270

Open leonardt opened 5 years ago

leonardt commented 5 years ago

The generation of individual verilog files can be handled at the coreir level, unless someone explicitly requires generating multiple coreir files.

There's also a request for generating file lists, with options for generating DV only lists (what is DV, design verification?), synthesis only list, and a merged list.

We should clarify the exact requirements of this feature:

rsetaluri commented 5 years ago

duplicate of #254 ? Also see https://github.com/rdaly525/coreir/issues/609, assigned to me.

leonardt commented 5 years ago

Related, but also adds the generating file lists. I'll merge that into the existing issue once we get clarification on what that actually means.

rsetaluri commented 5 years ago

Note that #254 is closed. There still maybe more complex things to do such as mapping source magma filenames with output filenames, or including a list of generated files. Leaving this open primarily for the list-of-files request.

leonardt commented 5 years ago

Renamed title to match the outstanding issue (file listings for multiple file output)