[][src]Trait tydi::generator::GenerateProject

pub trait GenerateProject {
    fn generate(&self, project: &Project, path: impl AsRef<Path>) -> Result<()>;
}

Trait to generate back-end specific source files from the common hardware representation of a project.

Required methods

fn generate(&self, project: &Project, path: impl AsRef<Path>) -> Result<()>

Generate source files from a common::Project and save them to [path].

Loading content...

Implementors

impl GenerateProject for ChiselBackEnd[src]

impl GenerateProject for VHDLBackEnd[src]

Loading content...