mehdinoormohammadi
Newbie level 6
I am following a digital design flow in 0.18um TSMC CMOS. After synthesizing my VHDL code by Synopsis, I want to do a simulation in the gate level but I am facing with the following errors.
I would appreciate if you provide a solution.
Code:
ncvhdl: 08.20-s024: (c) Copyright 1995-2010 Cadence Design Systems, Inc.
ncvhdl: 08.20-s024: (c) Copyright 1995-2010 Cadence Design Systems, Inc.
ncelab: 08.20-s024: (c) Copyright 1995-2010 Cadence Design Systems, Inc.
ncelab: *W,CUNOTB: component instance is not fully bound (:LIA_FSM_TB:uut:Alpha_reg_14) [File:LIA_FSM_gate.vhd, Line:215].
ncelab: *W,CUNOTB: component instance is not fully bound (:LIA_FSM_TB:uut:Alpha_reg_13) [File:LIA_FSM_gate.vhd, Line:216].
ncelab: *W,CUNOTB: component instance is not fully bound (:LIA_FSM_TB:uut:Alpha_reg_12) [File:LIA_FSM_gate.vhd, Line:217].
ncelab: *W,CUNOTB: component instance is not fully bound (:LIA_FSM_TB:uut:Alpha_reg_11) [File:LIA_FSM_gate.vhd, Line:218].
ncelab: *W,CUNOTB: component instance is not fully bound (:LIA_FSM_TB:uut:Alpha_reg_10) [File:LIA_FSM_gate.vhd, Line:219].
ncelab: *W,CUNOTB: component instance is not fully bound (:LIA_FSM_TB:uut:Alpha_reg_9) [File:LIA_FSM_gate.vhd, Line:220].
ncelab: *W,CUNOTB: component instance is not fully bound (:LIA_FSM_TB:uut:Alpha_reg_8) [File:LIA_FSM_gate.vhd, Line:221].
.
.
.
ncelab: *W,CUNOTB: component instance is not fully bound (:LIA_FSM_TB:uut:Alpha_b_reg_10) [File:LIA_FSM_gate.vh d, Line:511].
ncelab: *W,CUNOTB: component instance is not fully bound (:LIA_FSM_TB:uut:Alpha_b_reg_11) [File:LIA_FSM_gate.vh d, Line:512].
ncelab: *W,CUNOTB: component instance is not fully bound (:LIA_FSM_TB:uut:Alpha_b_reg_12) [File:LIA_FSM_gate.vh d, Line:513].
ncelab: *W,CUNOTB: component instance is not fully bound (:LIA_FSM_TB:uut:Alpha_b_reg_13) [File:LIA_FSM_gate.vh d, Line:514].
ncelab: *W,CUNOTB: component instance is not fully bound (:LIA_FSM_TB:uut:Alpha_b_reg_14) [File:LIA_FSM_gate.vh d, Line:515].
ncelab: *W,CUNOTB: component instance is not fully bound (:LIA_FSM_TB:uut:U148) [File:LIA_FSM_gate.vhd, Line:51 6].
Last edited by a moderator: