-
Notifications
You must be signed in to change notification settings - Fork 77
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
Codebreaker Lab Failure #316
Comments
Thanks for the report. One of the changes (explicit width of enum variable) is I think a duplicate of #311 (it seems to be the same test case?). I'm not sure about the second change (merging the |
I've retested this and after the enum variable fix the Yosys tree is functionally the same with or without merging the Please retest with the latest plugin. |
We have re-tested this with the latest plugin and the design works now. However, we want fixes to be available to all users when they use the main install. I re-installed the tool-chain with the latest install instructions and this is not fixed without manually updating the plugin. |
FYI - @kgugala |
@westonMS we are working on a conda_lock_update mechanism - see more detailed comment |
I have retested with the latest install instructions and this issue is resolved. |
When running the Codebreaker Lab through the f4pga flow with the default Yosys parser it works correctly. When the Surelog parser is used, it generates a bit stream but does not function properly on the board. The seven segment display works but it does not decrypt the message.
Full Project: codebreaker.zip (not working with Surelog)
Replace decrypt_rc4.sv from the project with this edited version and the project will work with Surelog. There are comments on lines 38 and 121 pointing out the 2 changes to the file. When working properly, the programmed FPGA will decrypt the message and stop the timer at 11.88 seconds. It will print the message to a UART receiver (19200 baud, 8 data bits, 1 stop bit, odd parity).
The text was updated successfully, but these errors were encountered: