Search Criteria
Package Details: python-myhdl-git 0.11.r14.ga4708fa-1
Git Clone URL: | https://aur.archlinux.org/python-myhdl-git.git (read-only, click to copy) |
---|---|
Package Base: | python-myhdl-git |
Description: | a Python-Based Hardware Description Language |
Upstream URL: | http://www.myhdl.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | alex.forencich |
Maintainer: | alex.forencich |
Last Packager: | alex.forencich |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-03-21 10:10 |
Last Updated: | 2020-07-24 08:11 |
Dependencies (5)
- iverilog (iverilog-git)
- python (python-dbg)
- git (git-git) (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
Latest Comments
benallard commented on 2017-04-30 15:49
there is probably a missing build-dependency somewhere.
Build finished. The manual pages are in build/man.
iverilog-vpi myhdl.c myhdl_table.c
make: iverilog-vpi: Command not found
make: *** [Makefile:4: myhdl.vpi] Error 127
EDIT: installing "iverilog" did helped finishing the build.
csantosb commented on 2015-03-31 22:05
Great, thanks; it might be a good idea to get the manual info node installed along with the program
alex.forencich commented on 2015-03-25 17:57
Fixed in updated package.
csantosb commented on 2015-03-23 11:24
Thanks for this package, really useful.
Is there a typo in "provides=('python2-myhdl')" ? This should be python 3, not python so "provides=('python-myhdl')" instead, right ?