From 278726470d2725561d0ac0020dbf560f0956224e Mon Sep 17 00:00:00 2001 From: "Wesley W. Terpstra" <w.terpstra@gsi.de> Date: Thu, 21 Apr 2016 18:31:06 +0200 Subject: [PATCH] testbench: update to work with newer hdlmake --- testbench/wishbone/lm32_testsys/Manifest.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testbench/wishbone/lm32_testsys/Manifest.py b/testbench/wishbone/lm32_testsys/Manifest.py index dc4b4ba4..9134c246 100644 --- a/testbench/wishbone/lm32_testsys/Manifest.py +++ b/testbench/wishbone/lm32_testsys/Manifest.py @@ -1,5 +1,9 @@ action = "simulation" target = "xilinx" +syn_device = "5agxma3d4f" +top_module = "main" +sim_tool = "modelsim" + modules = {"local" : [ "../../.." ] }; files = ["main.sv", "lm32_test_system.vhd"] -- GitLab