Daniel S. Wilkerson
Daniel S. Wilkerson
Scott McPeak's C++ front-end is called elsa: http://dsw.users.sonic.net/oink/elsa_features.html This is not an obscure project: it was used by Mozilla to do source-to-source transforms on C++, the first time that had...
Feature request / proposal. Impact: - much easier for the user to minimize files which cause internal errors so they can be reported to you and - much easier for...
bug report **What is the current behavior?** ``` $ cat input1.firrtl circuit main : module main : node a = dshl(UInt(0), rem(UInt(1), SInt(0))) ``` ``` $ java -cp firrtl.jar firrtl.stage.FirrtlMain...
Something essential is missing from your install instructions. From your apio/README.md : > # Installation > 1. Install [Python](https://www.python.org/downloads) and [pip](https://pip.pypa.io) > 2. Install the latest apio: ```pip install -U...
Your make deps target requests the installation of package "black" which does not seem to be available. I manually installed pip, so that seems to be up to date. NOTE:...
This link https://github.com/FPGAwars/apio/blob/develop/FAQ.md found on this page https://github.com/FPGAwars/apio does not go to a document.
I have a Zybo Zynq 7000. If that is not easily supported by your tools, can you please provide a recommendation for any open source tools which might support it?
On page 2.3_control_flow.ipynb, in the thrid polynomial circuit exercise, if I paste in the solution, it does not compile. Below is the message. ``` cmd2.sc:11: value \* is not a...