Jesse C. Lin

Results 6 issues of Jesse C. Lin

I have translated the documentation files into [Japanese ones](https://github.com/jesseclin/ollama/blob/main/README_ja.md) and will keep them updated. Should I submit a PR? or is it better to leave them there?

documentation

Follow-up of issue Id #2371: - README_ja.md: Translation of README.md - docs/ja/: Translation of docs/...

Dear @Nic30: Do you consider adding native asynchronous reset support with hwtLib compatibility like [this](https://github.com/jesseclin/hwt/commit/5826834e2e9e8d5160de5a92854fa6149358a600) in RtlNetlist to make it more ASIC-friendly(IMHO)? Thanks.

For the following code: ```python import math from hwt.synthesizer.param import Param from hwt.synthesizer.unit import Unit from hwt.hdl.types.bits import Bits from hwt.interfaces.std import Signal from hwt.hdl.types.array import HArray class LUTSin(Unit): def...

Hi Nic30: Is it possible to instantiate a VHDL or Verilog IP as a black-box component like [Spinalhdl](https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Structuring/blackbox.html)? Thanks.

For example: [build-system] requires = ["pdm-backend"] build-backend = "pdm.backend" [project] name = "hwt" version = "3.8" description = "A library for a construction and analysis of digital circuits" readme =...