- added gtkw

git-svn-id: http://moon:8086/svn/vhdl/trunk@1480 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-23 09:14:59 +00:00
parent 9a0571f6ce
commit 88e3c73665
2 changed files with 44 additions and 1 deletions
+43
View File
@@ -0,0 +1,43 @@
[*]
[*] GTKWave Analyzer v3.3.104 (w)1999-2020 BSI
[*] Tue Mar 23 09:14:12 2021
[*]
[dumpfile] "/home/jens/work/vhdl/trunk/lib/emac/ghdl/build/tb_emac_top_jb/tb_emac_top_jb.vcd"
[dumpfile_mtime] "Tue Mar 23 09:11:04 2021"
[dumpfile_size] 94821788
[savefile] "/home/jens/work/vhdl/trunk/lib/emac/ghdl/build/tb_emac_top_jb/tb_emac_top_jb.gtkw"
[timestart] 0
[size] 1856 1136
[pos] -2 -2
*-38.095482 916000000000 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
[sst_width] 233
[signals_width] 211
[sst_expanded] 1
[sst_vpaned_height] 331
@28
tb_emac_top_jb.clk
tb_emac_top_jb.rst
@22
tb_emac_top_jb.dat_i[31:0]
tb_emac_top_jb.dat_o[31:0]
@28
tb_emac_top_jb.mii_rx_clk
tb_emac_top_jb.mii_rx_dv
tb_emac_top_jb.mii_rx_er
@22
tb_emac_top_jb.mii_tx[7:0]
@28
tb_emac_top_jb.mii_tx_clk
tb_emac_top_jb.mii_tx_en
tb_emac_top_jb.mii_tx_er
tb_emac_top_jb.mii_col
tb_emac_top_jb.mii_crs
@22
tb_emac_top_jb.status_reg[31:0]
@420
tb_emac_top_jb.pkt_count
@28
tb_emac_top_jb.pktgen_en
tb_emac_top_jb.loop_back_en
[pattern_trace] 1
[pattern_trace] 0
+1 -1
View File
@@ -25,7 +25,7 @@ SRCS += $(LIB_PATH)/emac/src/tb_emac_top_jb.vhd
TARGET := tb_emac_top_jb
ENTITY := tb_emac_top_jb
WITH_VCD := y
RUN_TIME := 50000us
RUN_TIME := 2000us
include $(ROOT_PATH)/Common/make/ghdl.mk