MXE post-translate simulation problem

Hello friends, i am using MXE, i got the post-translate simulation model (which gives us the filename_translate.vhd file) and i am not getting the post-translate simulation results.

error messages are:

1) Unknown identifier: init. this message is related to the flip-flops the NGDbuild has generated. if i remove the generic map from this component ... then also i am not getting the final output results.

c_1_0 : X_FF generic map( INIT => '0' ) port map ( I => Q_n0000, RST => c_1_GSR_OR, CLK => clk_bm_BUFGP, O => c_1, CE => VCC, SET => GND );

2) Unknown identifier: x_roc # ERROR: bm_translate.vhd(267): Unknown component name Unknown identifier: x_toc # ERROR: bm_translate.vhd(269): Unknown component name

this error message is related to the netlist given below, this netlist is always generated for all the design. I have seen the SIMPRIM library. SIMPRIM library have these components X_ROC, X_TOC.

NlwBlockROC : X_ROC generic map (ROC_WIDTH => 100 ns) port map (O => GSR); NlwBlockTOC : X_TOC port map (O => GTS);

please help me to debug this problem ... Thanks

Reply to
Saurabh Chhabra
Loading thread data ...

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.