Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThanks jaime.andres for the fast reply, actually I have already did your suggestion before and I got Fmax but, I got another problem in ModelSim.
I should calculate Fmax in FPGA using Quartus and in ASIC using (Synopsys Design Compiler and ModelSim). If I do your suggestion the Quartus problem will solved but I will get the follwoing Error in ModelSim (in ASIC): vsim -sdfmax /nlfsr_tb/uut=./SYNOPS/SOURCE/nlfsr_default.sdf work.nlfsr_tb ** Error: (vsim-SDF-3250) ./SYNOPS/SOURCE/nlfsr_default.sdf(60): Failed to find INSTANCE '\output_reg[0] ' . . . ** Error: (vsim-SDF-3250) ./SYNOPS/SOURCE/nlfsr_default.sdf(57): Failed to find INSTANCE '\x0_reg[0] '. . . . Which mean ModelSim cannot find INSTANCE for output and x!!! do you please have a suggestion? Thanks again