Is there a plan to fix VHDL code of Cyclonev_atom? it contain plenty of errors.
Cyclonev VHDL flavor gives elaboration error with VCS. They are justified.
Is there an ETA for a fix ?
%sed -n '6482,6599p;6599q' /global/snps_apps/quartus_18.0.0.614/quartus/eda/sim_lib/cyclonev_atoms.vhd > t.vhd
%cat t.v
module tb();
cyclonev_termination cyclonev_termination ();
endmodule
%vlogan +v2k /global/snps_apps/quartus_18.0.0.614/quartus/eda/sim_lib/synopsys/cyclonev_atoms_ncrypt.v t.v
%vhdlan t.vhd
%vcs tb
Error-[BADFORMALSPEC] Bad formal part specified
Formal port 'SCANIN' in component 'CYCLONEV_TERMINATION_LOGIC_ENCRYPTED'
(t_2.vhd:26) cannot be found in module
'CYCLONEV_TERMINATION_LOGIC_ENCRYPTED'
(/global/snps_apps/quartus_18.0.0.614/quartus/eda/sim_lib/synopsys/cyclonev_atoms_ncrypt.v:25).
Please review section 4.3.2.2 (Association Lists) of the VHDL93 LRM for the
rules of association lists.
Error-[BADFORMALSPEC] Bad formal part specified
Formal port 'SCANOUT' in component 'CYCLONEV_TERMINATION_LOGIC_ENCRYPTED'
(t_2.vhd:26) cannot be found in module
'CYCLONEV_TERMINATION_LOGIC_ENCRYPTED'
(/global/snps_apps/quartus_18.0.0.614/quartus/eda/sim_lib/synopsys/cyclonev_atoms_ncrypt.v:25).
Please review section 4.3.2.2 (Association Lists) of the VHDL93 LRM for the
rules of association lists.
Error-[BADFORMALSPEC] Bad formal part specified
Formal generic 'A_OCT_TEST_3' in component 'CYCLONEV_TERMINATION_ENCRYPTED'
(t.vhd:46) cannot be found in module 'CYCLONEV_TERMINATION_ENCRYPTED'
(/global/snps_apps/quartus_18.0.0.614/quartus/eda/sim_lib/synopsys/cyclonev_atoms_ncrypt.v:25).
Please review section 4.3.2.2 (Association Lists) of the VHDL93 LRM for the
rules of association lists.
Error-[ANALERR_SIZEMISMATCH1] Size mismatch
Mismatch found between the actual named 'OTHERENSER', whose type size is 9,
and the formal named 'OTHERENSER', whose type size is 10. Actual
'OTHERENSER' is defined in COMPONENT named CYCLONEV_TERMINATION_ENCRYPTED in
file t.vhd at line 71. Formal 'OTHERENSER' is defined in MODULE named
CYCLONEV_TERMINATION_ENCRYPTED in file
/global/snps_apps/quartus_18.0.0.614/quartus/eda/sim_lib/synopsys/cyclonev_atoms_ncrypt.v
at line 25.