From 4b6e0102d20d9ab060ce930e4b846c8be446bb06 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 12 Dec 2016 21:51:10 +0000 Subject: public push --- part_4/ex16/simulation/modelsim/init.do | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 part_4/ex16/simulation/modelsim/init.do (limited to 'part_4/ex16/simulation/modelsim/init.do') diff --git a/part_4/ex16/simulation/modelsim/init.do b/part_4/ex16/simulation/modelsim/init.do new file mode 100644 index 0000000..c39709a --- /dev/null +++ b/part_4/ex16/simulation/modelsim/init.do @@ -0,0 +1,20 @@ +add wave -position end sim:/top/CLOCK_50 +add wave -position end sim:/top/clock_25 +add wave -position end sim:/top/tone_1k +add wave -position end sim:/top/ld_pulse +add wave -position end sim:/top/reset +add wave -position end sim:/top/DAC_SDI +add wave -position end sim:/top/DAC_SCK +add wave -position end sim:/top/DAC_CS +add wave -position end sim:/top/DAC_LD +add wave -position end sim:/top/BUTTON0 +add wave -position end -hexadecimal sim:/top/mux_out +add wave -position end -hexadecimal sim:/top/SPI_1/state +add wave -position end sim:/top/SPI_1/sck_ena +add wave -position end sim:/top/SPI_1/clk_half +force CLOCK_50 1 0, 0 {10 ns} -r {20 ns} +alias ck "run 20ns" +force BUTTON0 0 +ck +force BUTTON0 1 +ck -- cgit v1.2.3-54-g00ecf