Skip to content

Commit

Permalink
Added todo for vhdl
Browse files Browse the repository at this point in the history
  • Loading branch information
IBims1NicerTobi committed Dec 6, 2024
1 parent c9da6b1 commit 87b4747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codegen/vhdl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ impl<'g, 'out, Stream: std::fmt::Write> CodeGenerationContext<'g, 'out, Stream>
}

fn gen_vhdl_code(md: &Module, instance: &InstantiatedModule) -> String {
todo!("VHDl codegen is unfinshed");
let mut program_text = String::new();

let mut ctx = CodeGenerationContext {
Expand Down

0 comments on commit 87b4747

Please sign in to comment.