Unai Martinez-Corral

Results 593 comments of Unai Martinez-Corral

In #20, the inclusion of Python3 is removed. Instead, open-tool-forge/fpga-toolchain is included and the user is expected to have Python3 available on the system. I'd be glad to have some...

@xobs, you are correct. The main point is that, because fpga-toolchain adds python privately, merging it with the one currently in this toolchain would produce lots of conflicts. Hence, I...

@jdimpson the examples in fomu-workshop do not require this specific toolchain. It is provided for convenience, so that less experienced users can just extract a tarball/zipfile and have "everything ready...

> * All files end with an empty line. > * No trailing white spaces at the end of lines. I believe these can be easily configured on the editor....

> I quite like the idea of leaving the tab space as 2. I prefer tabs over spaces, but we'd just like each file to be consistent, so I won't...

> I have researched Sphinx auto documenting C sources before. I can only imagine it coming in to play for the ghdl.h at the moment though. So I wouldn't say...

I don't understand why I cannot reply to some of the previous (outdated) comments, but I can reply to some other. Hence, I think that the review and this comment...

Hi @bellaz89! As you see, this repository was created a few days ago, and we've been busy uploading all the initial content/examples. I wanted to let it settle down a...

@bellaz89, actually, there are other several examples in the testsuite: ```sh # grep -l -r ./testsuite/ -e "vpi-compile" ./testsuite/gna/issue1226/testsuite.sh ./testsuite/gna/issue1228/testsuite.sh ./testsuite/gna/issue1233/testsuite.sh ./testsuite/gna/issue1256/testsuite.sh ./testsuite/gna/issue450/testsuite.sh ./testsuite/gna/issue531/testsuite.sh ./testsuite/gna/issue98/testsuite.sh ``` By the same token:...

@bellaz89, the point is that there are dozens of undocumented and independent examples about VHPIDIRECT and/or VPI. All the references in this issue contain one or multiple examples of different...