fvutils / pyhdl-if

Python interface for cross-calling with HDL
https://fvutils.github.io/pyhdl-if/
Apache License 2.0
20 stars 6 forks source link

Need build instruction #10

Closed hoaluvn closed 2 days ago

hoaluvn commented 2 days ago

Hi,

Could you please provide instructions to build and install this package? I have tried several approaches but not success. Thanks!

mballance commented 2 days ago

Hi @hoaluvn, I've added a quickstart section to the docs (https://fvutils.github.io/pyhdl-if/quickstart.html). The preferred way to install is via a pypi binary package (pip install pyhdl-if). Note that this will only work on Linux for now. Currently, only x86_64 Linux platforms are supported (https://fvutils.github.io/pyhdl-if/overview.html#status-and-roadmap). If you require different OS or architecture support, please file an enhancement request noting the OS, architecture, and simulator that you use.

-Matthew