Solved
Forum Discussion
AnandRaj_S_Intel
Regular Contributor
6 years agoHi Tyler,
Quartus can't report logical error.
Modules can be instantiated from within other modules.And can interface with input / output depending on Logic.
The output "y" of bitwise_negation module is connect to input "y" of bitwise_negation_wrapper module.
IT DOES NOT HAVE ANY SYNTAX ERROR.
Check your RTL viewer.
About my example.
I'm connecting q output of first FF using reg net_1 to d input of second FF.
Regards
Anand