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
To reproduce locally:
make env make enter cd proj/hps_accel make bitstream
Symptom is an error from nextpnr-nexus:
nextpnr-nexus
ERROR: Cell type 'CCU2' instantiated as 'tx_phase_FD1P3IX_Q_8_D_LUT4_Z_D_CCU2_S1_S0_CCU2_S1_CIN_CCU2_COUT' is not supported by this device.
Our device is LIFCL-17-8UWG72C.
LIFCL-17-8UWG72C
It could be that our Litex is too far out of date. In an updated pure Litex installation, I can build the litex-boards target for the EVN board:
./lattice_crosslink_nx_evn.py --build --toolchain=oxide
This netlist does contain CCU2 cells. Its device is LIFCL-40-9BG400C.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To reproduce locally:
Symptom is an error from
nextpnr-nexus
:Our device is
LIFCL-17-8UWG72C
.It could be that our Litex is too far out of date. In an updated pure Litex installation, I can build the litex-boards target for the EVN board:
This netlist does contain CCU2 cells. Its device is LIFCL-40-9BG400C.
The text was updated successfully, but these errors were encountered: