Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

modelsim vlog error syntax error, unexpected IDENTIFIER, expecting clocking

I cannot compile one of my verilog files in modelsim altera edition. I get this error using the global primitive.

# ** Error: (390): near "b2v_inst1": syntax error, unexpected IDENTIFIER, expecting clocking

global b2v_inst1( .in(LCLK1), .out(g_lclk1_c0));

Any ideas on how to fix ?

Thanks.

1 Reply