OpenCores
URL https://opencores.org/ocsvn/light8080/light8080/trunk

Subversion Repositories light8080

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 17 to Rev 18
    Reverse comparison

Rev 17 → Rev 18

/trunk/synthesis/tb0_modelsim_wave.do
5,14 → 5,17
quietly virtual signal -install /light8080_tb0/uut { (context /light8080_tb0/uut )(rbank(0) &rbank(1) )} BC
quietly virtual signal -install /light8080_tb0/uut { (context /light8080_tb0/uut )(rbank(2) &rbank(3) )} DE
quietly virtual signal -install /light8080_tb0/uut { (context /light8080_tb0/uut )(rbank(4) &rbank(5) )} HL
add wave -noupdate -divider {External signals}
add wave -noupdate -format Logic /light8080_tb0/clk
add wave -noupdate -format Logic /light8080_tb0/halt_o
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/data_i
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/data_o
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/addr_o
add wave -noupdate -color {Pale Green} -format Literal -radix hexadecimal /light8080_tb0/data_i
add wave -noupdate -color Pink -format Literal -radix hexadecimal /light8080_tb0/data_o
add wave -noupdate -color {Medium Aquamarine} -format Literal -radix hexadecimal /light8080_tb0/addr_o
add wave -noupdate -format Logic /light8080_tb0/vma_o
add wave -noupdate -format Logic /light8080_tb0/rd_o
add wave -noupdate -format Logic /light8080_tb0/wr_o
add wave -noupdate -format Logic /light8080_tb0/fetch_o
add wave -noupdate -divider Registers
add wave -noupdate -color {Medium Slate Blue} -format Literal -label SP -radix hexadecimal /light8080_tb0/uut/SP
add wave -noupdate -color {Indian Red} -format Literal -label PC -radix hexadecimal /light8080_tb0/uut/PC004
add wave -noupdate -color Yellow -format Literal -itemcolor Yellow -label PSW -radix binary /light8080_tb0/uut/flag_reg
20,31 → 23,7
add wave -noupdate -color Pink -format Literal -itemcolor Pink -label BC -radix hexadecimal /light8080_tb0/uut/BC
add wave -noupdate -color {Indian Red} -format Literal -itemcolor {Indian Red} -label DE -radix hexadecimal /light8080_tb0/uut/DE
add wave -noupdate -color {Yellow Green} -format Literal -itemcolor {Yellow Green} -label HL -radix hexadecimal /light8080_tb0/uut/HL
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/rbank_data
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/rbank_rd_addr
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/rbank_wr_addr
add wave -noupdate -format Logic /light8080_tb0/uut/we_rb
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/uc_addr
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/next_uc_addr
add wave -noupdate -format Literal /light8080_tb0/uut/uc_addr_sel
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/uc_jmp_addr
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/uc_ret_addr
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/t1
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/t2
add wave -noupdate -format Literal /light8080_tb0/uut/uc_flags1
add wave -noupdate -format Literal /light8080_tb0/uut/uc_flags2
add wave -noupdate -format Literal /light8080_tb0/uut/rb_addr_sel
add wave -noupdate -format Logic /light8080_tb0/uut/cy_in
add wave -noupdate -format Logic /light8080_tb0/uut/cy_in_sgn
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/alu_output
add wave -noupdate -format Literal /light8080_tb0/uut/alu_fn
add wave -noupdate -format Literal /light8080_tb0/uut/mux_fn
add wave -noupdate -format Logic /light8080_tb0/uut/use_logic
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/arith_op1
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/arith_op2
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/arith_op2_sgn
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/arith_res8
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb0/uut/arith_res
add wave -noupdate -divider {Internal signals}
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {351700000 ps} 0}
configure wave -namecolwidth 150
60,4 → 39,4
configure wave -griddelta 40
configure wave -timeline 0
update
WaveRestoreZoom {369173243 ps} {370911916 ps}
WaveRestoreZoom {417733549 ps} {419238323 ps}
/trunk/synthesis/tb1_modelsim_wave.do
5,18 → 5,20
quietly virtual signal -install /light8080_tb1/uut { (context /light8080_tb1/uut )(rbank(0) &rbank(1) )} BC
quietly virtual signal -install /light8080_tb1/uut { (context /light8080_tb1/uut )(rbank(2) &rbank(3) )} DE
quietly virtual signal -install /light8080_tb1/uut { (context /light8080_tb1/uut )(rbank(4) &rbank(5) )} HL
add wave -noupdate -divider External
add wave -noupdate -format Logic /light8080_tb1/clk
add wave -noupdate -format Logic /light8080_tb1/reset
add wave -noupdate -format Logic /light8080_tb1/halt_o
add wave -noupdate -format Logic /light8080_tb1/inte_o
add wave -noupdate -format Logic /light8080_tb1/intr_i
add wave -noupdate -format Logic /light8080_tb1/inta_o
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/data_i
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/data_o
add wave -noupdate -color {Lime Green} -format Literal -radix hexadecimal /light8080_tb1/data_i
add wave -noupdate -color {Cadet Blue} -format Literal -radix hexadecimal /light8080_tb1/data_o
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/addr_o
add wave -noupdate -format Logic /light8080_tb1/vma_o
add wave -noupdate -format Logic /light8080_tb1/rd_o
add wave -noupdate -format Logic /light8080_tb1/wr_o
add wave -noupdate -format Logic /light8080_tb1/fetch_o
add wave -noupdate -divider Registers
add wave -noupdate -color {Medium Slate Blue} -format Literal -label SP -radix hexadecimal /light8080_tb1/uut/SP
add wave -noupdate -color {Indian Red} -format Literal -label PC -radix hexadecimal /light8080_tb1/uut/PC004
add wave -noupdate -color Yellow -format Literal -itemcolor Yellow -label PSW -radix binary /light8080_tb1/uut/flag_reg
24,33 → 26,8
add wave -noupdate -color Pink -format Literal -itemcolor Pink -label BC -radix hexadecimal /light8080_tb1/uut/BC
add wave -noupdate -color {Indian Red} -format Literal -itemcolor {Indian Red} -label DE -radix hexadecimal /light8080_tb1/uut/DE
add wave -noupdate -color {Yellow Green} -format Literal -itemcolor {Yellow Green} -label HL -radix hexadecimal /light8080_tb1/uut/HL
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/rbank_data
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/rbank_rd_addr
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/rbank_wr_addr
add wave -noupdate -format Logic /light8080_tb1/uut/we_rb
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/uc_addr
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/next_uc_addr
add wave -noupdate -format Literal /light8080_tb1/uut/uc_addr_sel
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/uc_jmp_addr
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/uc_ret_addr
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/t1
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/t2
add wave -noupdate -format Literal /light8080_tb1/uut/uc_flags1
add wave -noupdate -format Literal /light8080_tb1/uut/uc_flags2
add wave -noupdate -format Literal /light8080_tb1/uut/rb_addr_sel
add wave -noupdate -format Logic /light8080_tb1/uut/cy_in
add wave -noupdate -format Logic /light8080_tb1/uut/cy_in_sgn
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/alu_output
add wave -noupdate -format Literal /light8080_tb1/uut/alu_fn
add wave -noupdate -format Literal /light8080_tb1/uut/mux_fn
add wave -noupdate -format Logic /light8080_tb1/uut/use_logic
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/arith_op1
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/arith_op2
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/arith_op2_sgn
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/arith_res8
add wave -noupdate -format Literal -radix hexadecimal /light8080_tb1/uut/arith_res
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {4800000 ps} 0}
WaveRestoreCursors {{Cursor 1} {81481481 ps} 0}
configure wave -namecolwidth 150
configure wave -valuecolwidth 70
configure wave -justifyvalue left
64,4 → 41,4
configure wave -griddelta 40
configure wave -timeline 0
update
WaveRestoreZoom {9925222 ps} {11653546 ps}
WaveRestoreZoom {49383750 ps} {126558750 ps}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.