diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-05-14 16:21:25 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-05-14 16:21:25 +0200 |
commit | 1b09cc725908bbec8ec2e416ebeb09d8a84ac2a6 (patch) | |
tree | 31986ff7695371834515177ded0f61af509e0df3 /sim | |
parent | 1f690b5ea2be1cfc6290b7d5539effd001cde5e5 (diff) |
add top_uart
Diffstat (limited to 'sim')
-rw-r--r-- | sim/top_uart/makefile | 9 | ||||
-rw-r--r-- | sim/top_uart/makefile.sources | 7 | ||||
-rw-r--r-- | sim/top_uart/view_signals.gtkw | 27 |
3 files changed, 43 insertions, 0 deletions
diff --git a/sim/top_uart/makefile b/sim/top_uart/makefile new file mode 100644 index 0000000..5f96c0c --- /dev/null +++ b/sim/top_uart/makefile @@ -0,0 +1,9 @@ +PROJECT = top_uart + +# 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_uart/makefile.sources b/sim/top_uart/makefile.sources new file mode 100644 index 0000000..c5493f3 --- /dev/null +++ b/sim/top_uart/makefile.sources @@ -0,0 +1,7 @@ +# All files which synthesized + +SYN_SOURCE_FILES = \ +../../src/baudcnt.vhd \ +../../src/edge.vhd \ +../../src/uart_tx_shift.vhd \ +../../src/top_uart.vhd diff --git a/sim/top_uart/view_signals.gtkw b/sim/top_uart/view_signals.gtkw new file mode 100644 index 0000000..272ac13 --- /dev/null +++ b/sim/top_uart/view_signals.gtkw @@ -0,0 +1,27 @@ +[*] +[*] GTKWave Analyzer v3.3.118 (w)1999-2023 BSI +[*] Tue May 14 14:13:35 2024 +[*] +[dumpfile] "/home/caeuser/projects/dtlab/sim/top_uart/t_top_uart.ghw" +[dumpfile_mtime] "Tue May 14 14:10:01 2024" +[dumpfile_size] 2003 +[savefile] "/home/caeuser/projects/dtlab/sim/top_uart/view_signals.gtkw" +[timestart] 0 +[size] 1170 600 +[pos] 38 -78 +*-28.012674 0 -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_uart. +[sst_width] 245 +[signals_width] 169 +[sst_expanded] 1 +[sst_vpaned_height] 259 +@28 +top.t_top_uart.sim_clk +top.t_top_uart.sim_rst_n +@22 +#{top.t_top_uart.sim_sw[9:0]} top.t_top_uart.sim_sw[9] top.t_top_uart.sim_sw[8] top.t_top_uart.sim_sw[7] top.t_top_uart.sim_sw[6] top.t_top_uart.sim_sw[5] top.t_top_uart.sim_sw[4] top.t_top_uart.sim_sw[3] top.t_top_uart.sim_sw[2] top.t_top_uart.sim_sw[1] top.t_top_uart.sim_sw[0] +@28 +top.t_top_uart.sim_x +[pattern_trace] 1 +[pattern_trace] 0 |