Forum Discussion
Hi,
As far as I know, generating IPs for Arria 10 should give you this "sim" folder.
Just to make sure that we are talking about the same thing: if I generate a FIFO ip (named altfifo), I get the following structure:
.
├── altfifo_bb.v
├── altfifo.bsf
├── altfifo.cmp
├── altfifo.csv
├── altfifo_generation.rpt
├── altfifo.html
├── altfifo_inst.v
├── altfifo_inst.vhd
├── altfifo.ppf
├── altfifo.qgsimc
├── altfifo.qgsynthc
├── altfifo.qip
├── altfifo.sopcinfo
├── altfifo.spd
├── altfifo.xml
├── fifo_170
│ ├── sim
│ │ └── altfifo_fifo_170_v2kp7oa.v
│ └── synth
│ └── altfifo_fifo_170_v2kp7oa.v
├── sim
│ ├── aldec
│ │ └── rivierapro_setup.tcl
│ ├── altfifo.v
│ ├── cadence
│ │ ├── cds.lib
│ │ ├── cds_libs
│ │ │ ├── altfifo.cds.lib
│ │ │ └── fifo_170.cds.lib
│ │ ├── hdl.var
│ │ └── ncsim_setup.sh
│ ├── mentor
│ │ └── msim_setup.tcl
│ └── synopsys
│ ├── vcs
│ │ └── vcs_setup.sh
│ └── vcsmx
│ ├── synopsys_sim.setup
│ └── vcsmx_setup.sh
└── synth
└── altfifo.v
Don't you get this kind of directories? There is the sim/mentor/msim_setup.tcl file that you mentioned.
If not, did you check the select "create simulation model" when generating the IP?
Last thing, can you copy the error message from Questa?
- sstrell4 years ago
Super Contributor
Also, going to A10, did you move from Quartus Standard to Pro?
Either way, you need to regenerate your IP and you should have the option to enabling generating simulation files, as mentioned, when you do that.