|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
请教,formality出错:reference是rtl,implementation是综合出来的netlist
read_verilog -r ${RTL_SOURCE_FILES} -work_library WORK
set_top r:/WORK/${DESIGN_NAME}
read_verilog -i ${RESULTS_DIR}/${DCRM_FINAL_VERILOG_OUTPUT_FILE}
set_top i:/WORK/${DESIGN_NAME}
match
跑出来的结果报error:
Reference design is 'r:/WORK/scaler_wrapper'
Implementation design is 'i:/WORK/scaler_wrapper'
Error: The implementation design 'i:/WORK/scaler_wrapper' is a black box. (FM-081)
***************************** Synopsys Auto Setup Summary ******************************
For further details on Synopsys Auto Setup Mode: Type man synopsys_auto_setup
****************************************************************************************
********************************* Verification Results *********************************
Verification NOT RUN
---------------------------------------------------------- |
|