Masanori Ogino
Masanori Ogino
Thank you for your prompt response, @xavierleroy ! > I didn't know about PolymurHash, so thanks a lot for pointing it out to me. I'm glad if it helps. >...
By the way, I wonder if PolymurHash could be used with the both seeded and non-seeded hash tables. In this scenario, the current hash function stays for compatibility with existing...
> But my impression was that Murmur3 is globally OK as an unkeyed, non-cryptographic hash function, both on 32-bit and 64-bit platforms, both w.r.t. speed and quality of hashing. The...
My idea was that it would be great if we could have one good hash function for both deterministic and non-deterministic usages and deprecate the questionable key mixing in the...
Instead of dealing with CIRCT directly, emitting [FIRRTL](https://github.com/chipsalliance/firrtl-spec) may be worth considering too, as the CIRCT toolkit supports it. The CIRCT IR offers more fine-grained control but changes more rapidly.
Yeah indeed, I am not a web frontend developer but will take a look at it. However, don't expect I can fix it soon...
The [reuse](https://github.com/fsfe/reuse-tool) tool can download license files to the `LICENSES/` directory (which is better than the `LICENSE` file when you need multiple ones) by ex. `reuse download MIT` or just...
For someone who wants to implement this, https://chipsalliance.github.io/sv-tests-results/ provides a list of free and open-source SystemVerilog implementations including parsers. IMHO Surelog or Verible may be suitable for integration as they...
Maybe some example and test files in the corresponding directories?