-
Notifications
You must be signed in to change notification settings - Fork 9
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
Need updated Yosys to successfully run attosoc test with nextpnr-xilinx #79
Comments
@litghost @HackerFoo FYI, I have started the work to get an updated yosys version on master+wip. To reproduce the tests I have been performing these are the branches and commits needed: I have summed up below the issues preventing us from merging the new master+wip (some of these issues occurred also on the latest attempt of updating yosys):
So far I was able to successfully run all the litex tests in Symbiflow-arch-defs:
|
Update:
This seems indeed to be related to ABC9. By disabling abc9, all the post-synthesis tests do pass. I believe that we could remove the |
Update on Ethernet not working on the Linux-capable litex design. I have come across a few things that might be helpful to get forward in the debug process:
The HW behavior I am seeing is the following:
The orange led on the eth module is always off, apart from sometimes as soon as the bitstream is loaded, it blinks for a fraction of a second and then goes dark. I have also produced (by mistake) a non working DDR implementation by setting the phase of one of dqs clock of the PLL to 90 (triggering the parameter parsing issue in yosys). |
This version of Yosys needs updated to work with
nextpnr-xilinx
.Running the
attosoc
example with this version of Yosys results in:Using the latest revision (currently 83f84af) fixes this.
The text was updated successfully, but these errors were encountered: