Trait HLSNamedPorts

Source
pub trait HLSNamedPorts {
    // Required method
    fn ports(&self) -> Vec<String>;
}

Required Methods§

Source

fn ports(&self) -> Vec<String>

Implementors§

Source§

impl<const D: usize, const A: usize, const N: usize> HLSNamedPorts for Bridge<D, A, N>

Source§

impl<const D: usize, const A: usize, const N: usize> HLSNamedPorts for HLSSPIMuxMasters<D, A, N>

Source§

impl<const D: usize, const A: usize, const N: usize> HLSNamedPorts for HLSSPIMuxSlaves<D, A, N>

Source§

impl<const D: usize, const A: usize, const N: usize> HLSNamedPorts for Router<D, A, N>

Source§

impl<const D: usize, const A: usize, const N: usize> HLSNamedPorts for RouterROM<D, A, N>

Source§

impl<const D: usize, const A: usize, const W: usize> HLSNamedPorts for HLSSPIMaster<D, A, W>

Source§

impl<const D: usize, const A: usize, const W: usize> HLSNamedPorts for HLSSPIMasterDynamicMode<D, A, W>

Source§

impl<const R: usize, const C: usize> HLSNamedPorts for SDRAMController<R, C>

Source§

impl<const R: usize, const C: usize> HLSNamedPorts for SDRAMControllerTester<R, C>