From: Jean THOMAS Date: Wed, 15 Jul 2020 10:18:28 +0000 (+0200) Subject: Log RAM signals X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d554e2b8e5c5d209f0ab7e254127d565d5480ef6;p=gram.git Log RAM signals --- diff --git a/gram/simulation/simsoctb.v b/gram/simulation/simsoctb.v index f8e4199..74395a1 100644 --- a/gram/simulation/simsoctb.v +++ b/gram/simulation/simsoctb.v @@ -103,6 +103,7 @@ module simsoctb; $dumpvars(0, uart_rx); $dumpvars(0, uart_tx); $dumpvars(0, simsoctop); + $dumpvars(0, ram_chip); #simticks $finish; end