-
Notifications
You must be signed in to change notification settings - Fork 43
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
FDRE_1 can't be written out to fasm file #65
Comments
I thought for some reason that I could add |
I added some prints in
|
Is this a bug? Did you solve it? I am having exactly the same problem. |
Yes, also with the JTAG thing. |
@jrsa I think I found the problem and some dirty fix for now openXC7#21 |
@jschj out of curiosity what version of yosys are you using |
Yosys 0.37+15 |
terminate called after throwing an instance of 'nextpnr_xilinx::assertion_failure' what(): Assertion failure: unsupported FF type (/home/jrsa/src/nextpnr-xilinx/xilinx/fasm.cc:536)
The FF type in question turns out to be FDRE_1, after inspecting with gdb. It seems like the FDRE_1 is supported, from looking https://github.com/gatecat/nextpnr-xilinx/blob/xilinx-upstream/xilinx/pack.cc#L230 in the code.
The text was updated successfully, but these errors were encountered: