-4

i tried to make an instance of this module it gave me the following error (unexpected '#', expecting class.). why ? what is the solution? here is the module,instance and the error in this link

  • Please, error messages are there for a reason. it points you to the file and to the line number. you should have been able to spot the syntax issue immediately. – Serge Nov 21 '18 at 20:50

2 Answers2

0

You used #include instead of `include

dave_59
  • 39,096
  • 3
  • 24
  • 63
-1

In pulp_2.v file, change #include by 'include

El_Gahaf
  • 53
  • 8