diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-03-07 12:26:41 +0100 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-03-07 12:26:41 +0100 |
commit | e96efbe9496c8f9718869791fa30e444f42ffb38 (patch) | |
tree | 6c8b833d360cecfe349e500e734efa96e264208a /sim/top_shift | |
parent | 1ef4f1f0f06e8ee44c8d153291da229a37c1185d (diff) |
add top_shift and simulation
Diffstat (limited to 'sim/top_shift')
-rw-r--r-- | sim/top_shift/makefile | 9 | ||||
-rw-r--r-- | sim/top_shift/makefile.sources | 4 | ||||
-rw-r--r-- | sim/top_shift/view_signals.gtkw | 34 |
3 files changed, 47 insertions, 0 deletions
diff --git a/sim/top_shift/makefile b/sim/top_shift/makefile new file mode 100644 index 0000000..9b0a862 --- /dev/null +++ b/sim/top_shift/makefile @@ -0,0 +1,9 @@ +PROJECT = top_shift + +# This include must define SYN_SOURCE_FILES +include ./makefile.sources + +SOURCE_FILES = $(SYN_SOURCE_FILES) \ +../../src/t_$(PROJECT).vhd + +include ../makefile diff --git a/sim/top_shift/makefile.sources b/sim/top_shift/makefile.sources new file mode 100644 index 0000000..460360c --- /dev/null +++ b/sim/top_shift/makefile.sources @@ -0,0 +1,4 @@ +# All files which synthesized + +SYN_SOURCE_FILES = \ +../../src/top_shift.vhd diff --git a/sim/top_shift/view_signals.gtkw b/sim/top_shift/view_signals.gtkw new file mode 100644 index 0000000..8437be3 --- /dev/null +++ b/sim/top_shift/view_signals.gtkw @@ -0,0 +1,34 @@ +[*] +[*] GTKWave Analyzer v3.3.104 (w)1999-2020 BSI +[*] Wed Mar 6 22:54:48 2024 +[*] +[dumpfile] "/home/caeuser/projects/dtlab/sim/top_shift/t_top_shift.ghw" +[dumpfile_mtime] "Wed Mar 6 22:52:36 2024" +[dumpfile_size] 1314 +[savefile] "/home/caeuser/projects/dtlab/sim/top_shift/view_signals.gtkw" +[timestart] 0 +[size] 1000 600 +[pos] -1 -1 +*-26.740849 115500000 -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 +[treeopen] top. +[treeopen] top.t_top_shift. +[treeopen] top.t_top_shift.dut. +[sst_width] 245 +[signals_width] 173 +[sst_expanded] 1 +[sst_vpaned_height] 185 +@28 +top.t_top_shift.dut.clk +top.t_top_shift.dut.rst_n +top.t_top_shift.dut.x +@800028 +#{top.t_top_shift.dut.sr[0:1]} top.t_top_shift.dut.sr[0] top.t_top_shift.dut.sr[1] +@28 +top.t_top_shift.dut.sr[0] +top.t_top_shift.dut.sr[1] +@1001200 +-group_end +@29 +top.t_top_shift.dut.y +[pattern_trace] 1 +[pattern_trace] 0 |