-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step 7 Yields No Output #87
Comments
Hi, I am using the open-source tools for this tutorial (Yosys/Nextpnr/Verilator/Icarus), I haven't tested yet with Vivado. Would you send the error messages that you get with commented-out |
I think it wants |
Yea that works if I add wire to the inputs/outputs of both the main file and clockworks in step 6, but still have the same issue as before in step 7. |
So it is probably something that I'm doing in |
Thanks for the support! I'll follow along with the tutorial and start testing from step 20. I'll also take a peek at your new core. |
I'm currently writing a small test program to try to figure out what happens with Vivado, will keep you updated. |
…(issue #87) * fixed riscv_disasm that had explicit regerence to pipeline register instead of instruction parameter.
Pushed
|
Thank you for testing ! (pushed the fixes) From the output: the assembler and disassembler both work, so we still don't know who is the culprit ! |
I pushed a new version of
|
So I suspect simulation does not simulate the clock (which would explain why nothing happens). |
The simulation does show the clock working. Steps 1-6 all worked fine. |
Hi, Im going through the tutorial and everything was working just fine until I got to step 7.
For context I am using a PYNQ Z2 development board in Vivado 2018.1
I am using exact copies of the necessary files, but the step 7 file doesn't show anything for the LED's in the simulation other than red lines with X's and doesn't light up any LED's. I tried further steps by directly copying their files in but I had no luck with getting any of them to work. Does anyone know what my issue could be?
Another odd thing ive came across is that I need to comment out `default_nettype none otherwise it gives errors. Not sure if this is the cause of my problem as it didnt cause any issues in the earlier steps.
The text was updated successfully, but these errors were encountered: