From b16f521b97297cf739886cf4629944709af18770 Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Tue, 18 Aug 2009 14:55:04 +0200 Subject: [PATCH] Just name the testbench: testbench; don't add the unique --- "c\316\273ash/CLasH/VHDL/Testbench.hs" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/c\316\273ash/CLasH/VHDL/Testbench.hs" "b/c\316\273ash/CLasH/VHDL/Testbench.hs" index 84f550a..bc23262 100644 --- "a/c\316\273ash/CLasH/VHDL/Testbench.hs" +++ "b/c\316\273ash/CLasH/VHDL/Testbench.hs" @@ -52,7 +52,7 @@ createTestbenchEntity :: -> Entity createTestbenchEntity bndr = entity where - vhdl_id = mkVHDLBasicId $ varToString bndr + vhdl_id = mkVHDLBasicId "testbench" -- Create an AST entity declaration with no ports ent_decl = AST.EntityDec vhdl_id [] -- Create a signature with no input and no output ports -- 2.30.2