-
Notifications
You must be signed in to change notification settings - Fork 41
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
Corescore on spartan6 #8
Comments
I found a similar problem here with ISE... just change the "localparam" by "parameter" and everything will work! |
Was this ever resolved? I could swear also that I had a branch where I added yosys support to the ISE backend but I can't find it now |
I haven't tested it since. The problem is that ISE doesn't recognize $clog2() function used in Then to solve the problem there is two solutions in my opinion:
I think the second solution is the right thinks to do. But I haven't tested it. |
I agree. There's not much effort to change it to a a |
I'm trying to add my board opos6ul_sp in the corescore project. but I'm stuck with a $clog2() problem.
$clog2() function is not supported by ISE in local parameters.
Have you got a solution for this problem ? Maybe use yosys as ISE-Frontend ?
Is there a fusesoc configuration to use yosys as ISE frontend ?
Thanks
The text was updated successfully, but these errors were encountered: