Forum Discussion
I'm posting some screen shots showing what I'm seeing. These images show searching for rom2 in the timing analyzer and in the Quartus node finder. Note that rom2 appears in the node finder but not in the timing analyzer.
- sstrell5 years ago
Super Contributor
Try turning on the Hierarchical option in the Name Finder. Without that, wildcards only search the current hierarchical level you've specified (you'd have to do something like *|*|* etc. to search further down). It looks like that 3rd ROM might be further down in the hierarchy.
- KittyBumpkins4 years ago
New Contributor
With Hierarchical on, Compatibility mode gets turned off and wild cards don't work. But if I clear the filter and select get_pins it seems to list all pins in the design in alphabetical order. Still no rom2.
In any case, all 3 ROMs are in the same Verilog module and therefore should be at the same hierarchical level.
- sstrell4 years ago
Super Contributor
Wildcards don't work? I've never had that issue with hierarchical. Wildcards are the main point behind that option, so I'm not sure why it's not working for you. What exactly happens when you use a wildcard?
The only other thing I can think of is an issue with the timing netlist. Try deleting and recreating the timing netlist manually in the Timing Analyzer. You might even want to try a full recompile of the design. It doesn't make sense that a whole bunch of nets are visible in tools like the Tech Map Viewer (Node Finder) and not in the Timing Analyzer (Name Finder).