From: Christiaan Baaij Date: Tue, 18 Aug 2009 12:55:04 +0000 (+0200) Subject: Just name the testbench: testbench; don't add the unique X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=b16f521b97297cf739886cf4629944709af18770;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Just name the testbench: testbench; don't add the unique --- 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