We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i try to run synthesis, vivado tells me the following: [Synth 8-26] attribute 'event not implemented [spi_slave.vhd:144]
[Synth 8-26] attribute 'event not implemented [spi_slave.vhd:144]
it is this line here: elsif spck_s = edge_s and spck_s'event then
elsif spck_s = edge_s and spck_s'event then
when i make edge_s as a constant, it works ok
The text was updated successfully, but these errors were encountered:
af37ce4
adding the right files to really fix #19.
263c2da
No branches or pull requests
When i try to run synthesis, vivado tells me the following:
[Synth 8-26] attribute 'event not implemented [spi_slave.vhd:144]
it is this line here:
elsif spck_s = edge_s and spck_s'event then
when i make edge_s as a constant, it works ok
The text was updated successfully, but these errors were encountered: