Digilent XUPV2P Instrukcja Użytkownika Strona 21

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 23
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 20
May 2005XUPV2P BSB support 21
Modelsim Simulation Commands
# Make sure to set EDK to compile for verilog
do system.do
vsim system system_conf glbl
add wave -radix hexadecimal /*
# Enable the viewing of the Microblaze registers ...
set mb_register_path "/system/microblaze_0/microblaze_0/data_flow_i"
# ... add them to the modelsim view window
quietly WaveActivateNextPane
add wave -noupdate -divider {CPU Registers}
add wave -radix hexadecimal -label PC $mb_register_path/pc_ex
add wave -radix hexadecimal -label MSR $mb_register_path/msr
force sys_rst_pin 0, 1 1us
force sys_clk_pin 0, 1 5ns -r 10ns
run 100us
Przeglądanie stron 20
1 2 ... 16 17 18 19 20 21 22 23

Komentarze do niniejszej Instrukcji

Brak uwag