fixed gtkw-files for fst

This commit is contained in:
2022-06-30 21:59:47 +02:00
parent 904023f9d6
commit 52a04ee67d
5 changed files with 7 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
.gitignore
build/
.gitignore
build/
@@ -2,10 +2,6 @@
[*] GTKWave Analyzer v3.3.104 (w)1999-2020 BSI
[*] Sun Mar 21 20:24:10 2021
[*]
[dumpfile] "/home/jens/work/vhdl/trunk/lib/CPUs/JCpu/ghdl/build/cpu_embedded/cpu_embedded.ghw"
[dumpfile_mtime] "Sun Mar 21 20:24:02 2021"
[dumpfile_size] 23928
[savefile] "/home/jens/work/vhdl/trunk/lib/CPUs/JCpu/ghdl/build/cpu_embedded/cpu_embedded.gtkw"
[timestart] 0
[size] 1000 600
[pos] -1 -1
@@ -17,8 +13,8 @@
[sst_expanded] 1
[sst_vpaned_height] 144
@28
top.tb_cpu_embedded.uut.clk
uut.clk
@29
top.tb_cpu_embedded.uut.rst
uut.rst
[pattern_trace] 1
[pattern_trace] 0
@@ -9,7 +9,7 @@ SRCS += ../src/cpu_embedded.vhd
SRCS += ../src/tb_cpu_embedded.vhd
# Compile
TARGET := cpu_embedded
TARGET := tb_cpu_embedded
ENTITY := tb_cpu_embedded
include $(VHDL_HOME)/make/ghdl.mk