From 40af423143d50d0d34f6fded9fb154d3b26824cc Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 10 Apr 2021 16:39:09 +0100 Subject: [PATCH] use vcd for wave output not ghw --- ls180/post_pnr/cocotb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ls180/post_pnr/cocotb/Makefile b/ls180/post_pnr/cocotb/Makefile index 006c168..360364a 100644 --- a/ls180/post_pnr/cocotb/Makefile +++ b/ls180/post_pnr/cocotb/Makefile @@ -21,7 +21,7 @@ MODULE=test SIM=ghdl GPI_IMPL=vhpi GHDL_ARGS=--std=08 -SIM_ARGS=--wave=test.ghw +SIM_ARGS?=--vcd=test.vcd COCOTBMAKEFILESDIR=$(shell cocotb-config --makefiles) -- 2.30.2