|
When using built-in chips, how should we signify that they are being used? For instance, in project 1 the implementation looked like "And(a=a, b=b....)"; should we now write "BUILTIN And(a=a, b=b...)"? I've tried the latter approach, to no avail. Any help will help--that's a tautology, of course it will help :)
|