Commit Graph

3 Commits

Author SHA1 Message Date
Andrew Young 9b632269d5 Rename all translate command line flags to use import and export
This change changes all command line options to use the import and
export nomenclature as described in the MLIR glossary[0].  This is a
a continuation of the renaming work which occured in #341.

[0] https://mlir.llvm.org/getting_started/Glossary/
2021-01-21 12:01:29 -08:00
John Demme 2d37cb8ad9
[ESI] [Cosim] Cap'nProto schema output (#351)
* Framework for producing schemas

* Generating schemas for ints

* [ESI] [Cosim] Cap'nProto schema generation

* Changes based on my quick skim

* A few more obvious fixes

* Fixes from Mike

* Add name support

* Fixing things related to hashing

* Seeing which hash matches

* Custom, deterministic hash function

* Replacing hash_combine with a deterministic call

* Getting rid of llvm::hash_code

* Initializing the starting hash with a random number
2020-12-28 17:58:47 -08:00
John Demme 3be821fa91
[ESI] [Cosim DPI] README (#215)
* [ESI] Cosim DPI README

* Moving README somewhere more sensible.
2020-11-09 15:24:16 -08:00