From: Luke Kenneth Casson Leighton Date: Sat, 10 Apr 2021 15:39:09 +0000 (+0100) Subject: use vcd for wave output not ghw X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40af423143d50d0d34f6fded9fb154d3b26824cc;p=soc-cocotb-sim.git use vcd for wave output not ghw --- 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)