From 1e2b78f7667f2f22fad476f9e73cf6460c4d9748 Mon Sep 17 00:00:00 2001 From: jens Date: Thu, 30 Jun 2022 22:05:07 +0200 Subject: [PATCH] Force ghw --- lib/CPUs/JCpu/ghdl/cpu_itest.make | 1 + lib/CPUs/JCpu/ghdl/mul8x8.make | 1 + lib/CPUs/JCpu/ghdl/reti_issue.make | 1 + 3 files changed, 3 insertions(+) diff --git a/lib/CPUs/JCpu/ghdl/cpu_itest.make b/lib/CPUs/JCpu/ghdl/cpu_itest.make index e7de19c..4810ae0 100644 --- a/lib/CPUs/JCpu/ghdl/cpu_itest.make +++ b/lib/CPUs/JCpu/ghdl/cpu_itest.make @@ -12,6 +12,7 @@ SRCS += ../src/tb_cpu_itest.vhd # Compile TARGET := cpu_itest ENTITY := tb_cpu +WAVE_FORMAT := ghw include $(VHDL_HOME)/make/ghdl.mk diff --git a/lib/CPUs/JCpu/ghdl/mul8x8.make b/lib/CPUs/JCpu/ghdl/mul8x8.make index b211dd7..3513791 100644 --- a/lib/CPUs/JCpu/ghdl/mul8x8.make +++ b/lib/CPUs/JCpu/ghdl/mul8x8.make @@ -11,6 +11,7 @@ SRCS += ../src/tb_cpu_embedded.vhd # Compile TARGET := mul8x8 ENTITY := tb_cpu_embedded +WAVE_FORMAT := ghw include $(VHDL_HOME)/make/ghdl.mk diff --git a/lib/CPUs/JCpu/ghdl/reti_issue.make b/lib/CPUs/JCpu/ghdl/reti_issue.make index fb3d3c0..d1b869a 100644 --- a/lib/CPUs/JCpu/ghdl/reti_issue.make +++ b/lib/CPUs/JCpu/ghdl/reti_issue.make @@ -12,6 +12,7 @@ SRCS += ../src/tb_cpu_itest.vhd # Compile TARGET := reti_issue ENTITY := tb_cpu +WAVE_FORMAT := ghw include $(VHDL_HOME)/make/ghdl.mk