I am trying to find the right part or parts to multiplex and boost the voltage of a signal being created by an FPGA.
The signal will output from the FPGA at 2.5V and is desired to be run at 10MHz. The frequency needs to be maintained as best as possible while also raising the voltage to ~8-10V.
The Demultiplexing is required as we do not have enough pins from the FPGA to drive as many signals as we need. A minimum of 1:4 demultiplexing is needed the more the better if possible.
The original concept was to use an addressable latch that could latch to the input rail and use this as both however we realized that the VIH of the latch was around 6V to get a 10V output and that we would need to step up our input voltage to the latch. On top of this the latch was too slow as it was 8MHz max rate which would then be divided by 8 as that was the demultiplexing leaving us with 1MHz signal.
The goal is to use the FPGA and Latches to create a PWM signal for control of a different circuit.
Thank you in advance for the help.
Edit: Realized the way I mentioned the PWM is wrong/confusing.This has been corrected.
Edit2: Fixed screw up multiplexing vs demultiplexing