gepo
Newbie level 6

too many inherited module instance parameters
Hi, all,
I met a strange problem.
First, I generate an sdf file using design compiler of synopsys "mips_struct.sdf" and structural file mips_struct.v.
Second, I use "vsim work.top -novopt -sdftyp /top/dut=mips_struct.sdf" in modelsim.
However, I get an error message:
>vsim work.top -novopt -sdftyp /top/dut=mips_struct.sdf
# vsim -sdftyp /top/dut=mips_struct.sdf -novopt work.top
# Loading work.top
# Loading work.mips
# Loading work.controller
# Loading work.alucontrol
# Loading work.datapath
# Loading work.mux2
# Loading work.flopen
# Loading work.flopenr
# Loading work.flop
# Loading work.mux4
# Loading work.regfile
# Loading work.alu
# Loading work.zerodetect
# Loading work.exmemory
# ** Error: (vsim-SDF-3250) mips_struct.sdf(18): Failed to find INSTANCE '/top/dut/U1262'.
# ** Error: (vsim-SDF-3250) mips_struct.sdf(19): Failed to find INSTANCE '/top/dut/U1262'.
# ** Error: (vsim-SDF-3250) mips_struct.sdf(20): Failed to find INSTANCE '/top/dut/U1262'.
# ** Error: (vsim-SDF-3250) mips_struct.sdf(21): Failed to find INSTANCE '/top/dut/U1261'.
# ** Error: (vsim-SDF-3250) mips_struct.sdf(22): Failed to find INSTANCE '/top/dut/U1261'.
# ** Warning: (vsim-SDF-3432) mips_struct.sdf: This file is probably applied to the wrong instance.
# Ignoring subsequent missing instances from this file.
# ** Warning: (vsim-SDF-3441) mips_struct.sdf: Failed to find 3179 out of the 3180 instances from this file.
# ** Error: (vsim-SDF-3445) Failed to parse SDF file "mips_struct.sdf".
# Time: 0 ps Iteration: 0 Region: /top File: /home/lv/Desktop/modelsim/mips-test.v
Do you have ideas about this problem?
Hi, all,
I met a strange problem.
First, I generate an sdf file using design compiler of synopsys "mips_struct.sdf" and structural file mips_struct.v.
Second, I use "vsim work.top -novopt -sdftyp /top/dut=mips_struct.sdf" in modelsim.
However, I get an error message:
>vsim work.top -novopt -sdftyp /top/dut=mips_struct.sdf
# vsim -sdftyp /top/dut=mips_struct.sdf -novopt work.top
# Loading work.top
# Loading work.mips
# Loading work.controller
# Loading work.alucontrol
# Loading work.datapath
# Loading work.mux2
# Loading work.flopen
# Loading work.flopenr
# Loading work.flop
# Loading work.mux4
# Loading work.regfile
# Loading work.alu
# Loading work.zerodetect
# Loading work.exmemory
# ** Error: (vsim-SDF-3250) mips_struct.sdf(18): Failed to find INSTANCE '/top/dut/U1262'.
# ** Error: (vsim-SDF-3250) mips_struct.sdf(19): Failed to find INSTANCE '/top/dut/U1262'.
# ** Error: (vsim-SDF-3250) mips_struct.sdf(20): Failed to find INSTANCE '/top/dut/U1262'.
# ** Error: (vsim-SDF-3250) mips_struct.sdf(21): Failed to find INSTANCE '/top/dut/U1261'.
# ** Error: (vsim-SDF-3250) mips_struct.sdf(22): Failed to find INSTANCE '/top/dut/U1261'.
# ** Warning: (vsim-SDF-3432) mips_struct.sdf: This file is probably applied to the wrong instance.
# Ignoring subsequent missing instances from this file.
# ** Warning: (vsim-SDF-3441) mips_struct.sdf: Failed to find 3179 out of the 3180 instances from this file.
# ** Error: (vsim-SDF-3445) Failed to parse SDF file "mips_struct.sdf".
# Time: 0 ps Iteration: 0 Region: /top File: /home/lv/Desktop/modelsim/mips-test.v
Do you have ideas about this problem?