I am tasked with the issue of driving an IC that wants 5V input signals from an FPGA (3.3V outputs). Now, the most daunting part of it is the slew-rate requirements, with rise time \$t_r = 1.5 \text{ns},\$ hold time \$t_h = 3.5 \text{ns}\$, fall time \$t_f = 1.5 \text{ns}\$ and rest time \$t_l = 12 \text{ns}.\$ "High" is more than 4.75 V (5.0V typ) and "low" is less than 0.4 V.
If you add up the numbers, this corresponds to a period \$T=18.5 \text{ns}\$, or frequency of \$f=54.0 \text{MHz}\$. But the slew rate is
$$sr = \frac{5\text{V}}{1.5\text{ns}} = 3.333 \frac{\text{V}}{\text{ns}} = 3,333\;\text{V/$\mu$S}.$$
The Texas Instruments LMH6738 seems to be my only choice, so I can solve my problem by amplifying the signal (\$A=\frac{5}{3.3} =1.5\$). But before going that way I wondered if there were other options. After all, this is still a digital signal so I might not need to use it. A 5V digital signal at frequency $$f = \frac{1}{1.5\;\text{ns}} = 666 \text{MHz},$$ or higher would do just fine. But as far as I know, there's few logic chips working with 5V logic at those speeds.
So, any recommendations?