verible icon indicating copy to clipboard operation
verible copied to clipboard

Error when missing module

Open qarlosalberto opened this issue 9 months ago • 0 comments

I have only one file that instances a module. But this module isn't in other file in my project. Should Verible LS show a syntax error? Because that module is missing.

    qsys_top u0 (
        .clk_clk(pll_outclk_0),     //   input,  width = 1,   clk.clk
        .pio_0_external_connection_export (pio_0_external_connection_export), // Connect to LEDs
        .pio_1_external_connection_export (pio_1_pb),  // Connect to Push Button
        .reset_controller_0_reset_in0_reset(n_pll_lock)
	);

qarlosalberto avatar Apr 07 '25 14:04 qarlosalberto