Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20688 Discussions

PCIe DMA Example Design Simulation

VenkateshK
Novice
427 Views

I have generated PCIe DMA example design as well as simulation scripts too.

while simulating in modelsim, I am getting error like this

 

** Error: (vcom-7) Failed to open design unit file "../../../../ip/pcie_ed/pcie_ed_DUT/altera_xcvr_pcie_hip_native_s10_191/sim/pcie_ed_DUT_altera_xcvr_pcie_hip_native_s10_altera_xcvr_native_s10_htile_191_esoh2za.vhd" in read mode.

 

this vhd file generated by quartus so how to change the permissions from read only mode?

 

the process I followed for simulating is 

I have added sim testbench path in msim_setup.tcl and vcom ed_pcie_tb 

source   msim_setup.tcl

ld_debug

then getting error like as mentioned above!

 

How to resolve the issue?

0 Kudos
2 Replies
skbeh
Employee
395 Views

To change the permissions of the read-only mode, you can right click on that file or folder, select 'Properties', un-tick 'Read-only', then click 'Apply'.

skbeh_0-1644227054098.png

 

 

VenkateshK
Novice
385 Views

thank you for the reply ,I will do this

0 Kudos
Reply