OpenCores

8 bit Vedic Multiplier

Issue List
Undeclared signal carry1 in vedic8x8 module; suggest using default_nettype none #3
Open suja2485 opened this issue 3 months ago
suja2485 commented 3 months ago

In the vedic8x8 module, the signal carry1 is used in the instantiation of ripple_adder_12bit but is not explicitly declared. This can lead to silent errors during synthesis or simulation because Verilog's default behavior allows undeclared signals to be implicitly defined as wire.


Assignee
No one
Labels
Request