Forum Discussion
Altera_Forum
Honored Contributor
8 years agoInstantiation Errors
Hello, I'm trying to reference my full adder module inside another module but seem to be getting lost somehow in the referencing. I keep getting the error Checker 'Full_Adder' not found. Insta...
Altera_Forum
Honored Contributor
8 years agoHi,
Take care on suggested point about instantiation.
half_adder f(a,b,answer,carry);
full_adder f(a,b,carry,answer,carry);
full_adder f(a,b,carry,answer,carry);etc. Best Regards, Anand Raj Shankar (This message was posted on behalf of Intel Corporation)