Forum Discussion
Farabi
Regular Contributor
1 year agoHello,
Can you try this VHDL?
-----------
i_cyclone10lp_crcblock : cyclone10lp_crcblock
generic map (
oscillator_divider => 1)
port map (
clk => '0',
shiftnld => '1',
crcerror => s_altcrc_crcerror,
regout => open);
-------------
regards,
Farabi
UF1
New Contributor
1 year agoFarabi,
It doesn't work out.
The IP cyclone10lp_crcblock isn't instantiated in Quartus whereas it is under modelsim.
The IP cyclone10lp_crcblock doesn't appear in the IP catalog (Quartus 22.1).
I have tried to include the following library :
library cyclone10lp;
use cyclone10lp.cyclone10lp_components.all;
Any suggestion ?
Regards,
GB
2.15.0.0