Forum Discussion

Robert_H_Intel's avatar
Robert_H_Intel
Icon for New Contributor rankNew Contributor
4 years ago

IO_OBUF polarity not matching RTL

I am working on a design using an Agilex F-series part (AGFB014R24B2E3V) and am having issues with tri-stated outputs. The RTL in question is: assign TRIG[0] = (lb_enable_dd) ? clk_fast : 1'bz; ...