Skip to content
Snippets Groups Projects

Removed modelsim error by excluding the remote_update and asmi_parallel

Merged Reinier van der Walle requested to merge L2SDP-737 into master
2 unresolved threads
10 files
+ 16
21
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -7,9 +7,9 @@ hdl_lib_uses_synth = technology
@@ -7,9 +7,9 @@ hdl_lib_uses_synth = technology
ip_arria10_e3sge3_asmi_parallel
ip_arria10_e3sge3_asmi_parallel
ip_arria10_e3sge3_remote_update
ip_arria10_e3sge3_remote_update
ip_arria10_e1sg_asmi_parallel # modelsim crashes when asmi_parallel ip is used(segmentation violation)
ip_arria10_e1sg_asmi_parallel # modelsim crashes when asmi_parallel ip is used(segmentation violation)
ip_arria10_e1sg_remote_update
ip_arria10_e1sg_remote_update # modelsim crashes when asmi_parallel ip is used(segmentation violation)
Please register or sign in to reply
ip_arria10_e2sg_asmi_parallel
ip_arria10_e2sg_asmi_parallel # modelsim crashes when asmi_parallel ip is used(segmentation violation)
ip_arria10_e2sg_remote_update
ip_arria10_e2sg_remote_update # modelsim crashes when asmi_parallel ip is used(segmentation violation)
hdl_lib_uses_sim =
hdl_lib_uses_sim =
hdl_lib_technology =
hdl_lib_technology =
hdl_lib_disclose_library_clause_names =
hdl_lib_disclose_library_clause_names =
@@ -26,8 +26,8 @@ hdl_lib_disclose_library_clause_names =
@@ -26,8 +26,8 @@ hdl_lib_disclose_library_clause_names =
synth_files =
synth_files =
tech_flash_component_pkg.vhd
tech_flash_component_pkg.vhd
tech_flash_asmi_parallel.vhd #e1sg component is not instantiated in simulation
tech_flash_asmi_parallel.vhd #e1sg,e2sg component is not instantiated in simulation, only for synthesis
tech_flash_remote_update.vhd
tech_flash_remote_update.vhd #e1sg,e2sg component is not instantiated in simulation, only for synthesis
test_bench_files =
test_bench_files =
Loading