Hi Jussi,
I just downloaded the editor (ver. 3.97) and tried it with Verilog file.
I noticed some line comments are not detected and some are.
Try this code (.v file):
Code: Select all
//wire set_rd_bit_bar3; // LK 060509
//wire set_rd_bit_bar4;
//wire set_rd_bit_bar5;
wire wr_dma_out_bar3; // LK 060809
wire rd_dma_out_bar3;
assign LED_4_lane = cfg_c[6]; // LED0 on the Avnet V5LXT/SXT Development Board
assign LED_8_lane = cfg_c[7]; // LED1 on the Avnet V5LXT/SXT Development Board
assign LED_test4 = ddr2_lock; // LED0 on the Avnet V5LXT/SXT Development Board
.trn_rd( trn_rd_c ), // I [63/31:0]
.trn_rrem_n( trn_rrem_n_c ), // I [7:0]
.trn_rsof_n( trn_rsof_n_c ), // I
.trn_reof_n( trn_reof_n_c ), // I
.trn_rsrc_rdy_n( trn_rsrc_rdy_n_c ), // I
.trn_rsrc_dsc_n( trn_rsrc_dsc_n_c ), // I
.trn_rdst_rdy_n( trn_rdst_rdy_n_c ), // O
.trn_rerrfwd_n( trn_rerrfwd_n_c ), // I
.trn_rnp_ok_n( trn_rnp_ok_n_c ), // O
.trn_rbar_hit_n( trn_rbar_hit_n_c ), // I [6:0]
.trn_rfc_npd_av( trn_rfc_npd_av_c ), // I [11:0]
.trn_rfc_nph_av( trn_rfc_nph_av_c ), // I [7:0]
.trn_rfc_pd_av( trn_rfc_pd_av_c ), // I [11:0]
.trn_rfc_ph_av( trn_rfc_ph_av_c ), // I [7:0]
.trn_rfc_cpld_av( trn_rfc_cpld_av_c ), // I [11:0]
.trn_rfc_cplh_av( trn_rfc_cplh_av_c ), // I [7:0]
.trn_rcpl_streaming_n( trn_rcpl_streaming_n_c ), //O
Thanks,
-Leo.