From 87b474723b6d8d1eb92b17467b6be6dcf0222416 Mon Sep 17 00:00:00 2001 From: Tobias Tom Hodapp Date: Fri, 6 Dec 2024 14:27:17 +0100 Subject: [PATCH] Added todo for vhdl --- src/codegen/vhdl.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/codegen/vhdl.rs b/src/codegen/vhdl.rs index c5d7ed3..5acb406 100644 --- a/src/codegen/vhdl.rs +++ b/src/codegen/vhdl.rs @@ -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 {