Module inputs non functional.
Brought to you by:
jefferyhansen
Using the preview snapshot of 2.0 inputs and outputs of modules
don't seem to be functional.
For example: the circuit that first loads when tkGate starts contains
the module REGS which takes the clock signal as one of its inputs.
A probe on the wire from the clock shows the clock signal but a
probe on the wire inside the module does not.
Logged In: YES
user_id=1049004
Upon closer inspection it would appear that modules inputs do work but
that traces can't be generated for them.
Logged In: YES
user_id=950533
Yes, the inputs do work in the simulation and I know there
is a problem with the probes. All nets that are directly
connected via an "ordinary port" are merged into a single
net. In order to fix the probe problem, I need to add code
to record the aliases for that merged net when looking up a
wire for a probe.